Re: Apache::Session::MySQL

2002-12-28 Thread Richard
ECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, December 28, 2002 2:32 PM Subject: Re: Apache::Session::MySQL > > So by user nobody, you mean in the httpd.conf file in the > tags the user and group? > > > > I have it set to user username and group username for each account,

Re: Apache::Session::MySQL

2002-12-28 Thread Perrin Harkins
> So by user nobody, you mean in the httpd.conf file in the tags the user and group? > > I have it set to user username and group username for each account, > since all of our boxes use SuExec. Okay, that may be an issue because SuExec does not work with mod_perl. Each apache daemon can only run

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 t

Re: Apache::Session::MySQL

2002-12-28 Thread Richard
So by user nobody, you mean in the httpd.conf file in the I just replied to the PerlMonks reply you did. Thank you. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, December 28, 2002 12:08 PM Subject: R

Re: Apache::Session::MySQL

2002-12-28 Thread perrin
> Ah. ok. I don't use Mod_Perl, I hear it is a big security risk, since > it runs as root. Is this true? It's not true. The parent process runs as root in order to open port 80, but that's the same for CGI as well. The child processes that actually handle requests runs as whatever user you speci

Re: Apache::Session::MySQL

2002-12-28 Thread Richard
your reply in a min. Thank you!) - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, December 28, 2002 11:49 AM Subject: Re: Apache::Session::MySQL > > Is this the correct list for help with Apache::Session

Re: Apache::Session::MySQL

2002-12-28 Thread perrin
> Is this the correct list for help with Apache::Session::MySQL? This is a good list for it if you are using mod_perl. If you're using CGI, try one of the CGI resources instead, or stick with perlmonks.org. I just replied to your post there a few minutes ago. - Perrin

Re: Apache::Session::MySQL question regarding lenght of _session_id

2000-12-19 Thread Jeffrey W. Baker
On Mon, 18 Dec 2000, Andreas Marienborg wrote: > I just can't seem to find any info on how to specify that Apache::Session > should create session_id's that are shorter than 32 hex chars? could > someone point me in the right direction?? You can use the argument 'IDLength' when using Apache::Ses

Re: Apache::Session::MySQL question regarding lenght of _session_id

2000-12-18 Thread Andreas Marienborg
On Mon, 18 Dec 2000, Aaron E. Ross wrote: > at a time earlier than now, Andreas Marienborg wrote: > > I just can't seem to find any info on how to specify that Apache::Session > > should create session_id's that are shorter than 32 hex chars? could > > someone point me in the right direction?? >

Re: Apache::Session::MySQL question regarding lenght of _session_id

2000-12-18 Thread Aaron E. Ross
at a time earlier than now, Andreas Marienborg wrote: > I just can't seem to find any info on how to specify that Apache::Session > should create session_id's that are shorter than 32 hex chars? could > someone point me in the right direction?? Just write a module to sub class Apache::Session. A

Re: Apache::Session::MySQL problem

2000-07-20 Thread Tatsuhiko Miyagawa
Thu, 20 Jul 2000 14:29:40 -0700 (PDT) "Jeffrey W. Baker" <[EMAIL PROTECTED]> wrote: > > The problem is, if an acquired Session ID (from Cookie) > > is not stored in the session database, Apache goes like > > > > > panic: POPSTACK > > > Callback called exit. > > > > I know Apache::Session will d

Re: Apache::Session::MySQL problem

2000-07-20 Thread Jeffrey W. Baker
On Thu, 20 Jul 2000, Tatsuhiko Miyagawa wrote: > I'm using Apache::Session 1.51 + mysql 3.22.32 + > mod_perl 1.24 + Apache 1.3.11. They work well except > one problem. > > The problem is, if an acquired Session ID (from Cookie) > is not stored in the session database, Apache goes like > > > pan