Hello all,
I got a problem when changing the httpd path from /usr/local/apache to /usr1/local/apache.
after above switching, when executing httpd it complains
fopen: No such file or directory
httpd: could not open document config file /usr/local/apache/conf/httpd.conf
but web server can be started with
/usr1/local/apache/bin/httpd -f /usr1/local/apache/conf/httpd.conf
I modified the apachectl script and it could work when using the script to start/stop/resetart. Just wandering if this can be resolved at httpd binary level.
Thanks and Regards!
I got a problem when changing the httpd path from /usr/local/apache to /usr1/local/apache.
after above switching, when executing httpd it complains
fopen: No such file or directory
httpd: could not open document config file /usr/local/apache/conf/httpd.conf
but web server can be started with
/usr1/local/apache/bin/httpd -f /usr1/local/apache/conf/httpd.conf
I modified the apachectl script and it could work when using the script to start/stop/resetart. Just wandering if this can be resolved at httpd binary level.
Thanks and Regards!