Re: Problem with Apache::ASP under Apache 2.4

2014-05-20 Thread Josh Chamas
monitoring this list. Incidentally, what is the current project home? http://sourceforge.net/projects/apache-asp or http://www.apache-asp.org/? Andrew -Original Message- From: Warren Young [mailto:war...@etr-usa.com] Sent: Tuesday, July 09, 2013 6:15 PM To: Apache-ASP List Subject: Re

Re: Problem with Apache::ASP under Apache 2.4

2013-07-11 Thread Tsirkin Evgeny
-asp.org/? Andrew -Original Message- From: Warren Young [mailto:war...@etr-usa.com] Sent: Tuesday, July 09, 2013 6:15 PM To: Apache-ASP List Subject: Re: Problem with Apache::ASP under Apache 2.4 Please send replies to the mailing list, not direct to the one who replied to your

RE: Problem with Apache::ASP under Apache 2.4

2013-07-10 Thread Koebrick, Andrew (MNIT)
To: Apache-ASP List Subject: Re: Problem with Apache::ASP under Apache 2.4 Please send replies to the mailing list, not direct to the one who replied to your post. On 7/9/2013 15:32, Koebrick, Andrew (MNIT) wrote: httpd-2.4 has changed it's API somewhat, the Apache2::Connection::remote_ip

Re: Problem with PDF files

2005-05-24 Thread Joshua Chamas
Jonathan Dixon wrote: I am running a website where I want to control access to the various files. I have the directory setup in httpd.conf with: ... This works well for the .doc, .css, .html, and .asp files, but the pdf files always crash with an error along the lines of: [error] error

Re: problem

2005-05-23 Thread Joshua Chamas
hezi wrote: Hi i install apache::asp on windows apache_2.0.48-win32-x86-no_ssl.msi ActivePerl-5.8.6.811-MSWin32-x86-122208.msi And mod perl I have uploaded a new version of Apache::ASP to CPAN, 2.59, which should fix this error. Regards,

Re: problem

2005-05-15 Thread Helmut Zeilinger
i install apache::asp on windows apache_2.0.48-win32-x86-no_ssl.msi ActivePerl-5.8.6.811-MSWin32-x86-122208.msi And mod perl When I try to get tha page I get No valid request object (Apache2::RequestRec Any one has an idea why this is happening? Hi, if you are using the newest mod_perl (RC6)

Re: problem

2005-05-15 Thread Helmut Zeilinger
Helmut Zeilinger schrieb: i install apache::asp on windows apache_2.0.48-win32-x86-no_ssl.msi ActivePerl-5.8.6.811-MSWin32-x86-122208.msi And mod perl When I try to get tha page I get No valid request object (Apache2::RequestRec Any one has an idea why this is happening? Hi, if you are using

Re: Problem with PDF files

2005-04-26 Thread Marko Friedemann
Jonathan Dixon wrote: This declares *.pdf files as being ASP files. Apache::ASP is trying to interpret them directly! What you want to do cannot be accomplished with this mechanism. Try looking at the various Apache modules. I understand that this forces the PDF files to be handled through

Re: Problem with PDF files

2005-04-25 Thread Warren Young
Jonathan Dixon wrote: Files ~ (\.pdf) SetHandler perl-script PerlHandler Apache::ASP PerlSetVar Global /storage/t212 PerlSetVar StateDir /tmp/asp PerlSetVar RequestBinaryRead On /Files This declares *.pdf files as being ASP files. Apache::ASP is trying to interpret them

Re: Problem with PDF files

2005-04-25 Thread Jonathan Dixon
This declares *.pdf files as being ASP files. Apache::ASP is trying to interpret them directly! What you want to do cannot be accomplished with this mechanism. Try looking at the various Apache modules. I understand that this forces the PDF files to be handled through Apache::ASP. But

Re: Problem with function from file included by 'require functions.pl'

2003-02-19 Thread Josh Chamas
Oleg Kobyakovskiy wrote: Hello everybody, I have a .pl file with 2 function definitions. I include this file in global.asa to use defined functions through: require 'file.pl'; . It works fine. But some time I get the error like: [Wed Feb 19 13:28:01 2003] [error] [asp] [4391] [error] Undefined

Re: Problem with global.asa

2003-02-02 Thread Josh Chamas
Oleg Kobyakovskiy wrote: Hello Everybody, I have next problem: I have 2 sites example.com and admin.example.com. They are under Apache::ASP both, placed in differert path and each of then has own global.asa file. Sometime when I'm trying to look at admin.example.com it runs the

Re: Problem with global.asa

2003-02-02 Thread Oleg Kobyakovskiy
Hello Josh, Thank you very much. I've removed GlobalPackage from .htaccess and it looks like all work correct now. Thank you one more time. Josh Chamas wrote: Oleg Kobyakovskiy wrote: Hello Everybody, I have next problem: I have 2 sites example.com and admin.example.com. They are under

Re: Problem passing complex structure in XMLSubs args...

2002-09-18 Thread Josh Chamas
Brat Wizard wrote: Josh, I have a quick question-- is there a problem passing a complex (non-scalar) variable in the arguments of an XMLSubs function?? I am having problems passing hashes to the function. Ex. my $hash = { blah blah blah }; my:sub args=$hash some stuff /my:sub

Re: Problem passing complex structure in XMLSubs args...

2002-09-18 Thread Brat Wizard
Yup, that did it, thanks John On Wednesday 18 September 2002 10:19 pm, Josh Chamas spewed into the ether: Brat Wizard wrote: Josh, I have a quick question-- is there a problem passing a complex (non-scalar) variable in the arguments of an XMLSubs function?? I am having problems passing

Re: problem installing Apache::PHP on Windows

2002-07-01 Thread Joshua Chamas
aplessers wrote: I've installed the perl-win32-bin-0.7.exe. I've three folders apache, perl and open ssl. When I want to run apache it is saying that it cannot load the module mod_perl.so into the server. The module path is correctly set in the http.conf and the file is present. What

Re: Problem Sending Cookies

2002-06-11 Thread Joshua Chamas
Mike Martinet wrote: Well, after days of fighting with this, I've given up and am using JavaScript to set and expire 'permanent' or 'hard' cookies. If anyone has does come up with a suggestion, or can offer some sample code, I'd still really appreciate seeing it - I'd prefer to do this in

Re: Problem Sending Cookies

2002-06-06 Thread Mike Martinet
Well, after days of fighting with this, I've given up and am using JavaScript to set and expire 'permanent' or 'hard' cookies. If anyone has does come up with a suggestion, or can offer some sample code, I'd still really appreciate seeing it - I'd prefer to do this in ASP/Perl, but I have to

Re: Problem with Binaryread

2002-02-08 Thread Joshua Chamas
Mike Martinet wrote: Greetings, Please excuse me if this message is a duplicate. I've been trying to post on various mailing lists and not quite sure how to do it. I may be missing something fundamental here, but I can't find an explanation for what I'm doing wrong. If I specify

Re: Problem installing asp.. mldbm-sync and more...

2002-01-23 Thread Joshua Chamas
Tyler Worman wrote: thanks for responding. I tried that distribution before thats why i set off to get it working from scratch that distro has everything i need except when i tried to start apache from it it said that it could not load the ssl or perl So i tried again now but i still get

Re: Problem with asp module and apache on win98

2001-11-27 Thread Joshua Chamas
Giorgio D'Anna wrote: before I got another error too: flock() unimplemented on this platform at /apache/lib/perl/ MLDBM/Sync.pm line xxx but I commented out some lines in sync.pm and so I fixed that. Anyway, since I have read on the documentation that it is possible to disable use of

Re: Problem with SessionCount

2001-11-13 Thread Joshua Chamas
Kreuzer, Harald wrote: hello! first of all thanks for this great piece of software!! i changed my site from ms-asp to apache::asp and i am very happy with it. now my problem: i updated some days ago to asp 2.27 and it seems as if i don't get Session_OnEnd events anymore. i have a

RE: Problem with Apache::ASP and HTTP::Date::time2iso()

2001-11-12 Thread John D. Leonard II
I frequently use the HTTP::Date functions time2str and str2time. Do you have other, lower-overhead suggestions? JL -Original Message- From: Joshua Chamas [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 2:35 PM To: ross scanlon Cc: [EMAIL PROTECTED] Subject: Re: Problem

Re: Problem with Apache::ASP and HTTP::Date::time2iso()

2001-11-12 Thread Joshua Chamas
John D. Leonard II wrote: I frequently use the HTTP::Date functions time2str and str2time. Do you have other, lower-overhead suggestions? Well, its undocumented, and will remain so, but I just moved the HTTP::Date module into Apache::ASP as Apache::ASP::Date, so if you want to use it

Re: problem with multiple select

2001-06-10 Thread Joshua Chamas
JC Fant IV wrote: So here is what I cam up with. Looks to me like you will not be able to do both at the same time. Multiple select boxes are not pulling in with a from ENCTYPE==multipart/form-data. I have this fixed in my dev version 2.15. If anyone wants it, let me know. The diff

Re: problem with multiple select

2001-06-07 Thread JC Fant IV
you can do two different things.. Hi, I'm having problem to get the result of a SELECT ... MULTIPLE field in a form. something like this works file : 1.) change the form from method=post to method=get FORM name=FormName method=get and the code should work. However if you want to

Re: problem with multiple select

2001-06-07 Thread Joshua Chamas
There may be a bug here ... Apache::ASP handles file uploads with different logic from other forms by using CGI.pm for the underlying file upload parsing. I'll look into this ( early next week ) and see if I can't make multiple select values behave properly in this context. --Josh --- Anton

Re: problem with multiple select

2001-06-07 Thread JC Fant IV
: Thursday, June 07, 2001 2:24 PM Subject: Re: problem with multiple select There may be a bug here ... Apache::ASP handles file uploads with different logic from other forms by using CGI.pm for the underlying file upload parsing. I'll look into this ( early next week ) and see if I can't make

Re: problem with multiple select

2001-06-07 Thread JC Fant IV
So here is what I cam up with. Looks to me like you will not be able to do both at the same time. Multiple select boxes are not pulling in with a from ENCTYPE==multipart/form-data. I would be curious to know if anyone else has gotten this to work. I attached an asp file for you to try. below is