RE: Minor Problem .tar.tar

2003-12-24 Thread Randy Kobes
On Wed, 24 Dec 2003, Kent, Mr. John (Contractor) wrote: > Greetings, > > The link which produces .tar.tar on my browser is found on > http://perl.apache.org/download/index.html > > under mod_perl 2.0 (in development): Version > 1.99_12-Decemeber (must be a new month!) 22, 2003 Clicking > Download.

RE: Minor Problem .tar.tar

2003-12-24 Thread Kent, Mr. John (Contractor)
Greetings, The link which produces .tar.tar on my browser is found on http://perl.apache.org/download/index.html under mod_perl 2.0 (in development): Version 1.99_12-Decemeber (must be a new month!) 22, 2003 Clicking Download. I'm using Internte Explorer. Thanks, John -Original Message--

Re: Minor Problem .tar.tar

2003-12-24 Thread Ged Haywood
Hello there, On Wed, 24 Dec 2003, Kent, Mr. John (Contractor) wrote: > This is a very minor problem but it has existed for a long time. > When downloading the source for mod_perl-2.0 you get a file > > mod_perl-2.0-current.tar.tar Where are you downloading that from? The link at http://perl.a

Minor Problem .tar.tar

2003-12-24 Thread Kent, Mr. John (Contractor)
Greetings, This is a very minor problem but it has existed for a long time. When downloading the source for mod_perl-2.0 you get a file mod_perl-2.0-current.tar.tar Thanks, John Kent -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

Re: [mp2] [MDL] setting cookies without Apache::Request

2003-12-24 Thread Geoffrey Young
> just add a properly formatted Set-Cookie header to $r->headers_out. oh, and as the thread just next to this also reminded me, you can try CGI::Cookie as well: http://perl.apache.org/docs/2.0/user/coding/cooking.html#Sending_Cookies_in_REDIRECT_Response__handlers_ if you want to mimic mp1 beha

Re: [mp2] [MDL] setting cookies without Apache::Request

2003-12-24 Thread Geoffrey Young
> The problem > is, the machine I'm doing this on will soon run Apache 2.0.47 (the > machine will run Fedora Core 1.0), so I can't use Apache::Request and > Apache::Cookie like I have been doing! Due to maintenance constraints, > we can't use 2.0.48 (the requirement for the m_p 2.0 versions of > Ap

[mp2] [MDL] setting cookies without Apache::Request

2003-12-24 Thread Curtis Jewell
[MDL side: I'm CCing this for informational purposes. I'll post a reply later with what information I get.] I just want to make sure I get this right... I'd like to know how to set cookies from a module for m_p 2.0 WITHOUT using Apache::Request. It's a quite nice module (I used it for my m_p 1

Re: Subroutine main redefined at ...

2003-12-24 Thread Ged Haywood
Hello there, On Tue, 23 Dec 2003, Charlie Smith wrote: > When running a .pl script from browser, an error message in the > apache log indicates that the subroutines have already been defined. > I assume this is because mod_perl or apache or the server has cached > this subroutine. How to keep th