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/08/01 03:25:03 UTC

DO NOT REPLY [Bug 11354] New: - mod_include doesn't work when used in mod_vhost_alias

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=11354>.
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=11354

mod_include doesn't work when used in mod_vhost_alias

           Summary: mod_include doesn't work when used in mod_vhost_alias
           Product: Apache httpd-1.3
           Version: 1.3.23
          Platform: PC
               URL: http://www.xxxnakedpussy.com/test.shtml
        OS/Version: FreeBSD
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_vhost_alias
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: rosseya@mail.ru


I am running mod_vhost_alias like the following: 
<VirtualHost ...> 
        VirtualDocumentRoot /local/www/vhostlinks/%0 
        VirtualScriptAlias /local/www/vhostlinks/%0-cgi 
</VirtualHost> 
 
The /local/www/vhostlinks is a directory where symbolic links point to the 
directorys where the real webpages live. 
Work's fine so far. But the include directives don't work for this. 
The files seem to be not parsed but DirectoryIndex .shtml is set and  
AddType text/html .shtml 
AddHandler server-parsed .shtml 
is set, too. 
It work's when i use name-based or ip-based virtual hosting, but not with 
"Dynamically configured mass virtual hosting".

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