HTTP request using mod_perl - permission denied on localhost

2008-04-17 Thread Valerio
Hi all, I have a mod_perl script which works at PerlTransHandler level, and translates the virtual host requested to the real system path where site's pages are stored. To do this translation, I tried two solutions: - ask to a db - ask to a php script on another apache which makes the traslation.

Re: HTTP request using mod_perl - permission denied on localhost

2008-04-17 Thread Valerio
Hi all, I solved the problem: it is not a problem of mod_perl, or perl, or linux... it is a problem of Fedora and SELinux, which prevents a cgi to open a socket on the same system... Valerio 2008/4/17, Valerio [EMAIL PROTECTED]: Hi all, I have a mod_perl script which works at