Changes between Version 22 and Version 23 of ServerSetup
- Timestamp:
- 11/10/09 19:58:30 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerSetup
v22 v23 68 68 extension=apc.so 69 69 extension=memcache.so 70 extension=pdo_mysql.so 70 71 apc.filters = wp-cache-config 71 72 --- … … 82 83 ./configure --sbin-path=/usr/local/sbin --with-http_ssl_module --with-http_stub_status_module --with-http_gzip_static_module 83 84 make && sudo make install 84 ln -s /usr/local/nginx/conf /etc/nginx 85 emacs fastcgi_params 85 ln -s /usr/local/nginx /etc/nginx 86 cd /etc/nginx 87 emacs conf/fastcgi_params 86 88 - replace content with 87 89 fastcgi_connect_timeout 60; … … 94 96 fastcgi_intercept_errors on; 95 97 --- 96 replace /etc/init.d/nginx with the file attached 98 emacs /etc/init.d/nginx 99 --- copy paste attached file 100 emacs /etc/init.d/php-fpm 101 --- copy paste attached file 102 chmod +x /etc/init.d/nginx /etc/init.d/php-fpm 103 mkdir /usr/local/nginx/sites-available 104 mkdir /usr/local/nginx/sites-enabled 105 ln -s /usr/local/nginx/sites-enabled /etc/sites 106 update-rc.d nginx defaults 107 update-rc.d php-fpm defaults 97 108 }}} 98 109 3. create folder /mnt/Media then add mount point in fstab for reboot [[BR]]