Changes between Version 32 and Version 33 of ServerSetup

Show
Ignore:
Timestamp:
10/07/10 16:31:09 (15 years ago)
Author:
faisal (IP: 70.119.212.119)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerSetup

    v32 v33  
    36362. Install php mysql nginx[[BR]] 
    3737{{{ 
    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 
     38apt-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 
    4039emacs /etc/init.d/spawn-fcgi-php 
    41 - copy paste the contents from attched file init.d-spawn-fcgi-php.txt then save 
     40- copy paste the contents from attched file spawn-fcgi-php then save 
    4241chmod a+x /etc/init.d/spawn-fcgi-php && update-rc.d spawn-fcgi-php defaults && /etc/init.d/spawn-fcgi-php start 
    4342}}}