perl section does not override conf default

2002-09-30 Thread [EMAIL PROTECTED]
Hi I have an httpd.conf like this for what concerns icons (this is default apache conf) #Alias /icons/ c:/apback/icons/ #Directory c:/apback/icons #Options Indexes MultiViews #AllowOverride None #Order allow,deny #Allow from all #/Directory later

RE: CGI Forms Problems (Getting Old Params)

2002-09-30 Thread Narins, Josh
It's CGI.pm It caches your variables for your convenience/headaches. Try this... my $cgi = new CGI(); $cgi-textfield(-override=1,-name=namen,-value=priceless); -Original Message- From: Shannon Appelcline [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 28, 2002 3:03 PM To: [EMAIL

Re: UTF8 character issue with Apache::Request?

2002-09-30 Thread siberian
Confirmed, but its browser dependant. IE on Mac OS X sends the file but munges the filename. So they file arrives fine but with the wrong name. Mozilla on Mac OS X doesnt even send the file. Still waiting for results with windows systems buth Eng and J. John- On 28 Sep 2002 23:02:59 -0400

document contains no data errors (with mod_ssl)

2002-09-30 Thread Anthony E.
i have a working version of apache 1.3.26 with mod_perl 1.27, no problems.. i installed another apache 1.3.26 build with openssl 0.9.6g, mod_ssl 2.8.10-1.3.26, and mod_perl 1.27, and am receiving document contains no data error messages quite frequently. I tried restarting the newly installed

Re: document contains no data errors (with mod_ssl)

2002-09-30 Thread Anthony E.
incidentally, i noticed i am getting a lot of these errors in the error_log: Out of memory! Callback called exit. --- Anthony E. [EMAIL PROTECTED] wrote: i have a working version of apache 1.3.26 with mod_perl 1.27, no problems.. i installed another apache 1.3.26 build with openssl

problems with sessions and upgrading

2002-09-30 Thread ___cliff rayman___
OLD STUFF: redhat 5.2, 2.0.36 kernel, 1.3.6 apache, 1.21 mod_perl, perl 5.005_02, apache session 1.04 and a storable of 0.63, embperl 1.2.b10, file system sessions and locking data. NEW STUFF: redhat 5.2, 2.0.36 kernel, 1.3.26 apache, 1.27 mod_perl, perl 5.6.1, apache session 1.54, apache

Re: problems with sessions and upgrading

2002-09-30 Thread Gerald Richter
OLD STUFF: redhat 5.2, 2.0.36 kernel, 1.3.6 apache, 1.21 mod_perl, perl 5.005_02, apache session 1.04 and a storable of 0.63, embperl 1.2.b10, file system sessions and locking data. NEW STUFF: redhat 5.2, 2.0.36 kernel, 1.3.26 apache, 1.27 mod_perl, perl 5.6.1, apache session 1.54,