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=28561>. 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=28561 DOCUMENT_ROOT is not using VirtualDocumentRoot Summary: DOCUMENT_ROOT is not using VirtualDocumentRoot Product: Apache httpd-2.0 Version: 2.0.49 Platform: PC OS/Version: Windows XP Status: NEW Severity: Normal Priority: Other Component: mod_vhost_alias AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] if the DocumentRoot directive is specified, then DOCUMENT_ROOT uses the directive's value. if the VirtualDocumentRoot directive is specified, then DOCUMENT_ROOT still uses the directive's value. if the VirtualDocumentRoot directive is specified and DocumentRoot is not specified, then DOCUMENT_ROOT uses /apache/htdocs. The conf info below uses the plain-vanilla httpd.conf with an include at the bottom that uses the information below. ------------------------------------------------------------ UseCanonicalName Off LogFormat "%V %h %l %u %t \"%r\" %s %b" vcommon <Directory /web/www/> Options FollowSymLinks AllowOverride All </Directory> <VirtualHost 38.117.191.236> ServerName dev.posneradv.net CustomLog logs/access_mass.log vcommon VirtualDocumentRoot "c:/web/www/%1/" </VirtualHost> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
