On Thu, 2003-09-04 at 16:56, Tim Edwards wrote:
> I'm sending 3 cookies. The first one goes properly. The second two get print
> to the screen. Same script run under normal perl works fine. Suggestions?


Show us the mod_perl part of your apache config.

- Perrin

Running Apache 1.3.27 and mod_perl 1.26. The script I'm using is running in the CGI-BIN directory till I can spend time and pull out all the sub routine to put in seperate files then I'll move them to the PERL directory.


<IfDefine HAVE_PERL>
AddModule mod_perl.c
</IfDefine>

<Directory "/var/www/cgi-bin">
       SetHandler perl-script
       PerlHandler Apache::PerlRun
       AllowOverride None
       Options ExecCGI
       PerlSendHeader On
       Order allow,deny
       Allow from all
</Directory>

<Directory /var/www/perl>
       SetHandler perl-script
       PerlHandler Apache::Registry
       Options +ExecCGI
       PerlSendHeader on
</Directory>

_________________________________________________________________
Express yourself with MSN Messenger 6.0 -- download now! http://www.msnmessenger-download.com/tracking/reach_general




--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to