Results 1 to 2 of 2
Hi, am having trouble starting up the apache. I did an installation of httpd 2.0 and when i did a service httpd start, it returned this error.
[root@~]# service httpd ...
- 12-02-2006 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 4
Apache httpd failed
Hi, am having trouble starting up the apache. I did an installation of httpd 2.0 and when i did a service httpd start, it returned this error.
[root@~]# service httpd start
Starting httpd: httpd: Syntax error on line 206 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_access.so into server: /etc/httpd/modules/mod_access.so: cannot open shared object file: No such file or directory
[FAILED]
any thoughts on this !! thx.
- 12-04-2006 #2Linux User
- Join Date
- Jan 2006
- Posts
- 414
A quick fix would be to open /etc/httpd/conf/httpd.conf with your favorite text editor, and put a # in front of line 206... you should then be able to start apache without problems.


Reply With Quote