[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apreq-cvs
Subject:    svn commit: r371540 - in /httpd/apreq/trunk: glue/perl/t/conf/extra.conf.in
From:       joes () apache ! org
Date:       2006-01-23 14:12:32
Message-ID: 20060123141233.75011.qmail () minotaur ! apache ! org
[Download RAW message or body]

Author: joes
Date: Mon Jan 23 06:12:29 2006
New Revision: 371540

URL: http://svn.apache.org/viewcvs?rev=371540&view=rev
Log:
Allow tests to run if httpd was built w/o mod_alias.

Submitted by: Fred Moyer <fred@taperfriendlymusic.org>
Message-ID: <43CEE683.7050505@taperfriendlymusic.org>

Modified:
    httpd/apreq/trunk/glue/perl/t/conf/extra.conf.in
    httpd/apreq/trunk/module/t/conf/extra.conf.in

Modified: httpd/apreq/trunk/glue/perl/t/conf/extra.conf.in
URL: http://svn.apache.org/viewcvs/httpd/apreq/trunk/glue/perl/t/conf/extra.conf.in?rev=371540&r1=371539&r2=371540&view=diff
 ==============================================================================
--- httpd/apreq/trunk/glue/perl/t/conf/extra.conf.in (original)
+++ httpd/apreq/trunk/glue/perl/t/conf/extra.conf.in Mon Jan 23 06:12:29 2006
@@ -1,4 +1,7 @@
-ScriptAlias /cgi-bin/ "@ServerRoot@/cgi-bin/"
+<IfModule mod_alias.c>
+    ScriptAlias /cgi-bin/ "@ServerRoot@/cgi-bin/"
+</IfModule>
+
 <IfModule !mpm_winnt.c>
    LockFile @ServerRoot@/logs/accept.lock
 </IfModule>

Modified: httpd/apreq/trunk/module/t/conf/extra.conf.in
URL: http://svn.apache.org/viewcvs/httpd/apreq/trunk/module/t/conf/extra.conf.in?rev=371540&r1=371539&r2=371540&view=diff
 ==============================================================================
--- httpd/apreq/trunk/module/t/conf/extra.conf.in (original)
+++ httpd/apreq/trunk/module/t/conf/extra.conf.in Mon Jan 23 06:12:29 2006
@@ -1,4 +1,7 @@
-ScriptAlias /cgi-bin/ "@ServerRoot@/cgi-bin/"
+<IfModule mod_alias.c>
+    ScriptAlias /cgi-bin/ "@ServerRoot@/cgi-bin/"
+</IfModule>
+
 <IfModule !mpm_winnt.c>
    LockFile @ServerRoot@/logs/accept.lock
 </IfModule>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic