On 5/31/06, nocturnal <nocturnal@xxxxxxxxxx> wrote:
Hi I've managed to configure my vhosts to run PHP as CGI without the need for a Shebang and 755 permissions on PHP script files. The only problem, a big problem in my opinion, is that i need to create a cgi-bin directory in each vhosts web root directory and place a copy of the php binary interpreter file in that directory. I do this because the users are not allowed to execute things outside of their web root directory. I would like to know other possible solutions to this that don't require me to keep a large file in every users directory which not only adds to that users file system quota but also is at risk of being removed or altered by the user herself. Thank you in advance for any help. I would love it if you could share your experiences of multiple solutions to this, even if they, in your opinions, have flaws.
It would help if you showed the config you are using. I would think that a global ScriptAlias (outside any <VirtualHost> section) could easily do what you want. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx