[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
OpenBSD 3.5+php
Hi All,
I'm having a problem accessing a php file on my server using apache 1.3.29 and
php-4.3.9. I followed the instructions on how to install php (added LoadModule
and AddType to httpd.conf). Thing is is I run httpd and I have:
LoadModule php4_module /usr/lib/apache/modules/libphp4.so
AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps
in my httpd.conf, http does not start and no error shows up in my logfiles. If
I remove LoadModule php4_module /usr/lib/apache/modules/libphp4.so, http
works, but can't access my index.php file.
I hope someone came across this before.
I'm running OBSD 3.5 btw.
Thank you.