Re: How to run a secure mod_perl ?

1999-11-25 Thread Martin A. Langhoff
I'd like to thank you all. I've been enlightened by this thread. Apparently mod_perl/apache _can_ be crashed, but then only the specific httpd child process will crash. Or did I get it wrong? On the other hand, it _is_ possible to use a mod_perl/apache server on a high port using

The Free CVS Book

1999-11-25 Thread Stas Bekman
A CVS book has been released for free - See http://cvsbook.red-bean.com/ Why do I send this - many folks who wanted to contribute to the modperl cvs didn't know where to start from. Now you don't have any more excuses not to contribute :) Enjoy!

Re: Problems with RedHat

1999-11-25 Thread Robert Locke
I actually commented out the "exit" line below that and let it continue as if there were no error. Then, when I ran "make", I discovered the actual error, which in my case involved not having gdbm properly installed. Good luck, Rob if ./helpers/TestCompile sanity; then change it

Re: Perl not allowed here? (Perl sections)

1999-11-25 Thread Ken Williams
Problem solved. Jay J pointed out to me in private email that this had probably been fixed in the latest development snapshot, and indeed it has. See http://www.davin.ottawa.on.ca/archive/modperl/1999-07/msg01080.phtml [EMAIL PROTECTED] (Ken Williams) wrote: Hi, I'm getting the error "Perl

Stop stat() of script

1999-11-25 Thread Geoff Crawshaw
Any pointers on how to stop apache from stat()'ing and reloading a script (running under mod_perl) that has changed on disk? -- Geoff Crawshaw TimeBills.com Inc. [EMAIL PROTECTED] http://www.timebills.com

Re: directoryindex is not retrieved

1999-11-25 Thread Andrei A. Voropaev
Well, since nobody replied I started digging myself. Here's what I found. The problem below is caused by push_handlers method in Authorization handler. You can reproduce it if you use the following set up. --- module package Apache::MasterAuth; use

Re: directoryindex is not retrieved

1999-11-25 Thread Andrei A. Voropaev
On Thu, Nov 25, 1999 at 08:18:04PM +0100, Eric Cholet wrote: Pushing a handler for the current phase ? Is this legal ? I wonder. I don't remember it for sure and don't have the book around to check but I think this is used for content handling and even given as an example of chained

Re: Stop stat() of script

1999-11-25 Thread Stas Bekman
Any pointers on how to stop apache from stat()'ing and reloading a script (running under mod_perl) that has changed on disk? You are talking about Apache::Registry, right? Take a look at Apache::RegistryNG. Search the archive for more info about it since there is no docs inside the module.

Re: Apache::RegistryLoader and full paths

1999-11-25 Thread Matt Arnold
Nicolas MONNET [EMAIL PROTECTED] sez: Apparently, the Apache::RegistryLoader man page states that you have to point a script by it's URI, or IOW, relative to the ServerRoot. But what happens when you have several virtual hosts? Isn't there a way to preload scripts based on their full path

apache + mod_perl - build error unrecognized formatspecifier for A fix?

1999-11-25 Thread Scott Fagg
I'm using apache 1.3.9 , mod_fastcgi 2.2.2 and mod_perl 1.21 Originally my build of these three together worked, however when i went to rebuild a few months later i recieved a lot of "unrecognized format specifier" errors. A search of the internet showed that i wasn't the only one but i