PDA

View Full Version : php openbase dir


theprimehost
02-19-2004, 10:16 PM
Hello,
Is there a way to enable Php_openbase_dir for the whole server?


Also, is suexec enable by default?



Kind Regards,
Darrell

existenz
02-19-2004, 11:23 PM
suexec is enabled by default. If you want to run perl/cgi scripts somewhere other than cgi-bin you will need a .htaccess

Is there a way to enable Php_openbase_dir for the whole server?


Are you talking about openbase_dir? You can edit that in the php.ini which should be something like /usr/local/lib/php.ini. Otherwise if you just want it for a virtual host you can do that in the httpd.conf file.

theprimehost
02-20-2004, 07:09 AM
Thanks. Switched it "On"! :)