Changes between Version 32 and Version 33 of ServerSetup
- Timestamp:
- 10/07/10 16:31:09 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerSetup
v32 v33 36 36 2. Install php mysql nginx[[BR]] 37 37 {{{ 38 apt-get install mysql-server mysql-client nginx php5-cgi php5-mysql php5-curl php5-gd php5-idn php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-mhash php5-ming php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl php-apc memcached lighttpd && update-rc.d -f lighttpd remove && /etc/init.d/lighttpd stop && /etc/init.d/nginx start 39 echo "cgi.fix_pathinfo = 1" >> /etc/php5/cgi/php.ini 38 apt-get install mysql-server mysql-client nginx php5-cgi php5-mysql php5-curl php5-gd php5-idn php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-mhash php5-ming php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl php-apc memcached spawn-fcgi && /etc/init.d/nginx start 40 39 emacs /etc/init.d/spawn-fcgi-php 41 - copy paste the contents from attched file init.d-spawn-fcgi-php.txtthen save40 - copy paste the contents from attched file spawn-fcgi-php then save 42 41 chmod a+x /etc/init.d/spawn-fcgi-php && update-rc.d spawn-fcgi-php defaults && /etc/init.d/spawn-fcgi-php start 43 42 }}}