Gentoo Archives: gentoo-user

From: Jure Varlec <jure.varlec@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: How to access ~user on lighttpd ?
Date: Tue, 04 Mar 2008 09:40:22
Message-Id: fqj548$29k$1@ger.gmane.org
In Reply to: [gentoo-user] How to access ~user on lighttpd ? by Amar Cosic
1 Amar Cosic wrote:
2
3 > I uncomented mod_userdir in lighttpd.conf but still cant access to it. I
4 > got 404 error
5 >
6 >
7 >
8
9
10 You also need something like this:
11 userdir.path = "public_html"
12 userdir.exclude-user = ("root")
13
14 userdir.path sets the name of directory in the user's home that will be
15 exported.
16
17
18 Regards
19 Jure
20
21
22 --
23 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: How to access ~user on lighttpd ? Amar Cosic <amar.cosic@×××××.com>