1 Jan 2003 01:24
userdir doesn't work
Jerry Ford <jford <at> katzenjammer.us>
2003-01-01 00:24:53 GMT
2003-01-01 00:24:53 GMT
I can't get userdir to work on a localhost install of Apache 1.3.27.
I'm using the same directives in httpd.conf that are in my live server
installation, where it does work. (Red Hat Linux 7.1 on both boxes.)
Am I overlooking something in the config, or does userdir not work on a
localhost?
Here's what's in both conf files:
LoadModule userdir_module libexec/mod_userdir.so
AddModule mod_userdir.c
...
<IfModule mod_userdir.c>
UserDir public_html
</IfModule>
...
<Directory /home/*/public_html>
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
(Continue reading)
RSS Feed