1. 26 Dec, 2000 1 commit
    • Ryan Bloom's avatar
      Allow buildconf to find the config.m4 files in the correct order. This · ceeb431b
      Ryan Bloom authored
      allows the decisions made in one config.m4 file to be based on decisions
      made in previous config.m4 files.  For example, the config.m4 in the
      generators config.m4 can choose the correc cgi module based on which MPM
      is chosen.
      
      To do this, we find all filenames config*.m4, and then we re-order the
      filename so that it looks like:  *config.m4/path/to/file.  Once all files
      are in this format, we sort the files, and then re-arrange the file names
      again to put them in the correct order.  There may be better ways to do
      this, but I couldn't find a portable way to call sort so that this would
      work.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87526 13f79535-47bb-0310-9956-ffa450edef68
      ceeb431b
  2. 23 Dec, 2000 3 commits
  3. 22 Dec, 2000 2 commits
  4. 21 Dec, 2000 1 commit
    • William A. Rowe Jr's avatar
      · ac1a2382
      William A. Rowe Jr authored
        The Win32 overhaul, in summary;
          Modules are named mod_foo.so
          Dynamic Libraries are named libfoo.dll, and are stored in bin/
          The former ApacheCoreDll is now libhttpd.dll
          Apache.exe moves to bin/
          The make install now copies include, lib, and libexec
          All build options are normalized, filenames adjusted appropriately
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87471 13f79535-47bb-0310-9956-ffa450edef68
      ac1a2382
  5. 20 Dec, 2000 3 commits
  6. 19 Dec, 2000 4 commits
  7. 18 Dec, 2000 2 commits
  8. 17 Dec, 2000 2 commits
  9. 15 Dec, 2000 1 commit
  10. 13 Dec, 2000 1 commit
  11. 12 Dec, 2000 2 commits
  12. 07 Dec, 2000 1 commit
    • Ryan Bloom's avatar
      Make mod_include use a hash table to associate directive tags with · 3a17c4a4
      Ryan Bloom authored
      functions.  This allows modules to implement their own SSI tags easily.
      The idea is simple enough, a module can insert it's own tag and function
      combination into a hash table provided by mod_include.  While mod_include
      parses an SSI file, when it encounters a tag in the file, it does a
      hash lookup to find the function that implements that tag, and passes
      all of the relevant data to the function.  That function is then
      responsible for processing the tag and handing the remaining data back
      to mod_include for further processing.
      Submitted by:	Paul J. Reder <rederpj@raleigh.ibm.com>
      Reviewed by:	Ryan Bloom
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87241 13f79535-47bb-0310-9956-ffa450edef68
      3a17c4a4
  13. 04 Dec, 2000 2 commits