Hello,
we have a client that needs
"ScriptAlias /cgi-bin/ /home/<USER>/public_html/cgi-bin/"
in httpd.conf
It seems to me that "in the past" ticking the "CGI Access" in "Modify an Account" had as consequence of adding this in the VirtualHost / ServerName section of the site in httpd.conf.
This seems no not to be so anymore?
To solve this I have added it now in
/etc/apache2/conf.d/userdata/ssl/2_4/<USER>/<DOMAIN>/addcgibin.conf
and
/etc/apache2/conf.d/userdata/std/2_4/<USER>/<DOMAIN>/addcgibin.conf
and this solves the problem.
But my question is if ticking the "CGI Access" in "Modify an Account" does not do this anymore ?
Thanks
we have a client that needs
"ScriptAlias /cgi-bin/ /home/<USER>/public_html/cgi-bin/"
in httpd.conf
It seems to me that "in the past" ticking the "CGI Access" in "Modify an Account" had as consequence of adding this in the VirtualHost / ServerName section of the site in httpd.conf.
Apache config:
<IfModule alias_module>
ScriptAlias /cgi-bin/ /home/<SITE>/public_html/cgi-bin/
</IfModule>
To solve this I have added it now in
/etc/apache2/conf.d/userdata/ssl/2_4/<USER>/<DOMAIN>/addcgibin.conf
and
/etc/apache2/conf.d/userdata/std/2_4/<USER>/<DOMAIN>/addcgibin.conf
and this solves the problem.
But my question is if ticking the "CGI Access" in "Modify an Account" does not do this anymore ?
Thanks
Last edited by a moderator: