• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Resolved Change location of cgi-bin

Dork

Regular Pleskian
Server operating system version
Alma 8
Plesk version and microupdate number
18.0.56 #2
With my other server (CentOS 7) I have the Plesk panel possibility to change the location of cgi-bin
but currently with a new server there is nothing to change via the panel.

I wonder if the CLI code would work?
# /usr/local/psa/bin/domain -u domain.com -cgi-mode www-root
 
That would work, but unnecessary, because www-root is the current default. The corresponding selector in GUI is not shown in this case.
 
It won't be moved automatically. You may check what's the current path to cgi-bin by looking into Apache config at /var/www/vhosts/system/<your domain>/conf/httpd.conf, look for "/cgi-bin".
 
It won't be moved automatically. You may check what's the current path to cgi-bin by looking into Apache config at /var/www/vhosts/system/<your domain>/conf/httpd.conf, look for "/cgi-bin".
It's
ScriptAlias "/cgi-bin/" "Domain.com/cgi-bin/"
 
You can move already existing one or toggle CGI off/on and new directory will be created for you (though already exsiting won't be deleted).
 
Back
Top