Hi, I encounter weird issue. I am unable to start my httpd process in my CentOS.. Below is the error message i got:- Stopping httpd: [FAILED] Starting httpd: httpd: Syntax error on line 143 of /etc/httpd/conf/httpd.conf: Syntax error on line 21 of /etc/httpd/conf/extra/httpd-vhosts.conf: Could not open configuration file /etc/httpd/conf/ips.conf: No such file or directory Please help me and i also want to learn this on how to solve..
You are calling this file through the httpd-vhosts.conf file, and it does not exist: /etc/httpd/conf/ips.conf Either create the file, or, remove the call to it from the httpd-vhosts.conf file.
Hi, Wow..thanks... I copy new file from my older vps server and now it is working. I didn't use any control panel yet.. But before this i was tried to install directadmin. After that it becomes like this... I have no idea