In my apache config file httpd.conf I find this piece of code:
<IfModule alias_module>
ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/"
</IfModule>
The documentation says I can disable this script alias by setting the relevant option to "no".
WHM ->Server Configuration -> Basic cPanel & WHM Setup -> Basic Config
Look for the option * Automatically create a cgi-bin script alias. This setting can be individually overridden during account creation.
I've set the option to "no", but the piece of code just keeps appearing. Can anyone else please try this and let me know if it's a bug or not?
<IfModule alias_module>
ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/"
</IfModule>
The documentation says I can disable this script alias by setting the relevant option to "no".
WHM ->Server Configuration -> Basic cPanel & WHM Setup -> Basic Config
Look for the option * Automatically create a cgi-bin script alias. This setting can be individually overridden during account creation.
I've set the option to "no", but the piece of code just keeps appearing. Can anyone else please try this and let me know if it's a bug or not?
Last edited: