| 91 |
in the wizard to configure Aegir to properly use the webserver and |
in the wizard to configure Aegir to properly use the webserver and |
| 92 |
database server. |
database server. |
| 93 |
|
|
| 94 |
|
5. Common issues |
| 95 |
|
================ |
| 96 |
|
|
| 97 |
|
There are various caveats on running Aegir on CentOS. |
| 98 |
|
|
| 99 |
You may need to adjust CentOS's firewall settings to allow HTTP |
You may need to adjust CentOS's firewall settings to allow HTTP |
| 100 |
traffic on port 80. If you installed CentOS with a UI, enable |
traffic on port 80. If you installed CentOS with a UI, enable |
| 101 |
"Firewall settings -- WWW (HTTP)". |
"Firewall settings -- WWW (HTTP)". |
| 108 |
|
|
| 109 |
See http://drupal.org/node/632308 if you have more information about |
See http://drupal.org/node/632308 if you have more information about |
| 110 |
this issue. |
this issue. |
| 111 |
|
|
| 112 |
|
The default sudo configuration in CentOS requires sudo to run in a real |
| 113 |
|
TTY which will make verify and install tasks failed with the message: |
| 114 |
|
|
| 115 |
|
"Web server could not be restarted. Changes might not be available |
| 116 |
|
until this has been done" |
| 117 |
|
|
| 118 |
|
For sudo to behave properly, you should comment out the following line |
| 119 |
|
in your /etc/sudoers file: |
| 120 |
|
|
| 121 |
|
Defaults requiretty |