Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jaybar

  1. jaybar

    Launch Apache and browser at same time

    If your apache webserver is running on a unix platform and your apache contains php then you can write a shell script and execute that script from a php script to shut down and restart apache. You wouldn't be able do anything while apache was shut down since you need apache up to run the php...
  2. jaybar

    configure apache php with gmp

    I am attempting to build a new apache to include some additions to php. We are adding the --with-gmp option to php's ./configure. The ./configure works without the gmp option, but does not complete when we add the --with-gmp option. Here is some more detailed info: OS hpux11 apache version...
  3. jaybar

    web server vulnerabilities

    I currently work with 3 of the 4 webservers and here is my rating of them. Apache Low IIS High (spent a lot of time upgrading patch levels on these servers) IPlanet Low Zeus ???
  4. jaybar

    How to install apache, php4 with oracle on hpux

    Make sure the oracle client is installed if you want to use the oracle OCI libriaries (better performance). Once it is installed then you will have to create a unix account which will run the apache child processes (the parent process runs as root if you will be using port 80 for http). This...
  5. jaybar

    Apache + Oracle + PHP on HPUX

    We have a similar mix, HP-UX 11, Apache1.3.20, PHP4, Oracle. We could not find a binary file with these modules, so we downloaded the Apache, and PHP source and compiled it on our server. It took a while to find the "complete" instructions, we had to piece together some information...
  6. jaybar

    Break Apache's basic authentication

    We need a way to "break" the basic authentication, basically log a user out. We have a 3rd party web-app which requires basic authentication. We (currently) use htaccess for access management. A user that hits the site is prompted for user name and password and continutes...
  7. jaybar

    where is the login info stored after a good login using .htacess?

    Sorry I had a typo it should be $PHP_AUTH_USER

Part and Inventory Search

Back
Top