summaryrefslogtreecommitdiff
path: root/www/mod_lisp2/files/patch-mod_lisp2.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apache 2.2 now sets the APR version as 1.3.0. mod_lisp2 looks forIon-Mihai Tetcu2009-02-181-3/+8
| | | | | | | | | | an APR version of 1.2.2-1.2.inf. This patch allows it to correctly see the bump in the minor, allowing mod_lisp2 to compile against apache22. PR: ports/131649 Submitted by: Erik Greenwald Approved by: maintainer
* - Fix generates incorrect LoadModule directive in apache22's httpd.confMartin Wilke2008-06-211-0/+29
PR: 124674 Submitted by: Sven Klose <pixel@copei.de> Approved by: maintainer