View Single Post
  #1   (View Single Post)  
Old 7th June 2009
dialeight dialeight is offline
New User
 
Join Date: Jun 2009
Posts: 6
Default Apache 1.3 and PHP 5, Not Working!

Hey Everybody,

Here is my current setup:

OpenBSD 4.4
Apache 1.3 running outside chroot environment
PHP 5.2.6 installed from package, performed symlink, php5.conf is in the /var/www/conf/modules/ directory.

For some reason apache is not loading the module. When I access my phptest.php file which contains the phpinfo() function it shows up as a blank screen, but when I view source I see the PHP code. When I run apachectl configtest, it shows that it's loading it and there are no syntax errors.

I am at a loss since this is the first time working with php5 for me, I'm finally upgrading from php 4. Any help here would be appreciated.
Reply With Quote