Changes between Version 12 and Version 13 of transfer_site_between_servers
- Timestamp:
- May 4, 2013, 7:15:59 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
transfer_site_between_servers
v12 v13 190 190 === Moving from FCGID server to mod_php === 191 191 192 You willneed to take an additional step and modify the ```/usr/local/etc/red/red_node.conf``` file and remove the line:192 If you receive errors when updating hosting order web configurations, you may need to take an additional step and modify the ```/usr/local/etc/red/red_node.conf``` file and remove the line: 193 193 194 194 {{{ … … 196 196 }}} 197 197 198 And add this line: 199 200 {{{ 201 $red_backends['red_item_web_conf'] = 'apache2'; 202 }}} 203 198 204 Otherwise, you will not be able to update apache config files.