ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Настройка php-хостинга
@ 2003-11-10  7:17 Igor Oleinikov
  2003-11-11  9:55 ` Dmitry Derjavin
  0 siblings, 1 reply; 2+ messages in thread
From: Igor Oleinikov @ 2003-11-10  7:17 UTC (permalink / raw)
  To: community

Здравствуйте!

Задача: организовать виртуальный php-хостинг. Пользователи могут 
создавать читать, создавать, удалять файлы в своей домашней директории 
средствами php, при этом они должны становиться владельцами создаваемых 
файлов.

Как это лучше сделать (mod_php, cgi)? Ссылки на документы или статьи, 
описывающие решение этой задачи, очень бы пригодились.

-- 
С уважением, Олейников Игорь



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

* Re: [Comm] Настройка php-хостинга
  2003-11-10  7:17 [Comm] Настройка php-хостинга Igor Oleinikov
@ 2003-11-11  9:55 ` Dmitry Derjavin
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Derjavin @ 2003-11-11  9:55 UTC (permalink / raw)
  To: community

Igor Oleinikov <igo@aeroflot-don.ru> writes:

> Задача: организовать виртуальный php-хостинг. Пользователи могут
> создавать читать, создавать, удалять файлы в своей домашней директории
> средствами php, при этом они должны становиться владельцами
> создаваемых файлов.

Видимо, проще всего использовать cgi-версию php:

ScriptAlias /cgi-bin/ "/home/user/cgi-bin/"
AddHandler php-script .php
Action php-script /cgi-bin/php

> Как это лучше сделать (mod_php, cgi)? Ссылки на документы или
> статьи, описывающие решение этой задачи, очень бы пригодились.

http://www.php.net/manual/en/security.cgi-bin.php

-- 
~dd


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

end of thread, other threads:[~2003-11-11  9:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-10  7:17 [Comm] Настройка php-хостинга Igor Oleinikov
2003-11-11  9:55 ` Dmitry Derjavin

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

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


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