Re: FC6 httpd Alias/symbolic link

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 2007-03-06 at 07:33 -0500, linuxmaillists@xxxxxxxxxxx wrote:
> Well I had it working very nicely but it stopped write after 
> doing an update.
> 
> This is how I set up httpd.conf
> 
> <IfModule mod_userdir.c>
>     #
>     # UserDir is disabled by default since it can confirm the presence
>     # of a username on the system (depending on home directory
>     # permissions).
>     #
>     UserDir "disable"
>     #
>     # To enable requests to /~user/ to serve the user's public_html
>     # directory, use this directive instead of "UserDir disable":
>     # 
>     UserDir public_html
> </IfModule>
> 
> It would open with this in the address bar 
> http://localhost/public_html/
> and show my files.  now it has a 404 not found error

Which technique did you use?  Userdirs, or a custom alias?  Above looks
like you used the second.  But you haven't shown us anything else that
you've changed for your customisations, this time.  It might be worth
posting the whole config file, without anything private included.  By
the way, if you're disabling userdirs, write disable without the quotes
around it.

If you used userdirs, then your URL should be along the lines of
<http://example.com/~username/>.  But if you'd made an alias, then you'd
use something like <http://example.com/aliasname/>.

After those updates, which I don't know if any would be a cause, check
your config file is still the same as you expect.

-- 
(This PC runs FC4, my others FC5 & FC6, in case that's important
 to the thread)

Don't send private replies to my address, the mailbox is ignored.
I read messages from the public lists.


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux