Can open_basedir be specified as an argument?
Posted: Sun Jun 01, 2008 6:43 pm
I am wanting to use 1 PHP installation for my server but I have several virtual hosts each with their own directories. I want each host to only be able to access inside it's directory...open_basedir is what I want to use. Can I specify open_basedir when launching the PHP interpreter for each virtual host? I would prefer that over creating a .ini file for each host and using -c "path/to/host.ini".
If anyone is curious, no I do not use Apache and PHP as a module. I use PHP in FastCGI with Abyss Web Server.
If anyone is curious, no I do not use Apache and PHP as a module. I use PHP in FastCGI with Abyss Web Server.