Commit 3ea2099d authored by Chuck Murcko's avatar Chuck Murcko
Browse files

update status; add FTP back in to the build


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88736 13f79535-47bb-0310-9956-ffa450edef68
parent fc7f1f54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ dnl modules enabled in this directory by default

APACHE_MODPATH_INIT(proxy)

proxy_objs="mod_proxy.lo proxy_connect.lo proxy_http.lo proxy_util.lo"
proxy_objs="mod_proxy.lo proxy_connect.lo proxy_ftp.lo proxy_http.lo proxy_util.lo"

APACHE_MODULE(proxy, Apache proxy module, $proxy_objs, , no)