Re: mod_perl and mod_cgi problems

2003-02-01 Thread @(none)
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

Re: mod_perl and mod_cgi problems

2003-01-30 Thread Stas Bekman
"@(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 .

Re: mod_perl and mod_cgi problems

2003-01-30 Thread Stas Bekman
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

Re: mod_perl and mod_cgi problems

2003-01-30 Thread Magnar Stav Johanssen
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

Re: mod_perl and mod_cgi problems

2003-01-29 Thread Stas Bekman
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

mod_perl and mod_cgi problems

2003-01-29 Thread Magnar Stav Johanssen
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 fine, and the scripts compile and

Re: mod_perl and mod_cgi

2002-05-18 Thread Perrin Harkins
Konstantin Yotov wrote: > MaxClients 150 > MaxRequestsPerChild 0 You're probably running out of memory and going into swap, which will give terrible performance. MaxClients 150 is really high, and you should only set MaxRequestsPerChild to 0 if you're using Apache::SizeLimit or Apache::GTopLi

mod_perl and mod_cgi

2002-05-17 Thread Konstantin Yotov
Hello! Here some details of my httpd.conf PerlTaintcheck On Alias /perl/ /home/httpd/perl/ PerlModule Apache::Registry SetHandler perl-script PerlHandler Apache::Registry Options ExecCGI allow from all PerlSendHeader On PerlModule newdate::index

Re: mod_perl and mod_cgi

2002-05-16 Thread Per Einar Ellefsen
At 17:38 15.05.2002, Konstantin Yotov wrote: >Hello! :) >I'm webmaster for a small site about /3000 hits and >4 host daily/. I rewrote my cgi scripts for >mod_perl/made all global variables local and etc/ >following the instructions of mod_perl guide. On my >development machine everything was

Re: mod_perl and mod_cgi

2002-05-16 Thread Perrin Harkins
Konstantin Yotov wrote: > On my > development machine everything was ok, but when I move > to productional server the mod_perl version works > twice slower than mod_cgi. Start by making sure you really have mod_perl installed and your scripts are running under it, and not mod_cgi. You can verif

mod_perl and mod_cgi

2002-05-15 Thread Konstantin Yotov
Hello! :) I'm webmaster for a small site about /3000 hits and 4 host daily/. I rewrote my cgi scripts for mod_perl/made all global variables local and etc/ following the instructions of mod_perl guide. On my development machine everything was ok, but when I move to productional server the mod_