Thanks!
I've actually made some kind of progress on this case... I've found a
workaround... I don't fully like it, so if anyone got a sugestion for
aprovement, please tell me!
This was the "problem area" in my old httpd.conf:
(...)
AddHandler cgi-script .cgi
AddHandler perl-sc
"@(none) <"@genuity.no wrote:
Thanks!
I've actually made some kind of progress on this case... I've found a
workaround... I don't fully like it, so if anyone got a sugestion for
aprovement, please tell me!
This was the "problem area" in my old httpd.conf:
(...)
AddHandler cgi-script .
Magnar Stav Johanssen wrote:
Sending you a piece of my httpd.conf file:
[...]
looks fine to me.
Have you tried looking in the archives? I have found:
http://marc.theaimsgroup.com/?l=apache-modperl&w=2&r=1&s=libthread+panic&q=b
Well, I've used google.com alot, but maybe I didn't push the "mag
Sending you a piece of my httpd.conf file:
LoadModule perl_module /local/lib/apache/libperl.so
AddHandlercgi-script.cgi
SetHandlerperl-script
PerlHandlerApache::Status
PerlSetVarStatusDumperOn
PerlSetVarStatusPeekO
Magnar Stav Johanssen wrote:
Hi!
On my Solaris 5.8 machine I'm running apache 1.3.27 with mod_cgi and
mod_perl 1.0. mod_cgi is compiled into apache and mod_perl are loaded in
my httpd.conf.
When I'm requesting for any .cgi script (tested with: #!/usr/bin/perl or
#!/bin/sh) everything works fi