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=42606>. 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=42606 Summary: Can't pass VirtualDocumentRoot Vars Product: Apache httpd-2 Version: 2.3-HEAD Platform: Other OS/Version: FreeBSD Status: NEW Severity: normal Priority: P2 Component: mod_vhost_alias AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] In this example i try to chroot php. So user's can only access there home dir. <VirtualHost *> Use CanonicalName off # use the name from the Host: header instead of the DNS name VirtualDocumentRoot /usr/local/apache/vhosts/%0/www/public_html/ php_admin_value open_basedir /usr/local/apache/vhosts/%0/www/ <VirtualHost> The %0 only works on VirtualDocumentRoot. -- 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]
