You are here: Devel > ActiveSfHowToSetupMirror
How to set up a Mirror For sf-active 0.9.8
work in progress
settings for vhost on mirror server:
<VirtualHost xx.xx.xx.xx:80>
ServerName mirror.mydomain.org
DocumentRoot /home/sfa/sitename/website
php_value include_path .:/usr/share/php/smarty/libs:/home/sfa/sitename
php_admin_flag register_globals off
php_value display_errors off
</VirtualHost>
missing:
* how to adjust mirror.cfg & script (rsync)
* redirect to publish site
--
StartX - 29 Dec 2005
to top