... 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 ...
2311
Arnon Weinberg
arnon@...
Jun 5, 2012 9:03 am
How can I set the output character encoding of Apache::ASP output? Regular perl/CGI output defaults to ISO-8859-1 encoding, and may be easily modified using...
2312
Warren Young
warren@...
Jun 5, 2012 9:56 am
... There are several places where you set this, not just one, and they all have to agree to guarantee correct output: DB -> back end -> Apache -> HTML ->...
2313
Arnon Weinberg
arnon@...
Jun 5, 2012 5:21 pm
... With my test cases (provided) I have carefully narrowed down the inconsistency to Apache::ASP, since everything else is either not applicable or the same. ...
2314
Thanos Chatziathanass...
tchatzi@...
Jun 5, 2012 6:13 pm
... Could you be a bit more specific on this ? I've built many a site in international character sets and using Apache::ASP for well over decade, so I can tell...
2315
Arnon Weinberg
arnon@...
Jun 5, 2012 7:28 pm
... Er, not sure how I can be more specific - the test cases are provided in my initial post (http://www.mail-archive.com/asp%40perl.apache.org/msg02662.html),...
2316
Josh Chamas
josh@...
Jun 5, 2012 11:28 pm
... Hi Arnon, All, I have gone over the thread and been stumped on this for a while. Bottom line it looks like Apache::ASP does not play well with Encode, and...
2317
Thanos Chatziathanass...
tchatzi@...
Jun 6, 2012 12:45 pm
Apologies Arnon, I got your original message with the problem description after I had sent mine... ... That rang a bell for me: Read the section ``The UTF8...
2318
Arnon Weinberg
arnon@...
Jun 15, 2012 4:41 am
Thanks very much Josh for investigating this - it saved me some time narrowing down the issue. Even still, I did spend quite a lot of time working out a...