Subject: | support for Apache2 |
Current days I am trying SVN::Web with Apache2. Everything is going fine
except one issue. The browser couldn't get a valid response code from
the module since in SVN::Web.pm the return code is hard-coded as:
--------------------
sub handler {
... ...
return Apache::OK;
}
--------------------
While with Apache2 should be Apache2::Const::OK.
Is it possible to add Apache version check here, then eval specific OK
here? Maybe check $VERSION from APR or ModPerl. I am not very familiar
with Apache and ModPerl.
Best Regards, Dongxu