Hi,
I have installed OpenBSD 3.4 with all the sets in the CD, I have compiled Apache 1.3.29 from source along with mod_ssl. After that I installed PHP using the following flags:
./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/local/apache/bin/apxs
The compile process was flawless and libphp4.so was added to my apache libexec directory. I added as the intructions said the
AddType application/x-httpd-php .php
to my httpd.conf file.
I then tried to run apache with: apachectl startssl
And apache didn start, no errors where given and no httpd daemons started. After commenting out the php module I restarted apache and it worked fine. What can I do to fix this? I have seen on the list a similar issue regarding httpd2, but no solution was given. I did an extensive google search but found no help.