Changes between Version 20 and Version 21 of ServerSetup

Show
Ignore:
Timestamp:
11/10/09 16:19:57 (16 years ago)
Author:
faisal (IP: 216.214.144.156)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerSetup

    v20 v21  
    5656ln -s /usr/local/lib/php/php.ini /etc/php/php.ini 
    5757ln -s /usr/local/etc/php-fpm.conf /etc/php/php-fpm.conf 
     58emacs /etc/php/php-fpm.conf 
     59- add line 51,52,63,66 value of www-data for owner,group,user,group 
     60emacs /etc/php/php.ini 
     61- add at end of file 
     62[APC] 
     63apc.enabled = 1 
     64apc.shm_segments = 1 
     65apc.shm_size = 30 
     66apc.max_file_size = 10M 
     67apc.stat=1 
     68extension=apc.so 
     69extension=memcache.so 
     70apc.filters = wp-cache-config 
     71--- 
     72[to recompile php for some reason do] 
     73make clean 
     74rm config.cache 
     75./configure..... 
     76make all install 
     77--- 
     78NginX Install 
     79cd /usr/local/src 
     80wget http://sysoev.ru/nginx/nginx-0.7.63.tar.gz 
     81 
    5882}}} 
    59833. create folder /mnt/Media then add mount point in fstab for reboot [[BR]]