Hello

I have a problem with apache configuration.  I have a small hosting
server and I want that users
will be able to change some settings of PHP using .htaccess (php_flag).
So I have to set:

AllowOverride Options

I also want that users will be able to set their own error documents.
So I have to set:

AllowOverride Options FileInfo

And now users have almost full configuration. For ex. they are able to
enable CGI - what I don't want to they do.

Options +ExecCGI
AddHandler cgi-script cgi pl

So does anyone know how to solve that without giving full privilleges ?
Maybe there is a module which may help me ?

Regards
Bambero

Reply via email to