simplest authorization possible, please

2000-10-07 Thread Robert Friberg
Hi all, I'm not really that lazy, I could probably find out pretty quickly from the excellent guide or the eagle book in my lap right now. It's just that I'm way behind schedule for an application thats due on monday :=) Any time saved will be greatly appreciated, I promised my daughter a

Re: simplest authorization possible, please

2000-10-07 Thread Chris Winters
* Robert Friberg ([EMAIL PROTECTED]) [001007 03:28]: Hi all, I'm not really that lazy, I could probably find out pretty quickly from the excellent guide or the eagle book in my lap right now. It's just that I'm way behind schedule for an application thats due on monday :=) Any time

bytes_sent - bytes_received?

2000-10-07 Thread Drew Degentesh
In addition to the number of bytes sent to the client, Id like to log how many bytes are sent *by* the client (the size of the request + posts , etc.) I was guessing/hoping that length( scalar( $r-content ) ) would do it, but earlier in my application (before the log phase) I use Apache::Request

Re: bytes_sent - bytes_received?

2000-10-07 Thread Matthew Byng-Maddick
On Sat, 7 Oct 2000, Drew Degentesh wrote: In addition to the number of bytes sent to the client, Id like to log how many bytes are sent *by* the client (the size of the request + posts , etc.) Fair enough I was guessing/hoping that length( scalar( $r-content ) ) would do it, but earlier in

where i can get this

2000-10-07 Thread Sambit Nanda
Hi All my Webserver that is running Apache 1.3.11 + openssl | mod_ssl | mod_perl . I have also installed Authen::SMB and my web server is working fine. AND Now I am trying to install Apache::AuthCookie on that I read the README file which says like NAME

Re: httpd keeps growing

2000-10-07 Thread Andreas Schiffler
Andreas Schiffler wrote: I have a problem that I can't explain and don't know exactly how to debug: the httpd process keeps gobbling up memory over time. In reply to my own question, I found the cuplrit after some poking around in frequent restarts of the webserver using: apachectl

Re: httpd keeps growing

2000-10-07 Thread Matt Sergeant
On Sat, 7 Oct 2000, Andreas Schiffler wrote: Andreas Schiffler wrote: I have a problem that I can't explain and don't know exactly how to debug: the httpd process keeps gobbling up memory over time. In reply to my own question, I found the cuplrit after some poking around in

Re: httpd keeps growing

2000-10-07 Thread Mike Miller
I use (/etc/rc.d/init.d/http stop; sleep 2; /etc/rc.d/init.d/http start) Yeah, it causes a delay, but makes sure the dev box is in a clean state before I mess it up again with whatever change I just made grin --M. On Sat, 07 Oct 2000 12:33:10 -0700, Perrin Harkins wrote: Andreas Schiffler

Re: httpd keeps growing

2000-10-07 Thread Andreas Schiffler
Matt Sergeant wrote: Do you have PerlFreshRestart On ? If so, don't. Install Apache::Reload and try that instead. Yeah, its ON. It seemed like a good thing to do, as per: http://perl.apache.org/guide/config.html#PerlFreshRestart and doesn't cause segfaults as per:

Apche::AuthenCache

2000-10-07 Thread Sambit Nanda
Hi Friends I am trying to install AuthenCache on My Apache 1.3.11 + mod _ssl + mod _perl on my Soalris 7 Sparc Webserver I installed as the normal procedure and did also make test all goes fine. Then Finally i modified my httpd.conf like

Re: Apche::AuthenCache

2000-10-07 Thread Randy Kobes
On Sat, 7 Oct 2000, Sambit Nanda wrote: Hi Friends I am trying to install AuthenCache on My Apache 1.3.11 + mod _ssl + mod _perl on my Soalris 7 Sparc Webserver I installed as the normal procedure and did also make test all goes fine. Then Finally i modified my httpd.conf

Re: where i can get this

2000-10-07 Thread Randy Kobes
On Sat, 7 Oct 2000, Sambit Nanda wrote: Hi All my Webserver that is running Apache 1.3.11 + openssl | mod_ssl | mod_perl . I have also installed Authen::SMB and my web server is working fine. AND Now I am trying to install Apache::AuthCookie on that [ ... ] Any one can

Re: bytes_sent - bytes_received?

2000-10-07 Thread David Alan Pisoni
Title: Re: bytes_sent - bytes_received? At 7.25 PM +0100 10/7/2000, Matthew Byng-Maddick wrote: On Sat, 7 Oct 2000, Drew Degentesh wrote: In addition to the number of bytes sent to the client, Id like to log how many bytes are sent *by* the client (the size of the request + posts , etc.) Fair

Re: where i can get this

2000-10-07 Thread Tim Tompkins
As I understand your question, you just need to make sure that the specified handlers were enabled your httpd binary was built. Try this: % /path/to/your/apache/bin/httpd -L | grep Perl You should see a list of Perl directives built into your httpd, which resembles this: ... PerlPassEnv