phpMyAdmin/phpMyAdmin.http
Andreas Stieger 72eeda2214 Accepting request 288819 from home:ecsos
I have fixed error displayed in Status/Advisor and not functional display of cpu and memory under Status/Monitor/.

Is this okay or is something to be said against it?

OBS-URL: https://build.opensuse.org/request/show/288819
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=186
2015-03-04 18:57:29 +00:00

26 lines
956 B
HTTP

<Directory @ap_docroot@/@name@>
Options FollowSymLinks
AllowOverride None
<IfModule mod_php5.c>
php_admin_flag register_globals off
php_admin_flag magic_quotes_gpc off
php_admin_flag allow_url_include off
php_admin_flag allow_url_fopen off
php_admin_flag zend.ze1_compatibility_mode off
php_admin_flag safe_mode Off
php_admin_value open_basedir "@ap_docroot@/@name@:/var/lib/php5:/tmp:@docdir@/@name@:/etc/@name@:/proc/meminfo:/proc/stat"
# customize suhosin
php_admin_value suhosin.post.max_array_index_length 256
php_admin_value suhosin.post.max_totalname_length 8192
php_admin_value suhosin.post.max_vars 2048
php_admin_value suhosin.request.max_array_index_length 256
php_admin_value suhosin.request.max_totalname_length 8192
php_admin_value suhosin.request.max_vars 2048
</IfModule>
</Directory>
<Directory @ap_docroot@/@name@/libraries>
Order allow,deny
Deny from all
</Directory>