michael@7: ## michael@7: ## mailman-apache.conf -- Apache Configuration for Mailman michael@7: ## michael@7: michael@7: michael@7: # server information michael@7: ServerName host.example.com michael@7: ServerAdmin hostmaster@host.example.com michael@7: ServerSignature on michael@7: michael@7: # document area michael@7: DocumentRoot @l_prefix@/libexec/mailman/htdocs/ michael@7: michael@7: Options FollowSymLinks michael@7: AllowOverride None michael@7: Order allow,deny michael@7: Allow from all michael@7: michael@7: michael@7: # pipermail area michael@7: Alias /mailman/pipermail/ @l_prefix@/var/mailman/archives/public/ michael@7: michael@7: Options FollowSymLinks michael@7: AllowOverride None michael@7: Order allow,deny michael@7: Allow from all michael@7: michael@7: michael@7: # icon area michael@7: Alias /mailman/icons/ @l_prefix@/libexec/mailman/icons/ michael@7: michael@7: Options FollowSymLinks michael@7: AllowOverride None michael@7: Order allow,deny michael@7: Allow from all michael@7: michael@7: michael@7: # executable area michael@7: ScriptAlias /mailman/ @l_prefix@/libexec/mailman/cgi-bin/ michael@7: michael@7: Options FollowSymLinks ExecCGI michael@7: AllowOverride None michael@7: Order allow,deny michael@7: Allow from all michael@7: michael@7: michael@7: # logging michael@7: CustomLog @l_prefix@/var/mailman/logs/http-access.log common michael@7: ErrorLog @l_prefix@/var/mailman/logs/http-error.log michael@7: LogLevel warn michael@7: michael@7: