You are not logged in.
Pages: 1
Hello,
I have a problem with httpd. It fails when I start computer. I tried to start it over console (sudo /etc/rc.d/httpd start), but it failed to. I want to send you some log, but I don't have anyone in /var/log/httpd. I have this problem few days and I'm sure it's an upgrade issue.
Well, if there arent any logs in /var/log/httpd, where can I find some solution of this problem? Can somebody help me?
Sry, I'm still newbie
Thanks!
Last edited by honorguard (2009-10-03 08:32:35)
IBM/Lenovo R61i
Intel core 2 duo 1024MB RAM 120GB HDD
Archlinux 64bit KDEmod 4
without Windows
Offline
Try running http directly either via:
apachectl startor
httpdThey should both give you some more verbose output about what the problem is.
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
+1 on trying httpd directly.
Also there is a new version in testing which works well for me atm.
Offline
Really thanks! This helps:
apachectl startIt returned this:
httpd: Syntax error on line 119 of /etc/httpd/conf/httpd.conf: Cannot load /usr/lib/httpd/modules/libphp5.so into server: /usr/lib/httpd/modules/libphp5.so: cannot open shared object file: No such file or directoryI don't know why I didn't have libphp5 in directory (it was there before upgrade). Solution was installation of php-apache package. Really thanks for help!
IBM/Lenovo R61i
Intel core 2 duo 1024MB RAM 120GB HDD
Archlinux 64bit KDEmod 4
without Windows
Offline
I don't know why I didn't have libphp5 in directory (it was there before upgrade).
Offline
Pages: 1