Changes between Version 16 and Version 17 of doc/install/ubuntu/auth-server

Show
Ignore:
Timestamp:
12/08/11 02:28:46 (19 months ago)
Author:
rene
Comment:

suhosin-configuration

Legend:

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

    v16 v17  
    2828sudo apt-get install apache2 php5 
    2929}}} 
     30 
     31If you are using a current/2011 debian/ubuntu, you have to enable long variable names in suhosin - otherwise php will not work as expected: 
     32{{{ 
     33vi /etc/php5/apache2/conf.d/suhosin.ini 
     34-> add:  suhosin.post.max_name_length = 100 
     35-> add:  suhosin.request.max_varname_length = 100 
     36}}} 
     37 
    3038 
    3139