Changes between Version 21 and Version 22 of ServerSetup

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

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerSetup

    v21 v22  
    7979cd /usr/local/src 
    8080wget http://sysoev.ru/nginx/nginx-0.7.63.tar.gz 
    81  
     81tar zxvf nginx-0.7.63.tar.gz && cd nginx-0.7.63 
     82./configure --sbin-path=/usr/local/sbin --with-http_ssl_module --with-http_stub_status_module --with-http_gzip_static_module 
     83make && sudo make install 
     84ln -s /usr/local/nginx/conf /etc/nginx 
     85emacs fastcgi_params 
     86- replace content with 
     87fastcgi_connect_timeout 60;  
     88fastcgi_send_timeout 180;  
     89fastcgi_read_timeout 180;  
     90fastcgi_buffer_size 128k;  
     91fastcgi_buffers 4 256k;  
     92fastcgi_busy_buffers_size 256k;  
     93fastcgi_temp_file_write_size 256k;  
     94fastcgi_intercept_errors on; 
     95--- 
     96replace /etc/init.d/nginx with the file attached 
    8297}}} 
    83983. create folder /mnt/Media then add mount point in fstab for reboot [[BR]]