Hello
i have find that all the custom cgi script not working in the users website . (not cpanel cgi script) , in the error log i found
the script is placed in the user directory /home/xxxxx/public_html/cgi-bin/test.cgi
in my httpd config i found
i have already cgi previlige added for the account .
from where the probleme ?
i have find that all the custom cgi script not working in the users website . (not cpanel cgi script) , in the error log i found
Code:
script not found or unable to stat: /usr/local/apache/cgi-bin/test.cgi
in my httpd config i found
Code:
<IfModule alias_module>
ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/"
</IfModule>
from where the probleme ?