Mailinglist Archive: opensuse (2269 mails)
| < Previous | Next > |
[SLE] configuring appache's user directiroy problem
- From: scarleton@xxxxxxxxxxxxxxx (Sam Carleton)
- Date: Sat, 7 Oct 2000 12:49:39 -0400
- Message-id: <39DF54B8.498FE1C5@xxxxxxxxxxxxxxx>
I have compiled and installed Apache 1.3.12 on to my SuSE 6.3 machine.
I ahve also enabled the UserDir module. For the most part all works
well. The problem is that a slash is required after the users name:
This does NOT work:
http://webserver/~user
This DOES work
http://webserver/~user/
Why? What do I have configured wrong?
here is a snip out of my http.conf file:
<IfModule mod_userdir.c>
UserDir web-public
</IfModule>
#
# Control access to UserDir directories. The following is an example
# for a site where these directories are restricted to read-only.
<Directory /data01/home/*/web-public/>
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
<Limit GET POST OPTIONS PROPFIND>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS PROPFIND>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
Sam
--
To unsubscribe send e-mail to suse-linux-e-unsubscribe@xxxxxxxx
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the FAQ at http://www.suse.com/support/faq
| < Previous | Next > |