Current time: 04-16-2024, 11:19 PM Hello There, Guest! (LoginRegister)


Post Reply 
Httpd cant start
Author Message
phpcat Offline


Posts: 2
Joined: May 2010
Reputation: 0
Post: #1
Httpd cant start
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
05-10-2010 03:22 AM
Find all posts by this user Quote this message in a reply
phpcat Offline


Posts: 2
Joined: May 2010
Reputation: 0
Post: #2
RE: Httpd cant start
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]
05-10-2010 04:49 AM
Find all posts by this user Quote this message in a reply
Illidan Offline
Junior Member
*

Posts: 93
Joined: May 2007
Reputation: 2
Post: #3
RE: Httpd cant start
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>
<Directory /var/www/ispcp/gui>
FCGIWrapper /var/www/fcgi/master/php5-fcgi-starter .php
Options +ExecCGI
</Directory>
<Directory "/var/www/fcgi/master">
AllowOverride None
Options +ExecCGI MultiViews -Indexes
Order allow,deny
Allow from all
</Directory>
</IfModule>
05-20-2010 04:08 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)