Changes between Version 19 and Version 20 of doc/install/debian/auth-server

Show
Ignore:
Timestamp:
12/08/11 02:27:42 (18 months ago)
Author:
rene
Comment:

suhosin-configuration

Legend:

Unmodified
Added
Removed
Modified
  • doc/install/debian/auth-server

    v19 v20  
    5454apt-get install xml-core gettext mcrypt libapache2-mod-php5 php5-cgi 
    5555apt-get install php5-mcrypt php5-mhash php5-pgsql php-pear php5-xmlrpc php5-curl 
     56}}} 
     57 
     58if you are using a current/2011 debian/ubuntu, you have to enable long variable names in suhosin - otherwise php will not work as expected: 
     59{{{ 
     60vi /etc/php5/apache2/conf.d/suhosin.ini 
     61-> add:  suhosin.post.max_name_length = 100 
     62-> add:  suhosin.request.max_varname_length = 100 
    5663}}} 
    5764