summaryrefslogtreecommitdiff
path: root/www/apache22/files/patch-server__config.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - fix build on IPv4 only systemsOlli Hauer2012-09-051-2/+4
| | | | Thanks to John Marshall to identify the issue!
* - Simplify options with the removal of the last APR only related parameter [1]Olli Hauer2012-09-041-0/+17
- disallow IPv6 sockets to handle IPv4 requests per default. [2] - move extra-patch-server__config.c -> patch-server__config.c https://issues.apache.org/bugzilla/show_bug.cgi?id=53823 - bump PORTREVISION [1] Credits to Hajimu UMEMOTO (ume@) for finding the last APR related parameter [2] http://httpd.apache.org/docs/2.2/bind.html with hat apache@