This doesn't affect whether or not your CGI script can write to /tmp. It only affects whether or not requests that map to /tmp can be served.
>> >> Excerpt from the CGI script: >> my $testFile = '/tmp/test.txt'; >> my $m = "webPage starting\n"; >> open (FH, ">>", $testFile) or die "cannot open $testFile: $!\n"; >> print FH "$m"; >> close FH; >> >> >> Problem: >> I have a CGI script in perl. >> The script writes to a file. >> The file exists and has world read/write access. >> This function worked with apache 2.2.17. >> With 2.4, Nothing happens: no errors, no write to file. >> I have tried the Directory directive shown in the local config file. >> The local config is included in httpd.conf. >> >> Any suggestions. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx >> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx >
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx