Hallo Liste
Ganz ganz kleine Frage. Ich weiss nicht, aber
irgendwie möchte mir ein alias nicht funktionieren:
Alias /stats/ "/usr/local/apache_1.3.29/stats/"
Wenn ich nun auf www.site.ch/stats gehe, geht's
nicht, erst wenn ich noch nen / dran setze...
Hier ein paar auszüge aus der httpd.conf
An was könnte dies liegen ?
DocumentRoot "/usr/local/apache_1.3.29/htdocs"
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "/usr/local/apache_1.3.29/htdocs/">
<Directory "/usr/local/apache_1.3.29/stats">
Options FollowSymLinks
AllowOverride None
AuthType Basic
AuthName Statistic
AuthUserFile /usr/local/.X.X.X
AuthGroupFile /usr/local/.X.X.X
require group stats
</Directory>
Danke vielmals für nen Tipp
Gruss Hannes widmer
To Unsubscribe: send mail to majordomo.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Wed 17 Dec 2003 - 15:06:49 CET