ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] Как заставить апача давать доступ на папки public_html в папках юзверей?
@ 2002-12-23 22:49 Igor Tertishny
  2002-12-23 23:00 ` Igor Tertishny
  2002-12-25  9:32 ` AntonFarygin
  0 siblings, 2 replies; 4+ messages in thread
From: Igor Tertishny @ 2002-12-23 22:49 UTC (permalink / raw)
  To: sisyphus

Столкнулся я с проблемой. Понадобилось дать человеку доступ для выкладки 
страницы. Фтп доступ настроил, все выложилось. при попытке зайти на страницу 
мне сообщается:
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>

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sisyphus] Как заставить апача давать доступ на папки public_html в папках юзверей?
  2002-12-23 22:49 [sisyphus] Как заставить апача давать доступ на папки public_html в папках юзверей? Igor Tertishny
@ 2002-12-23 23:00 ` Igor Tertishny
  2002-12-25  9:32 ` AntonFarygin
  1 sibling, 0 replies; 4+ messages in thread
From: Igor Tertishny @ 2002-12-23 23:00 UTC (permalink / raw)
  To: sisyphus

Извиняюсь, уже сам разобрался...


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sisyphus] Как заставить апача давать доступна папки public_html в папках юзверей?
  2002-12-25  9:32 ` AntonFarygin
@ 2002-12-25  8:46   ` Korshunov Ilya
  0 siblings, 0 replies; 4+ messages in thread
From: Korshunov Ilya @ 2002-12-25  8:46 UTC (permalink / raw)
  To: sisyphus

В сообщении от 25 Декабрь 2002 12:32 AntonFarygin написал:
> >Было бы время, рылся бы сам. Хотя и роюсь, но понять пока ничего не могу,
> > а запустить надо срочно...
> >  
>
> Для архивов списка расылки :
>
> скорее всего нужно то было всего сказать: chmod a+x /home/<имя
> пользователя>
>
> Rgds,

Не помогает. 

-- 
Best Regards
Korshunov Ilya
JID: koshakp@jabber.org


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [sisyphus] Как заставить апача давать доступ на папки public_html в папках юзверей?
  2002-12-23 22:49 [sisyphus] Как заставить апача давать доступ на папки public_html в папках юзверей? Igor Tertishny
  2002-12-23 23:00 ` Igor Tertishny
@ 2002-12-25  9:32 ` AntonFarygin
  2002-12-25  8:46   ` [sisyphus] Как заставить апача давать доступна " Korshunov Ilya
  1 sibling, 1 reply; 4+ messages in thread
From: AntonFarygin @ 2002-12-25  9:32 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 1270 bytes --]

Igor Tertishny пишет:

>Столкнулся я с проблемой. Понадобилось дать человеку доступ для выкладки 
>страницы. Фтп доступ настроил, все выложилось. при попытке зайти на страницу 
>мне сообщается:
>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>
>
>Было бы время, рылся бы сам. Хотя и роюсь, но понять пока ничего не могу, а 
>запустить надо срочно...
>  
>
Для архивов списка расылки :

скорее всего нужно то было всего сказать: chmod a+x /home/<имя пользователя>

Rgds,
Rider


[-- Attachment #2: Type: application/pgp-signature, Size: 252 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-12-25  9:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-23 22:49 [sisyphus] Как заставить апача давать доступ на папки public_html в папках юзверей? Igor Tertishny
2002-12-23 23:00 ` Igor Tertishny
2002-12-25  9:32 ` AntonFarygin
2002-12-25  8:46   ` [sisyphus] Как заставить апача давать доступна " Korshunov Ilya

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