RE: fork/CGI/Apache problem - solved!

2001-11-02 Thread Marco Kleefman
I solved the problem myself... it was a bufferproblem of STDOUT. When I tried that, I made modifications to the wrong script, that is why I thought it did not work out! Stupid me! ;) Thanx everybody who reacted, sorry to have bothered you! Regards, Marco > -Original Message- > From: Ma

RE: fork/CGI/Apache problem

2001-11-02 Thread Charles Day
You script only printed once for me. Here's a shortened version I use: parent stuff above defined($pid = fork) or die "cannot fork: $!\n"; exit if $pid; close (STDOUT); ...child stuff below -Original Message- From: Marco Kleefman [mailto:[EMAIL PROTECTED]] Sent: Friday, Novemb

Reading compile settings from within httpd.conf

2001-11-02 Thread matt
Hello list, Just a quick question: Is there any way to read apache's compile time settings (like when you do httpd -V) from within sections? Thanks, Matt -- #!/usr/bin/perl $A='A';while(print+($A.=(grep{($A=~/(...).{78}$/)[0]eq$_}" A A A " =~m{(...)}g)?"A":" ")=~/([ A])$/){if(!(++$l%80)){

Re: fork/CGI/Apache problem

2001-11-02 Thread Robert Landrum
At 2:30 PM +0100 11/2/01, Marco Kleefman wrote: >Hello everybody, > >I am new to the list. I have a question I hope you can help me with. It is >not a modperl question, just a normal perl question related to Apache/CGI. > >I have this script which forks off a process which does something. I alread

fork/CGI/Apache problem

2001-11-02 Thread Marco Kleefman
Hello everybody, I am new to the list. I have a question I hope you can help me with. It is not a modperl question, just a normal perl question related to Apache/CGI. I have this script which forks off a process which does something. I already encountered the problem of my browser waiting for th

sections

2001-11-02 Thread matt
Hello list, I am running some mod_perl/apache sites. So far we have 2 disparate servers, (both running identical software) hosting about 10 sites each. I have managed to create a universal httpd.conf using sections, a universal config file and a host dependant config file. In doing so I've com

Re: apache::request and other newbie questions

2001-11-02 Thread Nouguier Olivier
John Michael wrote: I have a modperl script that uses. cgi.pm and actually I have been importing my on cgi params from get and post but do use cgi.pm for cookies.  I have read in some other emails and now in the guide that it is faster to use Apache::Request so I want to change my script over t

apache::request and other newbie questions

2001-11-02 Thread John Michael
I have a modperl script that uses. cgi.pm and actually I have been importing my on cgi params from get and post but do use cgi.pm for cookies.  I have read in some other emails and now in the guide that it is faster to use Apache::Request so I want to change my script over to this method sin

Perl Script unable to stat

2001-11-02 Thread Mathangi K
Hi I am using Apache 1.3.20. with perl module 1.25. In the httpd.conf I have included this line ScriptAliasMatch ^/cgi-bin/cwb-ipm/(.*) "D:\IPM1\Server\cgi-bin/$1" In the cgi-bin I have .exe as well as .pl files.The call to .exe works fine whereas call to .pl files gives an "page not found erro

RE: Shutdown

2001-11-02 Thread Matt Sergeant
> -Original Message- > From: ed phillips [mailto:[EMAIL PROTECTED]] > > "Khachaturov, Vassilii" wrote: > > > > Hi Matt, do you have any news on planned re-appearance of > > current axkit docs and mailing list archives online? The net people > > memory is short, if you don't come back noo