LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how to reconfigure the apache? (https://www.linuxquestions.org/questions/linux-software-2/how-to-reconfigure-the-apache-272070/)

papitu76 12-30-2004 05:49 PM

how to reconfigure the apache?
 
I have to reconfigure the apache. It is working fine but i need to add a new --enable-so. I have checked in the INSTALL and the README files but i didnt see how to do it. Should i execute ./configure make make install or should i remove before the program? How? make clean??
Thanks

lasindi 12-30-2004 06:41 PM

By "reconfigure" do you mean another compile option, or do you mean a runtime option? If you need to do a compile option, just do './configure --option' and make and make install again. You shouldn't have to remove it, though if you want to, do it with 'make uninstall' ('make clean' will only waste your time). If, however, you need to do a different run time option, you'll need to change your Apache config file (somewhere in /etc) and restart the httpd daemon.

lasindi

Boby 12-30-2004 06:44 PM

You can remove the folder where you have installed your Apache and start with "./configure, make, make install" again, or you can use in your new configuration the same folder like the old one, so it will overwrite it, "./configure --prefix=/path/where/to/install" ...

Boby

papitu76 12-31-2004 08:26 AM

I will execute ./configure again with a new option. it looks good option.

Thanks.

papitu76 01-07-2005 02:33 AM

I did and everything went right. Thanks.


All times are GMT -5. The time now is 11:31 PM.