hi
i created a new account with:
HasCgi: n
in httpd.conf i can see:
&VirtualHost 111.111.111.11&
ServerAlias www.xxx.com xxx.com
ServerAdmin [email protected]
DocumentRoot /home/xxx/public_html
BytesLog domlogs/xxx.com-bytes_log
User xxx
Group xxx
ServerName www.xxx.com
CustomLog domlogs/xxx.com combined
Options -ExecCGI -Includes
ScriptAlias /cgi-bin/ /home/xxx/public_html/cgi-bin/
&/VirtualHost&
but the user still can use CGI (Perl) script, i dont want the user to have perl script, only PHP..
i created a new account with:
HasCgi: n
in httpd.conf i can see:
&VirtualHost 111.111.111.11&
ServerAlias www.xxx.com xxx.com
ServerAdmin [email protected]
DocumentRoot /home/xxx/public_html
BytesLog domlogs/xxx.com-bytes_log
User xxx
Group xxx
ServerName www.xxx.com
CustomLog domlogs/xxx.com combined
Options -ExecCGI -Includes
ScriptAlias /cgi-bin/ /home/xxx/public_html/cgi-bin/
&/VirtualHost&
but the user still can use CGI (Perl) script, i dont want the user to have perl script, only PHP..