mod_frontpage.c.
This corrects the formating bug reported in PR 24912.
The port will create a user/group apache (uid/gid 80), and set the
Apache Server to run as this user. This can be changed by specifying
-DHTTPD_USER=<user> when configuring/building the port.
The suexec executable is now installed by default. To disable suexec
use -DNO_SUEXEC when configuring/building the port.
PR: 24980
Submitted by: Scot W. Hetzel <hetzels@westbend.net> MAINTAINER