Differences
This shows you the differences between two versions of the page.
freebsd_apache_configuration [2015/06/01 22:15] – created - external edit 127.0.0.1 | freebsd_apache_configuration [2025/07/21 07:50] (current) – removed steve | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== FreeBSD Apache Configuration ====== | ||
- | * [[FreeBSD]] | ||
- | * [[FreeBSD Apache]] | ||
- | |||
- | |||
- | == httpd-default.conf == | ||
- | |||
- | < | ||
- | sed -i '' | ||
- | </ | ||
- | |||
- | |||
- | === Configuration === | ||
- | |||
- | Configuration files | ||
- | |||
- | * ''/ | ||
- | * ''/ | ||
- | * ''/ | ||
- | * ''/ | ||
- | * ''/ | ||
- | * ''/ | ||
- | |||
- | === httpd.conf === | ||
- | |||
- | Default configuration settings: | ||
- | |||
- | < | ||
- | ServerRoot /usr/local | ||
- | DocumentRoot / | ||
- | Options Indexes FollowSymLinks | ||
- | AllowOverride None | ||
- | ErrorLog / | ||
- | CustomLog / | ||
- | ScriptAlias /cgi-bin/ / | ||
- | </ | ||
- | |||
- | Changes: | ||
- | |||
- | * Disable '' | ||
- | |||
- | === httpd-default.conf === | ||
- | |||
- | Default configuration settings: | ||
- | |||
- | < | ||
- | Timeout 300 | ||
- | KeepAlive On | ||
- | MaxKeepAliveRequests 100 | ||
- | KeepAliveTimeout 5 | ||
- | ServerTokens Full | ||
- | ServerSignature On | ||
- | </ | ||
- | |||
- | * Change '' | ||
- | * Change '' | ||
- | * Change '' | ||
- | * Change '' | ||
- | |||
- | === httpd-info.conf === | ||
- | |||
- | * Update '' | ||
- | * Add '' | ||
- | |||
- | === httpd-ssl.conf === | ||
- | |||
- | * Remove default virtual hosts | ||
- | |||
- | === httpd-vhosts.conf === | ||
- | |||
- | * Remove default virtual host entries | ||
- | |||
- | === Logging === | ||
- | |||
- | Log files: | ||
- | |||
- | * ''/ | ||
- | * ''/ |