search for: ah01215

Displaying 6 results from an estimated 6 matches for "ah01215".

2017 Nov 21
4
File access in Apache 2.4 (clarification)
.../keys.txt") { next unless $_; $x .= "/$_"; print STDERR "Test $x, " , (-e $x?"exists":"does not exist"), "\n"; } And the output in the http error log for this virtual user, (timestamp and other error log data stripped) was: AH01215: Trying to read /tmp/ramdisk/keys.txt AH01215: Test /tmp, exists AH01215: Test /tmp/ramdisk, does not exist AH01215: Test /tmp/ramdisk/keys.txt, does not exist Using the "dir -l" command as root, I discover: dir -l / | grep tmp drwxrwxrwt. 16 root root 4096 Nov 21 08:35 tmp dir -l...
2017 Nov 21
0
File access in Apache 2.4 (clarification)
...unless $_; > $x .= "/$_"; > print STDERR "Test $x, " , (-e $x?"exists":"does not exist"), "\n"; > } > > And the output in the http error log for this virtual user, (timestamp and other error log data stripped) was: > > AH01215: Trying to read /tmp/ramdisk/keys.txt > AH01215: Test /tmp, exists > AH01215: Test /tmp/ramdisk, does not exist > AH01215: Test /tmp/ramdisk/keys.txt, does not exist > > Using the "dir -l" command as root, I discover: > > dir -l / | grep tmp > drwxrwxrwt. 16 roo...
2017 Nov 21
1
File access in Apache 2.4 (clarification)
..._"; > > print STDERR "Test $x, " , (-e $x?"exists":"does not exist"), "\n"; > > } > > > > And the output in the http error log for this > virtual user, (timestamp and other error log data stripped) was: > > > > AH01215: Trying to read /tmp/ramdisk/keys.txt > > AH01215: Test /tmp, exists > > AH01215: Test /tmp/ramdisk, does not exist > > AH01215: Test /tmp/ramdisk/keys.txt, does not exist > > > > Using the "dir -l" command as root, I discover: > > > > dir -l / |...
2017 Sep 04
2
selinux denial of cgi script with httpd using ssl
...og and ssl_request_log when selinux is in permissive mode, but not when selinux is in enforcing mode. The only place I can see that I am getting an error message is in the /var/log/httpd/error_log which is as follows : Mon Sep 04 11:40:24.216569 2017] [cgi:error] [pid 2290] [client x.x.x.x:55748] AH01215: (13)Permission denied: exec of '/var/www/cgi-bin/name.of.script.cgi' failed, referer: https://name.domain.com/ When selinux is in permissive mode the above error does not occur and the script works fine. When selinux is in enforcing mode the above error occurs, and the cgi script fails t...
2017 Sep 04
0
selinux denial of cgi script with httpd using ssl
...ux is > in permissive mode, but not when selinux is in enforcing mode. > > The only place I can see that I am getting an error message is in the > /var/log/httpd/error_log which is as follows : > > Mon Sep 04 11:40:24.216569 2017] [cgi:error] [pid 2290] [client > x.x.x.x:55748] AH01215: (13)Permission denied: exec of > '/var/www/cgi-bin/name.of.script.cgi' failed, referer: > https://name.domain.com/ > > When selinux is in permissive mode the above error does not occur and > the script works fine. When selinux is in enforcing mode the above > error occur...
2017 Sep 04
5
selinux denial of cgi script with httpd using ssl
...ux is > in permissive mode, but not when selinux is in enforcing mode. > > The only place I can see that I am getting an error message is in the > /var/log/httpd/error_log which is as follows : > > Mon Sep 04 11:40:24.216569 2017] [cgi:error] [pid 2290] [client > x.x.x.x:55748] AH01215: (13)Permission denied: exec of > '/var/www/cgi-bin/name.of.script.cgi' failed, referer: > https://name.domain.com/ > > When selinux is in permissive mode the above error does not occur and > the script works fine. When selinux is in enforcing mode the above > error occur...