• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

CGI outside the /cgi-bin/ directory

J

jeroenalex

Guest
Hi all,

I would like my users to be able to run CGI scripts in directories outside the /cgi-bin/ directory, for example the root directory (httpdocs).

I've searched the forums and the FAQa, but couldn't find how to do this in Plesk 7.5 in combination with Apache 2.0. Could someone help me out with this?

Thanks,

Jeroen
 
actually the options directive in apache needs to allow the running of cgi scripts outside of aliased directories.

here are the apache docs on it.

The Options directive controls which server features are available in a particular directory.

option can be set to None, in which case none of the extra features are enabled, or one or more of the following:

All
All options except for MultiViews. This is the default setting.
ExecCGI
Execution of CGI scripts using mod_cgi is permitted.
 
Back
Top