forked from pool/roundcubemail
Accepting request 577173 from home:ecsos:server
- fix rights for enigma plugin OBS-URL: https://build.opensuse.org/request/show/577173 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=116
This commit is contained in:
parent
db0dc36509
commit
4f05d22599
@ -36,7 +36,6 @@ AddType text/x-component .htc
|
||||
Allow from all
|
||||
</IfModule>
|
||||
|
||||
# WARNING: For PHP 7 the module name in the line below need to be modified!
|
||||
<IfModule mod_php5.c>
|
||||
php_flag display_errors Off
|
||||
php_flag log_errors On
|
||||
@ -60,6 +59,29 @@ AddType text/x-component .htc
|
||||
php_value session.gc_probability 1
|
||||
</IfModule>
|
||||
|
||||
<IfModule mod_php7.c>
|
||||
php_flag display_errors Off
|
||||
php_flag log_errors On
|
||||
#php_value error_log logs/errors
|
||||
|
||||
php_value upload_max_filesize 5M
|
||||
php_value post_max_size 6M
|
||||
php_value memory_limit 64M
|
||||
|
||||
php_flag register_globals Off
|
||||
php_flag zlib.output_compression Off
|
||||
php_flag magic_quotes_gpc Off
|
||||
php_flag magic_quotes_runtime Off
|
||||
php_flag suhosin.session.encrypt Off
|
||||
|
||||
#php_value session.cookie_path /
|
||||
#php_value session.hash_function sha256
|
||||
php_flag session.auto_start Off
|
||||
php_value session.gc_maxlifetime 21600
|
||||
php_value session.gc_divisor 500
|
||||
php_value session.gc_probability 1
|
||||
</IfModule>
|
||||
|
||||
<IfModule mod_rewrite.c>
|
||||
Options +SymLinksIfOwnerMatch
|
||||
RewriteEngine On
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 16 08:06:57 UTC 2018 - ecsos@opensuse.org
|
||||
|
||||
- fix rights for enigma plugin
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 5 19:14:45 UTC 2018 - jengelh@inai.de
|
||||
|
||||
|
@ -296,5 +296,7 @@ exit 0
|
||||
%{_datadir}/php%{php_major_version}/Roundcube/
|
||||
%attr(-, wwwrun, root) %{_localstatedir}/log/%{name}
|
||||
%attr(-, wwwrun, root) %{_localstatedir}/lib/%{name}
|
||||
# RW need for PGP plugin
|
||||
%attr(0700, wwwrun, root) %dir %{roundcubepath}/plugins/enigma/home
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user