Displaying 4 results from an estimated 4 matches for "temp_log".
Did you mean:
temp_len
2017 Nov 21
4
File access in Apache 2.4 (clarification)
...t). Where would
you suggest they be placed? I've tried /tmp/my_private_files/, and
/var/tmp/my_private_files/, but Apache fails to find even the directory.
Here's some extra information
SELINUX is disabled.
I modified my CGI script to report where in the path to
/tmp/my_private_files/temp_log.log the process failed. The Perl code I ran is:
my $x = "";
print STDERR "Trying to read /tmp/ramdisk/keys.txt\n";
for (split /\//, "/tmp/ramdisk/keys.txt") {
next unless $_;
$x .= "/$_";
print STDERR "Test $x, " , (-e $x?...
2017 Nov 21
0
File access in Apache 2.4 (clarification)
...uggest they be placed? I've tried /tmp/my_private_files/, and /var/tmp/my_private_files/, but Apache fails to find even the directory.
>
> Here's some extra information
> SELINUX is disabled.
>
> I modified my CGI script to report where in the path to /tmp/my_private_files/temp_log.log the process failed. The Perl code I ran is:
>
>
> my $x = "";
> print STDERR "Trying to read /tmp/ramdisk/keys.txt\n";
> for (split /\//, "/tmp/ramdisk/keys.txt") {
> next unless $_;
> $x .= "/$_";
> print STDERR &qu...
2017 Nov 21
1
File access in Apache 2.4 (clarification)
...ied /tmp/my_private_files/,
> and /var/tmp/my_private_files/, but Apache fails to find even the directory.
> >
> > Here's some extra information
> > SELINUX is disabled.
> >
> > I modified my CGI script to report where in
> the path to /tmp/my_private_files/temp_log.log
> the process failed. The Perl code I ran is:
> >
> >
> > my $x = "";
> > print STDERR "Trying to read /tmp/ramdisk/keys.txt\n";
> > for (split /\//, "/tmp/ramdisk/keys.txt") {
> > next unless $_;
> > $x .= &q...
2007 Jan 11
2
FreeBSD Security Advisory FreeBSD-SA-07:01.jail
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-07:01.jail Security Advisory
The FreeBSD Project
Topic: Jail rc.d script privilege escalation
Category: core
Module: etc_rc.d
Announced: