https://issues.apache.org/bugzilla/show_bug.cgi?id=47966

           Summary: Attempt to access virtual host causes httpd.exe to
                    abort @ 0x01772072
           Product: Apache httpd-test
           Version: unspecified
          Platform: PC
        OS/Version: Windows Server 2003
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: flood
        AssignedTo: [email protected]
        ReportedBy: [email protected]


All attempts to access any virtual server other than the first container in the
list (Apache2.2/conf/extra/httpd-vhosts.conf) causes httpd.exe to abort at
0x0177072 attempting to access memory at 0x00000000.  This occurs in versions
2.2.12, 2.2.13, and 2.2.14.
Executing Windows binaries on Windows Server 2003.

Hasn't anyone else experienced this problem?

httpd-vhosts.conf: Only cases.carpelaw.com responds

NameVirtualHost *:80
<Directory "D:/Apache/casetracker">
    Order allow,deny
    Allow from all
</Directory>

<VirtualHost *:80>
    ServerAdmin [email protected]
    DocumentRoot "D:/Apache/casetracker"
    ServerName cases.carpelaw.com
    ErrorLog D:/Apache/casetracker/logs/errors.log
    CustomLog D:/Apache/casetracker/logs/access.log common
</VirtualHost>

<Directory "D:/Apache/carpelaw">
    Order allow,deny
    Allow from all
</Directory>

<VirtualHost *:80>
    ServerAdmin [email protected]
    DocumentRoot "D:/Apache/carpelaw"
    ServerName www.carpelaw.com
    ErrorLog D:/Apache/carpelaw/logs/errors.log
    CustomLog D:/Apache/carpelaw/logs/access.log common
</VirtualHost>

<Directory "D:/Apache/seomonster">
    Order allow,deny
    Allow from all
</Directory>

<VirtualHost *:80>
    ServerAdmin [email protected]
    DocumentRoot "D:/Apache/seomonster"
    ServerName www2.carpelaw.com
    ErrorLog D:/Apache/seomonster/logs/errors.log
    CustomLog D:/Apache/seomonster/logs/access.log common
</VirtualHost>

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to