Tried /scripts/easyapache and it ends in error
Executing /scripts/postbuildapache (if exists)...Done
/etc/rc.d/init.d/httpd: line 89: /usr/local/apache/bin/httpd: No such file or directory
/etc/rc.d/init.d/httpd start: httpd could not be started
Waiting for httpd to restart..............finished.
root@server [~]# /etc/init.d/httpd stop
/etc/init.d/httpd stop: httpd (no pid file) not running
root@server [~]# killall -9 httpd
httpd: no process killed
root@server [~]# ls -l /usr/local/apache/conf/
/bin/ls: /usr/local/apache/conf/: No such file or directory
root@server [~]# ls -l /usr/local/apache/
total 16
drwxr-xr-x 4 root root 4096 Mar 24 06:28 ./
drwxr-xr-x 19 root root 4096 Mar 24 06:28 ../
drwx--x--x 2 root wheel 4096 Mar 24 06:51 domlogs/
drwxr-xr-x 3 root root 4096 Mar 23 16:41 htdocs/
root@server [~]# /etc/rc.d/init.d/httpd restart
/etc/rc.d/init.d/httpd restart: httpd not running, trying to start
/etc/rc.d/init.d/httpd: line 123: /usr/local/apache/bin/httpd: No such file or directory
/etc/rc.d/init.d/httpd restart: httpd could not be started
root@server [~]# tail -n 200 /usr/local/apache/logs/error_log | more
tail: /usr/local/apache/logs/error_log: No such file or directory
root@server [~]# service httpd configtest
/etc/init.d/httpd: line 175: /usr/local/apache/bin/httpd: No such file or directory
How can I correct this?



LinkBack URL
About LinkBacks
Reply With Quote




