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

Quote:
Originally Posted by jggimi View Post
You will need to edit /var/www/conf/httpd.conf, and enable the php mime-type by uncommenting:
Code:
#AddType application/x-httpd-php .php
You will also likely want to run Apache without the default chrooted environment. You will need to read FAQ 10.16.
ok so to run apache with out chroot i have edited the rc.conf to reflect >> httpd=-u. is this correct?

Also i am trying to edit the /var/www/conf/httpd.conf file using vi but i get the error read-only file, not written. i stopped apache and it stil did not help. any idea what is accessing the file to prevent me from editing it?
Reply With Quote