Author: jorton
Date: Wed Dec  1 05:38:54 2004
New Revision: 109340

URL: http://svn.apache.org/viewcvs?view=rev&rev=109340
Log:
Add alias for mod_proxy_ajp.

Modified:
   httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfigParse.pm

Modified: 
httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfigParse.pm
Url: 
http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfigParse.pm?view=diff&rev=109340&p1=httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfigParse.pm&r1=109339&p2=httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfigParse.pm&r2=109340
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfigParse.pm   
(original)
+++ httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/TestConfigParse.pm   
Wed Dec  1 05:38:54 2004
@@ -151,6 +151,7 @@
 #so we have the same names if these modules are linked static or shared
 my %modname_alias = (
     'mod_pop.c'            => 'pop_core.c',
+    'mod_proxy_ajp.c'      => 'proxy_ajp.c',
     'mod_proxy_http.c'     => 'proxy_http.c',
     'mod_proxy_ftp.c'      => 'proxy_ftp.c',
     'mod_proxy_balancer.c' => 'proxy_balancer.c',

Reply via email to