Commit Graph

27 Commits (ec28fe98377d225e2c19fb3e2e4d5757a3322d3e)

Author SHA1 Message Date
Matthew Wild 5b93b0675f mod_httpserver: Serve index.html if a request is made for a directory and it contains one (thanks Brian Cully) 16 years ago
Matthew Wild 2bc0606453 Update copyright headers for 2010 16 years ago
Matthew Wild 3f619ace4b mod_httpserver: Rudimentary directory detection, return forbidden instead of causing a traceback (since commit 0325f241a26c) 16 years ago
Matthew Wild 7439c858d5 mod_httpserver: Rudimentary directory detection, return forbidden instead of causing a traceback (since commit 0325f241a26c) 16 years ago
Waqas Hussain cc9e756839 mod_httpserver: Text files are text/plain, and not plain/text. 16 years ago
Waqas Hussain 7fa4ee73e2 mod_httpserver: Text files are text/plain, and not plain/text. 16 years ago
Waqas Hussain 01e8004bf6 mod_httpserver: Removed a log message. 16 years ago
Waqas Hussain 74e0382621 mod_httpserver: Removed a log message. 16 years ago
Waqas Hussain 4750648ca6 mod_httpserver: Read files in binary mode; fixes issues with serving binary files. 16 years ago
Waqas Hussain 7ea7cdcbf3 mod_httpserver: Read files in binary mode; fixes issues with serving binary files. 16 years ago
Waqas Hussain eeee71ebc1 mod_httpserver: Skip returning a Content-Type when not known (application/octet-stream is not a correct default). 16 years ago
Waqas Hussain 62460850a8 mod_httpserver: Skip returning a Content-Type when not known (application/octet-stream is not a correct default). 16 years ago
Waqas Hussain 0103431013 mod_httpserver: Return Content-Type header based on file extension. 16 years ago
Waqas Hussain 6a4b442aba mod_httpserver: Return Content-Type header based on file extension. 16 years ago
Waqas Hussain 36710bbfac mod_httpserver: Delay setup until after server is started. 16 years ago
Matthew Wild 649fe9f272 mod_httpserver: Update to use new httpserver.new_from_config syntax 16 years ago
Matthew Wild 3c22160354 mod_httpserver: Configurable filesystem path to serve from 17 years ago
Matthew Wild d8d4b7409c mod_httpserver: Backport from trunk more thorough validation of URLs prior to processing 17 years ago
Matthew Wild 158d975fa1 mod_httpserver: Set default file handler (you can now request static files as /*) and restructure code a bit 17 years ago
Matthew Wild 40f2dda03d mod_httpserver: Update to use new new_from_config() too 17 years ago
Matthew Wild 4117259212 mod_httpserver: Use new httpserver helper to initialise ports 17 years ago
Matthew Wild e45610ce6e Add copyright header to those files missing one 17 years ago
Matthew Wild 3d891979ef mod_httpserver: Allow configuration of ports and base path, like mod_bosh 17 years ago
Matthew Wild 05fe5fb8ff mod_httpserver: Add require 'net.httpserver' 17 years ago
Matthew Wild 8ef6e94079 Add initial mod_httpserver for serving static content 17 years ago