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

http://issues.apache.org/bugzilla/show_bug.cgi?id=39516

           Summary: Include directive give an error in virtual hosts
           Product: Apache httpd-1.3
           Version: HEAD
          Platform: All
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_include
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Using apache-1.3.35, when I try: "#apachectl configtest"
I get this error:

Syntax error on line XX of /path/to/included/file2:
Missing </VirtualHost> directive at end-of-file


file2 is inluded from from file1. 
file1 looks like:
Listen www.example.com:80
<VirtualHost www.example.com:80>
    SSLDisable
    ServerName     www.example.com
    ServerAdmin    [EMAIL PROTECTED]

    include /path/to/included/file2

</VirtualHost>

file2 only have some rewrite rules.

With apache-1.3.34 this error doesn't happen

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to