[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] httpd.conf errors ?



I installed PHP4 on my RaQ3 server. Upon installation there were no errors
messages, when i restart my apache server also no errors appear. But my PHP
files still do not work. The PHP file is located in the /home/sites/home/web
directory.

Part of my httpd.conf file is:
----------------------------------------------------------------------------
----
##
## httpd.conf -- Apache HTTP server configuration file
##

LoadModule php4_module        /usr/lib/apache/libphp4.so

AddModule mod_php4.c

AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php .php

ServerType standalone
Port 80
HostnameLookups off
User httpd
Group httpd
ServerAdmin admin@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
ServerRoot /home/sites/home/web
ErrorLog /var/log/httpd/error
LogLevel warn

----------------------------------------------------------------------------
----
Does anybody see an error in this file ? Or does anybody know any
other reason why my php files won't work ? when i try to request a html
file in my browser there are no problems, when i try to retrieve a php file.
i get a "Connection refused" error.

Sincerely,

Wouter