SirDice said:Is PHP installed as an apache module (it isn't by default)? Is it loaded in httpd.conf?
Have you set the correct document types for PHP with AddType?
You also need to set a DirectoryIndex to tell apache what the default document is.
cp /usr/local/etc/php.ini-dist /usr/local/etc/php.ini
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
DirectoryIndex index.php index.html
DutchDaemon said:Are you actually loading php5_module in httpd.conf?
[Fri Oct 09 19:36:10 2009] [error] [client 203.111.229.186] (13)Permission denied: access to /horde/index.html denied
[Fri Oct 09 19:36:10 2009] [error] [client 203.111.229.186] (13)Permission denied: access to /horde/index.php denied
[Tue Oct 06 22:03:05 2009] [error] Server should be SSL-aware but has no certificate configured [Hint: SSLCertificateFile]
[Tue Oct 06 22:35:33 2009] [error] Server should be SSL-aware but has no certificate configured [Hint: SSLCertificateFile]
[Wed Oct 07 03:26:30 2009] [error] Server should be SSL-aware but has no certificate configured [Hint: SSLCertificateFile]
[Wed Oct 07 03:29:15 2009] [error] Server should be SSL-aware but has no certificate configured [Hint: SSLCertificateFile]
[Wed Oct 07 03:36:57 2009] [error] Server should be SSL-aware but has no certificate configured [Hint: SSLCertificateFile]
[Wed Oct 07 03:38:14 2009] [error] Server should be SSL-aware but has no certificate configured [Hint: SSLCertificateFile]
[Wed Oct 07 05:10:07 2009] [error] Server should be SSL-aware but has no certificate configured [Hint: SSLCertificateFile]
[Wed Oct 07 05:10:12 2009] [error] Server should be SSL-aware but has no certificate configured [Hint: SSLCertificateFile]
DutchDaemon said:Are you actually loading php5_module in httpd.conf?
I don't remember being prompted for this option while installing php5 from ports. If I missed it, how do reinstall php5 so I can have that option? I've reinstalled php5 several times but I didn't notice such option..SirDice said:Is PHP installed as an apache module (it isn't by default)?