ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] AltMaster2.4 Apache+PHP и права на файлы
@ 2005-09-08 16:57 Sergey Stepanov
  2005-09-08 17:46 ` [Comm] " Michael Shigorin
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Sergey Stepanov @ 2005-09-08 16:57 UTC (permalink / raw)
  To: Community


Господа, вот я тут в конкретных непонятках.
На AltMaster2.4 имею Apache version 1.3.31 и PHP Version 4.3.9-dev/ALT

И вот на какую ситуацию я постоянно натыкаюсь.

Имеем 2 файла filemode.php и file.txt. Обратите внимание, что file.txt
имеет права 777, то есть с этим файлом любой пользователь может
делать все что угодно...

-rwxrwxrwx  1 root webmaster 91 Сен  8 20:43 filemode.php
-rwxrwxrwx  1 root webmaster 43 Сен  5 16:14 file.txt


В файле filemode.php расположены следующие команды

<?php

 echo "Try apply chmod()\n";
 chmod("file.txt",0664);
 echo "Ending chmod()\n";

?>


При выполнении скрипта в окне браузера я вижу такие строчки

Try apply chmod() 
Warning: chmod(): Operation not permitted 
in /var/www/html/work/filemode/filemode.php on line 4
Ending chmod()

И права на файл не меняются.


Я проверил - PHP работает в обычном режиме (не SAFE MODE),
права на текущий каталог и все верхние каталоги вплоть
до корня - 777.


Чего где не настроено, что PHP-скрипты не могут менять
права на файлы, даже в своей рабочей директории? 

Содержимое файлов через PHP скрипты меняется без проблем.


-- 
Со всяческими пожеланиями, Сергей.
http://xi.net.ru

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

end of thread, other threads:[~2005-09-12 19:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-08 16:57 [Comm] AltMaster2.4 Apache+PHP и права на файлы Sergey Stepanov
2005-09-08 17:46 ` [Comm] " Michael Shigorin
2005-09-08 18:52   ` Michael Shigorin
2005-09-08 18:15 ` [Comm] " Sergey Vlasov
2005-09-09  5:20 ` evgeniy
2005-09-12 19:10 ` Pavel Vainerman

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