You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/06/20 19:52:29 UTC

DO NOT REPLY [Bug 10073] New: - upgrade from 1.3.24 to 1.3.26 breaks include directive

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10073>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10073

upgrade from 1.3.24 to 1.3.26 breaks include directive

           Summary: upgrade from 1.3.24 to 1.3.26 breaks include directive
           Product: Apache httpd-1.3
           Version: HEAD
          Platform: Other
        OS/Version: FreeBSD
            Status: NEW
          Severity: Major
          Priority: Other
         Component: core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: colm.ennis@eircom.net


before upgrade the following config works, post upgrade we
get:
 vpnstats# apachectl start
 Syntax error on line 1 of /usr/local/etc/apache/acl.conf:
 order not allowed here
 /usr/local/sbin/apachectl start: httpd could not be started
 vpnstats#

this works if the include file contents are moved into httpd.conf

include:
 <Directory "/usr/local/www/customer-data">
 Options Indexes FollowSymLinks MultiViews
 AllowOverride None
 Include etc/apache/acl.conf
 </Directory>

acl.conf:
 Order deny,allow
 deny from all
 allow from 134.226.81.3/32
 .
 .
 .

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org