Httpd cant start - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Httpd cant start (/thread-10645.html) |
Httpd cant start - phpcat - 05-10-2010 03:22 AM Hello Ive installed everything correctly on a CentOS VPS but i get the following when starting httpd service httpd start Starting httpd: httpd: Syntax error on line 210 of /etc/httpd/conf/httpd.conf: Syntax error on line 27 of /etc/httpd/conf.d/fcgid_ispcp.conf: Cannot load /etc/httpd/modules/mod_fcgid.so into server: /etc/httpd/modules/mod_fcgid.so: cannot open shared object file: No such file or directory [FAILED] I appreciate any help. Thanks RE: Httpd cant start - phpcat - 05-10-2010 04:49 AM UPDATE Error now is: Starting httpd: [Sun May 09 18:26:22 2010] [warn] module fcgid_module is already loaded, skipping Syntax error on line 63 of /etc/httpd/vhosts/00_master.conf: can't get fastcgi file info: /var/www/fcgi/master/php5-fcgi-starter(/var/www/fcgi/master/php5-fcgi-starter), errno: 2 [FAILED] RE: Httpd cant start - Illidan - 05-20-2010 04:08 AM If you still have problems, open /etc/httpd/vhosts/00_master.conf and look at line 63. I think there is the same path in brackets again like your log says. My lines around 63 looks so: Quote: <IfModule mod_fcgid.c> |