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=39506>.
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=39506
Summary: mod_Alias and mod_vhost_alias problemes in Apache 1.3.x
Product: Apache httpd-1.3
Version: 1.3.33
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: mod_vhost_alias
AssignedTo: bugs@httpd.apache.org
ReportedBy: Sebastien.canchon@free.fr
There are some problems (bugs ?) when I want using Aliases in a Virtual host
using mod_vhost_alias:
<VirtualHost *>
ServerAdmin xxxxx
ServerName xxxxx
ServerAlias xxxx
VirtualDocumentRoot /www/admin/%2+/%-3
DirectoryIndex index.html index.php index.shtml index.html index.php3
<Directory /www/admin/*/*>
Options MultiViews FollowSymLinks Indexes
AllowOverride All
</Directory>
Alias /err /err/
<Directory /err>
Options MultiViews FollowSymLinks Indexes
AllowOverride None
Allow from all
</Directory>
</VirtualHost>
In this case, the err alias doesn't work ...
I've trying to put the Alias in the main configuration, but the result was the
same. ( of course the directory /err/ exist !).
--
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|