I noticed that cPanel/WHM does not configure HTTPS properly, as a result, the /cgi-bin/ path is not usable under HTTPS.
For example, this works fine:
https://www.domain.com/test.php
But this does not:
https://www.domain.com/cgi-bin/test.php
The second case, will actualy try to execute: /usr/local/apache/cgi-bin/test.php
You can verify that by looking at your /etc/httpd/logs/error_log file, you'll see the 404 error.
I believe its missing the following line:
ScriptAlias /cgi-bin/ /home/domain/public_html/cgi-bin/
Anyone would like to verify this?


LinkBack URL
About LinkBacks



Reply With Quote
wait for someone else to verify.


Bookmarks