Click to See Complete Forum and Search --> : Need to Reconfigure Apache ?


Anon
12-08-2001, 11:39 AM
Hi,
I have already configured,make and installed PHP and Apache. My web stuff is working fine. But now I would like to reconfigure PHP with the Java option turned on (--with Java) and need to change the php.ini. file Do I still need to reconfigure Apache again?

Is there a configuration status file for php so that I can change the configuration in that file and rerun file. What I am saying is that I need to know what is my current configuration(what switch have been turned on). How to I find out?

Thanks in Advance.
Mary

Anon
12-08-2001, 12:26 PM
You can tell what options were passed to the PHP configure command by running phpinfo(), or, if you haven't deleted it, by looking at config.status in your PHP source directory.

You should not have to tinker with Apache itself, assuming you installed PHP as a module. Recompiling and reinstalling the PHP module should be sufficient. After you do so, stop and restart Apache.