Hi. I have migrated our telephone service from Windows to Linux. When I open our page the error occure: "error compiling Pr_alf_b.asp: maybe use strict error:...
2282
Pawe PCH. Cholewiski
pcholewinski@...
Apr 27, 2010 11:25 am
Hi. I have migrated our telephone service from Windows to Linux. When I open our page the error occure: "error compiling Pr_alf_b.asp: maybe use strict error:...
2283
Fagyal Csongor
concept@...
Apr 27, 2010 12:29 pm
Hi, ... This gets asked periodically on this list. Apache::ASP is a (mod_)perl based system. What you have is MS ASP. They are not "compatible". - Fagzal...
2284
Tsirkin Evgeny
tsirkin@...
Aug 11, 2011 12:15 pm
Dear Rock the Kazbah and the list, I was just hit by this problem when using ajax request with firefox . (I know this mail is REALLY old ) Anyway ,for those...
2285
Tsirkin Evgeny
tsirkin@...
Aug 14, 2011 7:44 am
Hi all. Yes ,we are still using the apache::asp ,it is a great peace of software after all. And we want to thank the original authors for the work they have...
2286
Thanos Chatziathanass...
tchatzi@...
Aug 14, 2011 6:11 pm
... I have numerous fixes for Apache::ASP including the one mentioned here. I'd gladly pick up maintenance for Apache::ASP if Josh is willing to let me have it...
2287
Gregory Youngblood
greg@...
Aug 14, 2011 9:38 pm
I had volunteered a while back but then Josh released an update and things continued. I'd like to see Apache::ASP continue as well. Has anyone heard from josh?...
2288
Gregory Youngblood
greg@...
Aug 14, 2011 9:41 pm
How about creating a patch and sending it to the list. For the short term it lets the fixes get out. Perhaps we'll hear from Josh or can make other...
2289
Josh Chamas
josh@...
Aug 15, 2011 12:18 am
... Thanos, Greg, I am happy to go into co-maintainer on this. I can look at patches or integrations when they come in for peer review, and can publish to web...
2290
Gregory Youngblood
greg@...
Aug 15, 2011 12:24 am
I tend to selfhost things but can put on sourceforge just as easily. I also prefer svn. I'd be glad to host it, as well as the SVN sample site if that would...
2291
Tsirkin Evgeny
tsirkin@...
Aug 15, 2011 6:38 am
Nice to hear that there are others interested as well ! I will be happy to provide any help needed . @Gregory I think public repository is probably better idea...
2292
Thanos Chatziathanass...
tchatzi@...
Aug 15, 2011 1:46 pm
... Ok, so we're all old-school ;) I also prefer subversion to git mostly because I'm still figuring git out. Let's set up a sourceforge project and be done...
2293
Gregory Youngblood
greg@...
Aug 15, 2011 1:55 pm
Hah. I've used git before. It's good, merging and branching are really good as long as you get all the details right. To really use it effectively though I...
2294
Gregory Youngblood
greg@...
Aug 15, 2011 2:15 pm
Apache-ASP initial setup on source forge done. Still have some project pages and content to fill in, I'll work on that over the next couple of days. Also need...
2295
apache-asp@...
Aug 15, 2011 2:49 pm
Hi folks, just wanted to raise my hand, as I am still using apache::asp in some middle size projects to and would love to keep it using in the future if the...
2296
xenu@...
Oct 1, 2011 1:32 pm
Hello! Is fork of Apache::ASP dead? Greg hasn't replied to my email. Maybe someone else should start project? Regards ... To unsubscribe, e-mail:...
2297
Gregory Youngblood
greg@...
Oct 1, 2011 6:24 pm
I'm pretty sure I replied. I'll try to find the message and resend it. if not I apologize. Work has taken all of my time while we are preparing for a...
2298
Gregory Youngblood
greg@...
Oct 1, 2011 6:27 pm
I found the email, and I had not replied. My apologies, I did think I had replied. What I had done is mark it to follow up when I circled back around and got...
2299
Gregory Youngblood
greg@...
Oct 2, 2011 9:24 pm
Apache-ASP 2.62 has just been released. This is the first release since moving to SourceForge. The file is pending upload and release to CPAN. Until then, you...
2300
Sterpu Victor
victor@...
Jan 15, 2012 7:02 pm
POST method is not working when I use Apache::ASP. My setup is like this: - global.asa use CGI; our ($cgi); sub Script_OnStart {$cgi = new CGI;} sub...
2301
Sterpu Victor
victor@...
Jan 15, 2012 7:27 pm
I found a solution by adding "PerlSetVar RequestBinaryRead Off" to my apache config....
2302
Arnon Weinberg
arnon@...
Feb 7, 2012 1:15 am
Thanks for this, ran into the same issue, and that fix worked perfectly. Note: This affects forms processed using CGI that are submitted with method="post" and...
2303
Tsirkin Evgeny
tsirkin@...
Feb 7, 2012 11:05 am
I am not sure ,but it looks like BinaryRead will just read STDIN/mod_perl buffer entirely into internal buffer .While getting multipart/form-data a CGI object ...
2304
Thanos Chatziathanass...
tchatzi@...
Feb 7, 2012 2:51 pm
... No need, I think the information stored therein was pretty much beautified POD. ... Great. now chamas.com seems to have disappeared as well. ... Στις...
2305
Josh Chamas
josh@...
Feb 7, 2012 4:07 pm
Its been trouble since yesterday... Looks like hosting company that held apache-asp.org etc lost their server, so will be completing switch of systems today...
2306
Gregory Youngblood
greg@...
Feb 10, 2012 2:29 am
Good news. :) ... To unsubscribe, e-mail: asp-unsubscribe@... For additional commands, e-mail: asp-help@......
2307
Josh Chamas
josh@...
Feb 21, 2012 10:10 pm
Hi All, We have some good news here! Greg Youngblood has been promoted to be co-maintainer of Apache::ASP, and has publishing rights for CPAN/PAUSE. The ...
2308
Josh Chamas
josh@...
Mar 2, 2012 10:25 pm
Hi All, Now that we are re-engaging on development of Apache::ASP, just to point out that we are working on web session clustering via Apache::Session style...
2309
Warren Young
warren@...
Mar 2, 2012 11:21 pm
... No, but it's nice to know that I won't have to rewrite my web app in Erlang if we ever need to scale horizontally. Thanks. :) ... To unsubscribe, e-mail:...
2310
Arnon Weinberg
arnon@...
Apr 30, 2012 4:30 pm
Just thought I'd post this for anyone else that might run into a similar situation... The documentation seems to suggest that Include() and TrapInclude() are ...