please help... mod_ssl seems to overwrite mod_perl and mod_perl seems to overwrite mod_ssl

2002-11-15 Thread Mitchel, Jennifer (Jem)
Hi all, How do I get BOTH mod_perl and mod_ssl built into and working in Apache? I had mod_perl successfully built into my apache to use Authentication hook. Then I added mod_ssl in and I started to get errors from my .htaccess file Error: [Fri Nov 15 14:39:03 2002] [alert] [client

Hellp! mod_perl worked fine then added modssl and now apache won't start

2002-11-14 Thread Mitchel, Jennifer (Jem)
Hi all, I am still new to all of this. I had Apache 1.3.22 with mod_perl included and the Authenitcation hook enabled. Everything was fine. Then I imstalled my OpenSSL and generated my key, got my server certificate from my csr etc fine. The certificate has been verified. I then w

RE: FW: mod_perl / PerlAuthenHandler question

2002-10-29 Thread Mitchel, Jennifer (Jem)
org] Sent: Tuesday, October 29, 2002 7:14 AM To: Mitchel, Jennifer (Jem) Cc: '[EMAIL PROTECTED]' Subject: Re: FW: mod_perl / PerlAuthenHandler question Mitchel, Jennifer (Jem) wrote: > Steve, > > I have no objection to replying to the mod_perl list. I have no idea what is wron

RE: FW: mod_perl / PerlAuthenHandler question

2002-10-29 Thread Mitchel, Jennifer (Jem)
the line shift->send_http_header('text/plain'); is giving me the error: Can't call method "send_http_header" on an undefined value -Original Message- From: Geoffrey Young [mailto:geoff@;modperlcookbook.org] Sent: Tuesday, October 29, 2002 8:18 AM To

RE: FW: mod_perl / PerlAuthenHandler question

2002-10-29 Thread Mitchel, Jennifer (Jem)
/1.3.22-source/src SSL_BASE => Jem -Original Message- From: Geoffrey Young [mailto:geoff@;modperlcookbook.org] Sent: Tuesday, October 29, 2002 7:14 AM To: Mitchel, Jennifer (Jem) Cc: '[EMAIL PROTECTED]' Subject: Re: FW: mod_perl / PerlAuthenHandler question Mitchel, Jennifer (

FW: mod_perl / PerlAuthenHandler question

2002-10-28 Thread Mitchel, Jennifer (Jem)
ut the SERVER_SOFTWARE environment variable it shows 'Apache/1.3.22 (Unix) mod_perl/1.21'. What else can I do to see if mod_perl works? Jem -Original Message- From: Steve Piner [mailto:stevep@;marketview.co.nz] Sent: Monday, October 28, 2002 3:30 PM To: Mitchel, Jennifer (Jem) S

error from my .htaccess file

2002-10-01 Thread Mitchel, Jennifer (Jem)
Hello, I know very little about Apache or mod_perl and I'm really lost. I am running Apache 1.3.22 and mod_perl 1.21 on a Sun Solaris 2.6 machine. I'm sure Apache and mod_perl are running as I can successfully grab that out of $ENV{SERVER_SOFTWARE}. I'm using perl 5.005_03. I am try