While we are at it;
If mod_mem_cache is no longer going to be used, needs to be removed from makefile.win

Gregg

Paul Querna wrote:
Gregg L. Smith wrote:
Paul Querna wrote:
Test tarballs for Apache httpd 2.3.0-alpha are available at:

    http://httpd.apache.org/dev/dist/

Your votes please;

 ±1
 [  ]  Release httpd-2.3.0 as Alpha


Vote closes at 7:00 UTC on Tuesday December 9 2008.

Thanks,

Paul
-? tested on Windows XP built both VS9 and VS6

Am I missing something?

[Mon Dec 08 13:21:17 2008] [crit] Server MUST relinquish startup privileges before accepting connections.  Please ensure mod_unixd or other system security module is loaded.
Configuration Failed

I'm guessing no one updated the winnt mpm for the changes to unixd.

So the proposed release is busted on windows too :-)

-Paul

No virus found in this incoming message. Checked by AVG - http://www.avg.com Version: 8.0.176 / Virus Database: 270.9.15/1837 - Release Date: 12/8/2008 9:38 AM

  
--- makefile.win    (PR 720062)
+++ makefile.win        (Working Copy)
@@ -302,7 +302,6 @@
        cd modules\cache
         $(MAKE) $(MAKEOPT) -f mod_cache.mak       CFG="mod_cache - Win32 
$(LONG)" RECURSE=0 $(CTARGET)
         $(MAKE) $(MAKEOPT) -f mod_file_cache.mak  CFG="mod_file_cache - Win32 
$(LONG)" RECURSE=0 $(CTARGET)
-        $(MAKE) $(MAKEOPT) -f mod_mem_cache.mak   CFG="mod_mem_cache - Win32 
$(LONG)" RECURSE=0 $(CTARGET)
         $(MAKE) $(MAKEOPT) -f mod_disk_cache.mak  CFG="mod_disk_cache - Win32 
$(LONG)" RECURSE=0 $(CTARGET)
         $(MAKE) $(MAKEOPT) -f mod_socache_dbm.mak CFG="mod_socache_dbm - Win32 
$(LONG)" RECURSE=0 $(CTARGET)
 !IFDEF ALL
@@ -525,7 +524,6 @@
        copy modules\arch\win32\$(LONG)\mod_isapi.$(src_so)     "$(inst_so)" <.y
        copy modules\cache\$(LONG)\mod_cache.$(src_so)          "$(inst_so)" <.y
        copy modules\cache\$(LONG)\mod_file_cache.$(src_so)     "$(inst_so)" <.y
-       copy modules\cache\$(LONG)\mod_mem_cache.$(src_so)      "$(inst_so)" <.y
        copy modules\cache\$(LONG)\mod_disk_cache.$(src_so)     "$(inst_so)" <.y
        copy modules\cache\$(LONG)\mod_socache_dbm.$(src_so)    "$(inst_so)" <.y
        -copy modules\cache\$(LONG)\mod_socache_dc.$(src_so)    "$(inst_so)" <.y

Reply via email to