Apache, Configuring
From FreeBSDwiki
(Difference between revisions)
| Line 1: | Line 1: | ||
| + | ==Apache 2 Configuration== | ||
| + | |||
| + | If you've got a busy webserver, you'll soon find yourself looking at tweaking the Apache configuration to get more. As it is, most Apache installs are configured for testing / development vs production use. | ||
| + | |||
| + | Default: | ||
| + | KeepAlives On | ||
| + | |||
| + | Tweaked: | ||
KeepAlives Off | KeepAlives Off | ||
Revision as of 07:52, 16 October 2005
Apache 2 Configuration
If you've got a busy webserver, you'll soon find yourself looking at tweaking the Apache configuration to get more. As it is, most Apache installs are configured for testing / development vs production use.
Default:
KeepAlives On
Tweaked:
KeepAlives Off