Changes between Version 16 and Version 17 of doc/install/ubuntu/auth-server
- Timestamp:
- 12/08/11 02:28:46 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/install/ubuntu/auth-server
v16 v17 28 28 sudo apt-get install apache2 php5 29 29 }}} 30 31 If 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 {{{ 33 vi /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 30 38 31 39
