ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Igor Tertishny <yuda66@yandex.ru>
To: sisyphus@altlinux.ru
Subject: [sisyphus] Как заставить апача давать доступ на папки public_html в папках юзверей?
Date: Tue, 24 Dec 2002 00:49:41 +0200
Message-ID: <200212240049.41793.yuda66@yandex.ru> (raw)

Столкнулся я с проблемой. Понадобилось дать человеку доступ для выкладки 
страницы. Фтп доступ настроил, все выложилось. при попытке зайти на страницу 
мне сообщается:
You don't have permission to access /~anfisa on this server.

Ниже кусок конфа. все, казалось бы, правильно. Ан ни фига не работает... Папка 
/hone/anfisa/public_html присутствует и в ней лежит index.html...

<IfModule mod_userdir.c>
    UserDir public_html
</IfModule>

#
# Control access to UserDir directories.  The following is an example
# for a site where these directories are restricted to read-only.
#
<Directory /home/*/public_html>
    AllowOverride FileInfo AuthConfig Limit
    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
    Order allow,deny
    Allow from all
    <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>

Было бы время, рылся бы сам. Хотя и роюсь, но понять пока ничего не могу, а 
запустить надо срочно...



             reply	other threads:[~2002-12-23 22:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-23 22:49 Igor Tertishny [this message]
2002-12-23 23:00 ` Igor Tertishny
2002-12-25  9:32 ` AntonFarygin
2002-12-25  8:46   ` [sisyphus] Как заставить апача давать доступна " Korshunov Ilya

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200212240049.41793.yuda66@yandex.ru \
    --to=yuda66@yandex.ru \
    --cc=sisyphus@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git