View Single Post
  #1   (View Single Post)  
Old 20th July 2009
badguy badguy is offline
Fdisk Soldier
 
Join Date: Jul 2009
Location: MD, USA
Posts: 59
Default Problem getting php running

i trying to get php set up on openbsd4.5. i already installed php5-core. the install file say to create a symbolic link to /var/www/conf/modules/ which i already did.

i also create the index.php file with the content below to test that php is running
< ?php
phpinfo()
?>

when i try to view apache (http://localhost) from my web browser it still shows me apache welcome page. if i try (http://localhost/php.index) it just opens the file content and if i try (http://localhost/php.index/) it shows a broken link error.

i assume there is more that needs to be done and not just install the php5-core but i cant seem to figure out what next. pls how do i get php up and running
Reply With Quote