1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-26 19:01:35 +03:00

With this patch, dav and file_cache ride again :-) Note file_cache now

uses mmaps, which may or may not be desired on win32.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87253 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William A. Rowe Jr
2000-12-07 21:37:42 +00:00
parent 999e8d54a7
commit cfae7d83d8
4 changed files with 12 additions and 6 deletions

View File

@@ -158,6 +158,12 @@ Package=<4>
Begin Project Dependency
Project_Dep_Name aprutildll
End Project Dependency
Begin Project Dependency
Project_Dep_Name mod_dav
End Project Dependency
Begin Project Dependency
Project_Dep_Name mod_dav_fs
End Project Dependency
}}}
###############################################################################

View File

@@ -222,7 +222,7 @@ EXPORTS
ap_send_http_header
ap_send_http_trace
ap_send_mmap
ap_send_size
ap_server_root_relative

View File

@@ -102,10 +102,10 @@ _build:
$(MAKE) $(MAKEOPT) -f mod_file_cache.mak CFG="mod_file_cache - Win32 $(LONG)" RECURSE=0 $(CTARGET)
cd ..\..
cd modules\dav\main
# $(MAKE) $(MAKEOPT) -f mod_dav.mak CFG="mod_dav - Win32 $(LONG)" RECURSE=0 $(CTARGET)
$(MAKE) $(MAKEOPT) -f mod_dav.mak CFG="mod_dav - Win32 $(LONG)" RECURSE=0 $(CTARGET)
cd ..\..\..
cd modules\dav\fs
# $(MAKE) $(MAKEOPT) -f mod_dav_fs.mak CFG="mod_dav_fs - Win32 $(LONG)" RECURSE=0 $(CTARGET)
$(MAKE) $(MAKEOPT) -f mod_dav_fs.mak CFG="mod_dav_fs - Win32 $(LONG)" RECURSE=0 $(CTARGET)
cd ..\..\..
cd modules\generators
# $(MAKE) $(MAKEOPT) -f mod_info.mak CFG"=mod_info - Win32 $(LONG)" RECURSE=0 $(CTARGET)
@@ -147,8 +147,8 @@ _install:
copy modules\aaa\mod_auth_dbm$(SHORT)\mod_auth_dbm.dll $(INSTDIR)\modules
copy modules\aaa\mod_auth_digest$(SHORT)\mod_auth_digest.dll $(INSTDIR)\modules
copy modules\cache\mod_file_cache$(SHORT)\mod_file_cache.dll $(INSTDIR)\modules
# copy modules\dav\fs\mod_dav_fs$(SHORT)\mod_dav_fs.dll $(INSTDIR)\modules
# copy modules\dav\main\mod_dav$(SHORT)\mod_dav.dll $(INSTDIR)\modules
copy modules\dav\fs\mod_dav_fs$(SHORT)\mod_dav_fs.dll $(INSTDIR)\modules
copy modules\dav\main\mod_dav$(SHORT)\mod_dav.dll $(INSTDIR)\modules
# copy modules\generators\mod_info$(SHORT)\mod_info.dll $(INSTDIR)\modules
copy modules\generators\mod_status$(SHORT)\mod_status.dll $(INSTDIR)\modules
copy modules\mappers\mod_rewrite$(SHORT)\mod_rewrite.dll $(INSTDIR)\modules

View File

@@ -222,7 +222,7 @@ EXPORTS
ap_send_http_header
ap_send_http_trace
ap_send_mmap
ap_send_size
ap_server_root_relative