Written by James McDonald

July 12, 2017

This error in httpd error_log

[Wed Jul 12 21:39:57.069313 2017] [cgi:error] [pid 16811] [client 127.0.0.1:35330] AH01215: (13)Permission denied: exec of ‘/home/rupert/Sites/client1-www/cgi-bin/refnum.pl’ failed:/home/rupert/Sites/client1-www/cgi-bin/refnum.pl
[Wed Jul 12 21:39:57.070405 2017] [cgi:error] [pid 16811] [client 127.0.0.1:35330] End of script output before headers: refnum.pl

This fix

sudo semanage fcontext -a -t httpd_sys_script_exec_t “/home/rupert/Sites/client1-www/cgi-bin(/.*)?”

sudo restorecon -Rv /home/rupert/Sites/client1-www/cgi-bin

 

 

 

 

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Clear HSTS Settings in CHrome

Open chrome://net-internals/#hsts enter the domain in the query field and click Query to confirm it has HSTS settings...

Ubuntu on Hyper-v

It boils town to installing linux-azure # as root or sudo apt-get update apt-get install linux-azure...