AuthCookieDBI help please....

2002-10-10 Thread George Valpak
I am having trouble with Apache:AuthCookieDBI. I hope someone here can help because I have not been able to find a solution despite extensive searching. Config overview: RH 7.3 Apache/1.3.23 (Unix) (Red-Hat/Linux) mod_perl 1.26 Apache::AuthCookieDBI-1.19 I can bring up the login form provided

Re: AuthCookieDBI help please.... (more info)

2002-10-10 Thread George Valpak
At 04:16 PM 10/10/2002 -0700, I wrote: I am having trouble with Apache:AuthCookieDBI. I hope someone here can help because I have not been able to find a solution despite extensive searching. snip OK, now I am poking in the code. I modified the BEGIN section for AuthCookieDBI.pm thusly:

Re: AuthCookieDBI help please.... (more info)

2002-10-11 Thread George Valpak
Thanks - I tried that earlier and again at your suggestion - no change in the behavior is noted. This is really frustrating - there doesn't seem to be anything special about this config that should cause me such trouble. I suppose tomorrow I could try the kludge that is recommended in that

Re: unsubscribe RTFM's not working, lol....

2002-10-11 Thread George Valpak
yeah I was getting them too - i forwarded to abuse and thanks for reminding me I was going to call the number on the whois recordthis is obviously coming from a autoresponder. If I don't get a good response from my phone call, I will let this list know and then do what you will GV At

Re: unsubscribe RTFM's not working, lol....

2002-10-11 Thread George Valpak
At 11:21 AM 10/11/2002 -0700, you wrote: yeah I was getting them too - i forwarded to abuse and thanks for reminding me I was going to call the number on the whois recordthis is obviously coming from a autoresponder. If I don't get a good response from my phone call, I will let this list

Re: unsubscribe RTFM's not working, lol....

2002-10-12 Thread George Valpak
I just received this in response to my phone call...he asked me to forward it (I have removed the html formatting which causes spacing issues) so have fun - here is a solid laugh to start your weekend. Note the subject line was: Please tell me what to do... GV PS: I responded privately to

Re: AuthCookieDBI help please.... (more info)

2002-10-16 Thread George Valpak
wrote: On Thu, 10 Oct 2002 17:44:51 -0700 George Valpak [EMAIL PROTECTED] wrote: At 04:16 PM 10/10/2002 -0700, I wrote: I am having trouble with Apache:AuthCookieDBI. I hope someone here can help because I have not been able to find a solution despite extensive searching. snip OK, now I am

RE: AuthCookieDBI help please.... (more info)

2002-10-16 Thread George Valpak
/16/2002 -0700, Rob Bloodgood wrote: -Original Message- From: George Valpak [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 3:26 PM To: Vegard Vesterheim Cc: [EMAIL PROTECTED] Subject: Re: AuthCookieDBI help please (more info) I am still having trouble with Apache

Apache::AuthcookieDBI issue - NS broswers display login form incorrectly?

2002-10-16 Thread George Valpak
For now I have hardcoded the secretkeyfile in AuthcookieDBI.pm (very kludgy an not really what I want for production but for now it will have to do) . This seems to be working in preliminary tests in Opera and IE. But Netscape has a problem, and I am seeing the same problem in 4.7x, 6.2, and

AuthCookieDBI semi working, one more testing question

2002-10-18 Thread George Valpak
Thanks to everyone for your help so far. I still haven't figured out why it is not working out of the box, but I kluged the BEGIN block that gets executed at server startup time to hardcode the name of the secretkeyfile. All else seems fine in the browser after that. I guess that is how it has

Minor bug in AuthCookieDBI ?

2002-10-21 Thread George Valpak
Hi - I am wondering if there is a bug in AuthCookieDBI.pm? There is function group which is called to verify the user's group when there is a Require group directive. It starts like this: sub group($$\) { my( $self, $r, groups ) = _; When more than one group is specified in the

protecting and entire site with AuthCookie and its derivatives?

2002-10-22 Thread George Valpak
Is it possible to protect an entire site, from DocumentRoot, using AuthCookie? I have tried to configured it today, using my subclass of AuthCookieDBI: - If I have all of the protected files in Location blocks under Document root, all is fine. - If I try to protect Location /, then it appears

undesired authentication timeout behavior

2002-12-04 Thread George Valpak
I am using a homegrown subclass of AuthCookieDBI for authentication. So far so good. But I have a problem that I hope someone can offer guidance on. For now I have the auth set to expire after a certain amount of time. After the expiration, the next time the user clicks, the login form comes

2 proxying and mod_perl questions

2002-12-21 Thread George Valpak
Hi - I have 2 questions, one might be off topic for the list, so please be gentle about it - seems to have been a rough week for OT posters here. Anyway my situation is this: I want to do a reverse proxy of an external site using Apache: VirtualHost prague ProxyRequests on ProxyPass /

mod_proxy_add_forward weirdness: is it me or is it the code?

2002-12-22 Thread George Valpak
Probably me, I know I am working on settinig up a 2 server/proxy config. I have followed instructions at http://perl.apache.org/docs/1.0/guide on how to do that and so far it has gone pretty well. I now have both servers built from apache 1.3.27 and mod_perl 1.27 for the 2nd server. The

Re: mod_proxy_add_forward weirdness: is it me or is it the code?

2002-12-23 Thread George Valpak
/2002 -0800, George Valpak wrote: Probably me, I know I am working on settinig up a 2 server/proxy config. I have followed instructions at http://perl.apache.org/docs/1.0/guide on how to do that and so far it has gone pretty well. I now have both servers built from apache 1.3.27 and mod_perl

Re: Apache::Session::MySQL

2002-12-28 Thread George Valpak
At 01:25 PM 12/28/2002 -0600, Richard wrote: So mod_perl is safe Ok. one other question. If I do upgrade to Mod_Perl, can I still run regular Perl scripts, without using Mod_Perl, or do I have to use one or the other, only. Richard, Yes,you can still run regular cgi, as with MP you have to

Redirect POST to POST off-site?

2003-01-01 Thread George Valpak
Possibly off topic but I am not sure I have a page that contains a payment button for paypal which is essentially a form that gets POST'ed to paypal's https server. I would like to do some processing on my end when the user clicks on that form. My config is Apace 1.3.2x, MP 1.2x,

RE: Query

2003-01-07 Thread George Valpak
rsr, Sounds like you need 2 apaches, on separate physical servers - The front end is called thin, and does not have mod perl at all, since nothing will run there. It lives mainly to proxy the perl requests to the second apache (often called heavy) will live on an inside IP address only (eg.

maybe off topic? Mod write config issue

2003-01-10 Thread George Valpak
Sorry if this is offtopic here - I looked on http://httpd.apache.org/lists.html and didn't see any better lists for this question...if there is one, let me know and Iwill post it there I want to redirect http://www.i18n.com/showcase/foo to http://showcase.i18n.com/foo I am running a dual

is moderator/admin available?

2003-02-17 Thread George Valpak
Hey, is there a moderator available that can get the list admin to stop the madness of endless repeats? GV

Re: is moderator/admin available?

2003-02-17 Thread George Valpak
At 09:21 AM 2/18/2003 +1100, Stas Bekman wrote: George Valpak wrote: Hey, is there a moderator available that can get the list admin to stop the madness of endless repeats? I'm not a moderator, but if you post to [EMAIL PROTECTED], you will receive the information you are looking for. Thanks

ProxyPass/Reverse and access control

2003-03-12 Thread George Valpak
I posted this messages at the Apache users list, but no response. Sorry if it is off topic here, hopefully someone can point me to an answer or example. I am using apache 1.3.27, MP 1.26 on RH 7.3. I would like to map several outside sites into my web space and limit access individually to