diff options
author | clement <clement@FreeBSD.org> | 2005-12-08 04:54:42 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-12-08 04:54:42 +0800 |
commit | 4616d69e874c79041408c3a5587492568a1d3422 (patch) | |
tree | c1574a0de9a57fc08d56e8e4aab70168971a8d52 /www/apache22 | |
parent | a6432efc90fb6a1f4e658495350ef16dfdee7e1a (diff) | |
download | freebsd-ports-gnome-4616d69e874c79041408c3a5587492568a1d3422.tar.gz freebsd-ports-gnome-4616d69e874c79041408c3a5587492568a1d3422.tar.zst freebsd-ports-gnome-4616d69e874c79041408c3a5587492568a1d3422.zip |
- Add forgotten mod_filter
Spotted by: Cheese Lottery <cheeselottery@gmail.com>
Diffstat (limited to 'www/apache22')
-rw-r--r-- | www/apache22/Makefile.modules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache22/Makefile.modules b/www/apache22/Makefile.modules index 96c7dd40e1bd..4518136d61a0 100644 --- a/www/apache22/Makefile.modules +++ b/www/apache22/Makefile.modules @@ -126,7 +126,7 @@ MISC_MODULES= actions alias asis autoindex cache cern_meta \ cgi charset_lite deflate dir disk_cache env expires \ file_cache headers imagemap include info log_config logio mime \ mime_magic negotiation rewrite setenvif speling status \ - unique_id userdir usertrack vhost_alias + unique_id userdir usertrack vhost_alias filter PROXY_MODULES= proxy proxy_connect proxy_ftp proxy_http proxy_ajp proxy_balancer SSL_MODULES= ssl SUEXEC_MODULES= suexec |