190 | | === Moving from FCGID server to mod_php === |
191 | | |
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 | | |
194 | | {{{ |
195 | | $red_backends['red_item_web_conf'] = 'apache2_suexec_fcgid'; |
196 | | }}} |
197 | | |
198 | | And add this line: |
199 | | |
200 | | {{{ |
201 | | $red_backends['red_item_web_conf'] = 'apache2'; |
202 | | }}} |
203 | | |
204 | | Otherwise, you will not be able to update apache config files. |
205 | | |