FreeBSD Apache Team

Open Issues

Contributing

Team Members

Roadmap

In Progress

Planned

Completed

On hold or abandoned

Sub-projects WIP documentation

Apache 2.2

Apache 2.2

Scraps & Tidbits

Available modules

Soon to be removed from the Makefile (clutter)

# maintainer only, check for new modules
awk '/: checking whether to enable mod_/ \
    {printf "%%%%%s%%%%libexec/apache24/%s.so\n", \
     toupper($$8), $$8}' ${WRKSRC}/configure.upstream \
| ${TR} -d '"' \
| ${SORT} -u \
| ${GREP} -E -v '^%%MOD_(HTTP|ISAPI|LOG_CONFIG|PRIVILEGES|SO|UNIXD)%%'

Check configure options

Add

--enable-option-check

to the CONFIGURE_ARGS block and check the output of make configure


CategoryPorts CategoryTeam

Apache (last edited 2022-08-15T06:42:02+0000 by KubilayKocak)