Changes between Version 8 and Version 9 of ServerSetup

Show
Ignore:
Timestamp:
10/22/09 15:27:25 (16 years ago)
Author:
faisal (IP: 216.214.144.156)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerSetup

    v8 v9  
    35352. Install using this guide - http://www.howtoforge.com/installing-nginx-with-php5-and-mysql-support-on-ubuntu-8.10 [[BR]] 
    36363. create folder /mnt/Media then add mount point in fstab and rc.local for reboot [[BR]] 
    37    *** /etc/fstab [[BR]] 
    38    192.168.137.96:/var/www/imageserv/Media /mnt/Media nfs rsize=8192,wsize=8192,timeo=14,intr [[BR]] 
    39    *** /etc/rc.local[[BR]] 
    40    mount /mnt/Media[[BR]] 
    41 4. then setup new webserver 
     37{{{ 
     38*** /etc/fstab 
     39192.168.137.96:/var/www/imageserv/Media /mnt/Media nfs rsize=8192,wsize=8192,timeo=14,intr 
     40*** /etc/rc.local 
     41mount /mnt/Media 
     42}}} 
     434. Add new private IP in image server 
     44{{{ 
     45emacs /etc/exports 
     46add new ip in the end separated by space 
     47then restart: 
     48/etc/init.d/nfs-kernel-server restart 
     49}}} 
     50 
     514. then setup new webserver by following [/wiki/ReleaseChecklist]