Re: How can I tell if a request was proxy-passed form an SSL server?

2002-11-14 Thread Carolyn Hicks
On Thu, Nov 14, 2002 at 12:45:52PM -0500, John Siracusa wrote: Assume I have a front-end (non-mod_perl) proxy server that supports both HTTP and HTTPS. I want to know, from within my Perl code on the back-end (HTTP-only) mod_perl server, if the current request was ProxyPass-ed to me based on

Re: [mod_perl] Restarting after a module changes when you're not able to restart

2002-04-04 Thread Carolyn Hicks
Hi Elizabeth, Apache::Reload or Apache::StatINC can reload modules for you without needing to restart the server. Your provider would need to have one of these installed and set up in the httpd.conf. If you get a choice in which one you use, Apache::Reload is much more configurable so you have

Re: Apache::AuthCookie login faliure reason

2001-11-22 Thread Carolyn Hicks
On Fri, Nov 23, 2001 at 04:09:45PM +1100, simran wrote: What i want is: * To be able to give the user a reson if login fails - eg reason: * No such username * Your password was incorrect On Thu, Nov 22, 2001 at 09:26:17PM -0800, clayton wrote: here is the meat of

Re: Odd problem with Perl sections

2001-10-25 Thread Carolyn Hicks
On Wed, Oct 24, 2001 at 06:52:13PM -0700, Tom Mornini wrote: I don't believe that single quotes -vs- double quotes would make a difference. Both things end up a single scalar, and I seriously doubt that Apache can tell the difference... well, I meant single *and* double quotes - so the value