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

Re: web management question



On Mon, May 28, 2001 at 01:01:53PM -0700, Karsten M. Self wrote:
> The directory ~/public_html is made accessible as:
> 
>     http://server/~user/
> 
> ...with the appropriate configuration changes in /etc/apache/access.conf
> and /etc/apache/srm.conf.

	LoadModule userdir_module /usr/lib/apache/1.3/mod_userdir.so
	UserDir /var/something/student/*/personal-web-pages

so when apache got a request for your.domain.here/~bubba/something 
it'd use /var/something/student/bubba/personal-web-pages/something
as its file-path.

i'd either stick with "public_html" or "www".

> Files in these directories need to be world readable.

at least www-data readable, if you're using the default
	User www-data
	Group www-data

:)

-- 
DEBIAN NEWBIE TIP #8 from Will Trillich <will@serensoft.com> 
:
Search for Debian PACKAGES online with this shortcut:
	http://packages.debian.org/<packagename>
If you can't find it right off, just hop to the "search packages"
link that's offered there.

Also see http://newbieDoc.sourceForge.net/ ...



Reply to: