Re: Another Apache.pm failed to load!. question....

2002-10-07 Thread Axel Gerstmair
Hello Andrew, it seems like the Perl side of mod_perl is not installed. As far as I know, you must always do a make and make install in the directory where you untarred your mod_perl sources, so that the Perl modules get installed correctly. If you want to make Apache separately, you must leave

Re: Documentation

2002-01-25 Thread Axel Gerstmair
I know there is some good reference material for mod_perl out there, just can't remember where. Anybody? http://perl.apache.org/guide/ Best regards, Axel

Re: file download with mod_perl

2000-10-12 Thread Axel Gerstmair
Hi Pritesh, Sorry for replying you late and many thanks for the solution. It has really made my scripts working(or should I say running) well in mod_perl. But is this pure implementation of mod_perl, when I put PerlSendHeader On in Location? I think this is the only way to go if you are

Re: file download with mod_perl

2000-08-18 Thread Axel Gerstmair
Hi Pritesh, However, the same code is not working under mod_perl. The file content is the same as original file, but filename is populated as download.cgi instead of actual file name. I think mod_perl is putting its own headers, while sending the data. Are you using the PerlSendHeader On