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

Re: OpenBSD 3.5+php



have you follow this 
:http://www.freebsdforums.org/forums/showthread.php?s=&threadid=9986&highlight=https+php+mysql



>From: "Monah Baki" <mbaki@whywire.net>
>To: misc@openbsd.org
>Subject: OpenBSD 3.5+php
>Date: Mon, 1 Nov 2004 10:23:18 -0400
>
>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.