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 Ruslan U. Zakirov
MJJ> Mitchel, Jennifer (Jem) wrote: MJJ> > The machine does belong to my org & my login does not have root access. I will do the MJJ> > /perl-status?hooks as soon as I can be let onto the machine with root access. MJJ> > MJJ> > I did print out the global hash %Apache::MyConfig::Setup and here

Re: FW: mod_perl / PerlAuthenHandler question

2002-10-29 Thread Geoffrey Young
Mitchel, Jennifer (Jem) wrote: the line shift->send_http_header('text/plain'); is giving me the error: Can't call method "send_http_header" on an undefined value it's not a normal cgi script - you need to run it from a /perl-bin or other where you already have an Apache::Registry setup.

RE: FW: mod_perl / PerlAuthenHandler question

2002-10-29 Thread Mitchel, Jennifer (Jem)
: Mitchel, Jennifer (Jem) Cc: '[EMAIL PROTECTED]' Subject: Re: FW: mod_perl / PerlAuthenHandler question Mitchel, Jennifer (Jem) wrote: > The machine does belong to my org & my login does not have root access. I will do >the > /perl-status?hooks as soon as I can be let o

Re: FW: mod_perl / PerlAuthenHandler question

2002-10-29 Thread Geoffrey Young
Mitchel, Jennifer (Jem) wrote: > The machine does belong to my org & my login does not have root access. I will do the > /perl-status?hooks as soon as I can be let onto the machine with root access. > > I did print out the global hash %Apache::MyConfig::Setup and here is the result > > Apache_Sr

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 (

Re: FW: mod_perl / PerlAuthenHandler question

2002-10-29 Thread Geoffrey Young
Mitchel, Jennifer (Jem) wrote: > Steve, > > I have no objection to replying to the mod_perl list. I have no idea what is wrong & I > am so new at all of this that the more people who might have an idea the better. > > > I am running Apache 1.3.22 and mod_perl 1.21 on a Sun Solaris 2.6 machine.

Re: FW: mod_perl / PerlAuthenHandler question

2002-10-28 Thread Steve Piner
It sounds like mod_perl is installed and running OK. Quoting from : In the general case, access control directives should not be placed within a section. Do you need the section? Can you run without it? Steve "Mitchel, Jennifer (Jem)"

Re: FW: mod_perl / PerlAuthenHandler question

2002-10-28 Thread Alfred Vahau
> ... I am so new at all of this that the more people who might have an idea the better. We've all had to start somewhere. The spirit of open source is global support. Perhaps you might like to check the following from the mod_perl user guide. http://perl.apache.org/docs/1.0/guide/troubleshooting

FW: mod_perl / PerlAuthenHandler question

2002-10-28 Thread Mitchel, Jennifer (Jem)
Steve, I have no objection to replying to the mod_perl list. I have no idea what is wrong & I am so new at all of this that the more people who might have an idea the better. 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 runni