Search the web
Sign In
New User? Sign Up
apache-asp · Apache::ASP
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
apache::asp maintenance   Message List  
Reply | Forward Message #2202 of 2277 |
Re: apache::asp maintenance

Joshua Chamas wrote:
> If you have other needs please let me know.

Well, for inertia reasons, we're still maintaining a lot of CentOS 3 and
Red Hat Linux 9 type systems, with mod_perls of 1.99_07 and _09 vintage,
which was before the big Apache2:: namespace reorg. As a result, when
installing Apache::ASP, I have to manually edit ApacheCommon.pm to
remove all the '2's. Also, the Apache2::ServerRec module doesn't exist
on these systems, so I have to comment it out. Apache::ASP then works
just fine.

It would be spiffy if the library detected this situation and coped
automatically.

I tested this, and it works here:

eval {
# Try new Apache2 module requests first
require Apache2::RequestRec;
require Apache2::RequestUtil;
require Apache2::RequestIO;
require Apache2::Response;
require APR::Table;
require APR::Pool;
require Apache2::Connection;
require Apache2::ServerUtil;
require Apache2::ServerRec;
require Apache2::SubRequest;
require Apache2::Log;
};
eval {
# Alternative if above fails because system is old, but not
# so old that it's incompatible.
require Apache::RequestRec;
require Apache::RequestUtil;
require Apache::RequestIO;
require Apache::Response;
require APR::Table;
require APR::Pool;
require Apache::Connection;
require Apache::ServerUtil;
require Apache::SubRequest;
require Apache::Log;
} if defined $@;

---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@...
For additional commands, e-mail: asp-help@...




Mon Jul 9, 2007 7:26 pm

warren@...
Send Email Send Email

Forward
Message #2202 of 2277 |
Expand Messages Author Sort by Date

Hi list! I was interested to know what is the apache::asp maintenance status? Is it still maintained?Is it dead? I have some applications here written in...
Tsirkin Evgeny
tsirkin@...
Send Email
Jun 18, 2007
9:17 am

... Well, on the one hand, the last update to the library was over two years ago, and the last post by its primary author was nearly a year and a half ago. On...
Warren Young
warren@...
Send Email
Jun 19, 2007
3:21 am

... Good to know . Thanks....
Tsirkin Evgeny
tsirkin@...
Send Email
Jun 19, 2007
7:55 am

... Thanks Warren. I plan to push another release in the next couple of weeks as the software does need updating, in particular for it to work well with the...
Joshua Chamas
josh@...
Send Email
Jun 25, 2007
12:23 am

Those are great news! Thanks Josh. Evgeny ... To unsubscribe, e-mail: asp-unsubscribe@... For additional commands, e-mail: asp-help@......
Tsirkin Evgeny
tsirkin@...
Send Email
Jul 9, 2007
8:06 am

... Well, for inertia reasons, we're still maintaining a lot of CentOS 3 and Red Hat Linux 9 type systems, with mod_perls of 1.99_07 and _09 vintage, which was...
Warren Young
warren@...
Send Email
Jul 9, 2007
7:30 pm

... Did you mean to type "months"? >:) ... To unsubscribe, e-mail: asp-unsubscribe@... For additional commands, e-mail: asp-help@......
Warren Young
warren@...
Send Email
Aug 17, 2007
11:45 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help