Changes between Version 13 and Version 14 of NewLiveServer
- Timestamp:
- 10/15/10 17:37:58 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewLiveServer
v13 v14 11 11 See https://live.quince.webarch.net/info/ for the php info, the php.ini file is /etc/php5/apache2/php.ini 12 12 13 PECL Uploadprogress was installed as suggested here: http://www.joergfelser.at/content/howto-install-pecl-uploadprogress-debian-50-lenny 13 PECL Uploadprogress was installed as suggested here: http://www.joergfelser.at/content/howto-install-pecl-uploadprogress-debian-50-lenny 14 15 {{{ 16 aptitude install php5-dev 17 pecl install uploadprogress 18 }}} 14 19 15 20 == phpmyadmin ==