Commit Graph

17 Commits (525f5856f25edf5511e6e383e4e97b461855aad9)

Author SHA1 Message Date
Waqas Hussain 7fa4ee73e2 mod_httpserver: Text files are text/plain, and not plain/text. 16 years ago
Waqas Hussain 74e0382621 mod_httpserver: Removed a log message. 16 years ago
Waqas Hussain 7ea7cdcbf3 mod_httpserver: Read files in binary mode; fixes issues with serving binary files. 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 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