[ Please keep it on the list... ]

On Fri, 2003-08-01 at 14:06, petersm wrote:
> Perrin Harkins <[EMAIL PROTECTED]> wrote
> > Do some debugging.  Look at the traffic going back and forth.  Test 
> > it with GET or lynx.  See if the cookie header is being sent.
> 
> Thanks for the suggestion. I used wget and tried it with the mod_perl stuff in
> the config and without. Without, wget gave me the header with the cookie.
> With, wget did not have a cookie in the header. Both returned the correct HTML.
> Maybe some a glance at my config file could help. So here's the relavant
> portion. Thanks...
> 
> 
> PerlModule Apache::StatINC
> <Location /operations/projects/menagerie>
>     AddHandler perl-script .cgi
>     PerlHandler Apache::Registry
>     PerlSendHeader On
>     allow from all
>     PerlInitHandler Apache::StatINC
>     PerlSetVar StatINCDebug On
>     PerlSetEnv PERL5LIB /development/operations/projects/
> </Location>

That looks okay to me.  Maybe it's something about the way you've
structured your code.  Try reducing it down to a small snippet that you
can post.  You may also want to ask on the CGI::Application list.

- Perrin

Reply via email to