• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Question Move cgi-bin location on virtual host to different location?

meph718

New Pleskian
is it possible to move the cgi-bin location from:
/var/www/vhosts/example.com/httpdocs/cgi-bin/
to
/var/www/vhosts/example.com/httpdocs/subfolder/cgi-bin/

The reason being we are doing a server migration and we want to keep the same structure for the new site due to transparent and scripting.
 
i tried that... following this article

i added ScriptAlias "/cgi-bin/" "/var/www/vhosts/example.com/httpdocs/subfolder/cgi-bin/"
.. didnt seem to work.

found a work around where we add a .htaccess file in the new folder with this entry
AddHandler cgi-script .cgi .pl
Options +ExecCGI
 
Back
Top