Changeset View
Changeset View
Standalone View
Standalone View
src/docs/user/configuration/configuration_guide.diviner
| Show First 20 Lines • Show All 137 Lines • ▼ Show 20 Lines | |||||
| Finally, you should run the following commands to enable php support: | Finally, you should run the following commands to enable php support: | ||||
| $ sudo apt-get install php5-cgi # for ubuntu; other distros should be similar | $ sudo apt-get install php5-cgi # for ubuntu; other distros should be similar | ||||
| $ sudo lighty-enable-mod fastcgi-php | $ sudo lighty-enable-mod fastcgi-php | ||||
| Restart lighttpd after making your edits, then continue below. | Restart lighttpd after making your edits, then continue below. | ||||
| Load Balancer Health Checks | |||||
| =========================== | |||||
| If you're using a load balancer in front of your webserver, you can configure | |||||
| it to perform health checks using the path `/status/`. | |||||
| = Setup = | = Setup = | ||||
| Now, navigate to whichever subdomain you set up. You should see instructions to | Now, navigate to whichever subdomain you set up. You should see instructions to | ||||
| continue setup. The rest of this document contains additional instructions for | continue setup. The rest of this document contains additional instructions for | ||||
| specific setup steps. | specific setup steps. | ||||
| When you resolve any issues and see the welcome screen, enter credentials to | When you resolve any issues and see the welcome screen, enter credentials to | ||||
| create your initial administrator account. After you log in, you'll want to | create your initial administrator account. After you log in, you'll want to | ||||
| ▲ Show 20 Lines • Show All 51 Lines • Show Last 20 Lines | |||||