SPECS: php-eaccelerator.spec - updated webinterface info, secured ...
gotar
gotar at pld-linux.org
Sat Jun 9 02:48:27 CEST 2007
Author: gotar Date: Sat Jun 9 00:48:27 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated webinterface info, secured {control,dasm}.php (hardcoded passwords)
---- Files affected:
SPECS:
php-eaccelerator.spec (1.58 -> 1.59)
---- Diffs:
================================================================
Index: SPECS/php-eaccelerator.spec
diff -u SPECS/php-eaccelerator.spec:1.58 SPECS/php-eaccelerator.spec:1.59
--- SPECS/php-eaccelerator.spec:1.58 Sat Jun 9 02:21:54 2007
+++ SPECS/php-eaccelerator.spec Sat Jun 9 02:48:22 2007
@@ -49,18 +49,18 @@
%description webinterface
PHP Accelerator can be managed through web interface script
-eaccelerator.php. So you need to put this file on your web site. For
-security reasons it is recommended to restrict the usage of this
+control.php and dasm.php (which requires disassembler and tokenizer).
+For security reasons it is recommended to restrict the usage of this
script by your local IP and setup password based access.
More information you can find at %{url}.
%description webinterface -l pl.UTF-8
PHP Accelerator może być sterowany ze strony internetowej z
-wykorzystaniem skryptu eaccelerator.php. Jedyne co trzeba zrobić, to
-umieścić plik we właściwym miejscu na stronie internetowej. Z powodów
-bezpieczeństwa zalecane jest, aby ograniczyć korzystanie ze skryptu do
-lokalnego adresu i ustawić autoryzację hasłem.
+wykorzystaniem skryptów control.php i dasm.php (który wymaga modułu
+obsługującego disassembler i tokenizer). Z powodów bezpieczeństwa
+zalecane jest, aby ograniczyć korzystanie ze skryptu do lokalnego
+adresu i ustawić autoryzację hasłem.
Więcej informacji można znaleźć pod %{url}.
@@ -150,7 +150,10 @@
%dir %attr(750,root,http) %{_sysconfdir}
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf
-%{_appdir}
+%dir %{_appdir}
+%{_appdir}/PHP_Highlight.php
+%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_appdir}/control.php
+%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_appdir}/dasm.php
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -158,6 +161,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.59 2007/06/09 00:48:22 gotar
+- updated webinterface info, secured {control,dasm}.php (hardcoded passwords)
+
Revision 1.58 2007/06/09 00:21:54 gotar
- doc is doc not control panel, fixed,
- NOTE: dasm requires disassembler (and so tokenizer).
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php-eaccelerator.spec?r1=1.58&r2=1.59&f=u
More information about the pld-cvs-commit
mailing list