My httpd isn't compiled with mod_alias and make test subsequently fails to start the test server. I didn't adjust the indent of the conditional to 4 spaces like the other uses of mod_alias in this file but if that's needed just let me know and I'll resubmit the patch.

Index: t/conf/extra.last.conf.in
===================================================================
--- t/conf/extra.last.conf.in   (revision 443450)
+++ t/conf/extra.last.conf.in   (working copy)
@@ -114,20 +114,26 @@

 #Single-line $PerlConfig
 <Perl>
+if (Apache::Test::have_module('mod_alias.c')) {
   $PerlConfig = "Alias /perl_sections_perlconfig_scalar @DocumentRoot@";
+}
 </Perl>

 #Multi-line $PerlConfig
 <Perl>
+if (Apache::Test::have_module('mod_alias.c')) {
   $PerlConfig = "Alias /perl_sections_perlconfig_scalar1 @DocumentRoot@
                  Alias /perl_sections_perlconfig_scalar2 @DocumentRoot@
                 ";
+}
 </Perl>

 [EMAIL PROTECTED]
 <Perl>
+if (Apache::Test::have_module('mod_alias.c')) {
   @PerlConfig = ("Alias /perl_sections_perlconfig_array1 @DocumentRoot@",
                  "Alias /perl_sections_perlconfig_array2 @DocumentRoot@",
                 );
+}
 </Perl>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to