Hi,
I had installed Apache on Solaris 8. Initially, I configured the server (before installation) as
./configure --prefix=/usr/local/apache
Now, because of another program's requirements, I need to configure the Apache as something else eg.
./configure --prefix=/opt/apache --activate-module=src/modules/standard/mod_s0.c
Can I do this to my current installation of Apache or do I have to uninstall and reinstall the Apache? Or simply do a re-installation over the present one?
If an uninstallation is required, how do I do it?
Thanks in advance!
I had installed Apache on Solaris 8. Initially, I configured the server (before installation) as
./configure --prefix=/usr/local/apache
Now, because of another program's requirements, I need to configure the Apache as something else eg.
./configure --prefix=/opt/apache --activate-module=src/modules/standard/mod_s0.c
Can I do this to my current installation of Apache or do I have to uninstall and reinstall the Apache? Or simply do a re-installation over the present one?
If an uninstallation is required, how do I do it?
Thanks in advance!