summaryrefslogtreecommitdiff
path: root/usr.sbin/httpd/httpd.c
AgeCommit message (Expand)Author
2014-08-05Improve logging to allow per- server/location log files. The logReyk Floeter
2014-08-05add a config option to specify the chroot directoryJonathan Gray
2014-08-04Add initial support for log files in /var/www/logs/. Logging withReyk Floeter
2014-08-04Implement PATH_INFO and add DOCUMENT_ROOT.Reyk Floeter
2014-08-04httpd doesn't support SSL/TLS yet, remove the remaining bits.Reyk Floeter
2014-08-02spacingReyk Floeter
2014-08-01remove the global "log updates/all" option that came from relayd.Reyk Floeter
2014-07-26bzero is over, memset is cool. pointed out by halex@Reyk Floeter
2014-07-25Canonicalize the request path once without the docroot and prepend theReyk Floeter
2014-07-25Add support for "virtual hosts" aka. server blocks aka. multipleReyk Floeter
2014-07-24Plug a memleak by correctly free'ing the HTTP descriptor that containsReyk Floeter
2014-07-23When canonicalizing the path, it is better to fail on truncation.Reyk Floeter
2014-07-23I wanted to know if people pay attention.Reyk Floeter
2014-07-23The media_encoding is not used in parse.y but stack garbage could leadReyk Floeter
2014-07-23Add canonicalize_path() to canonicalize the requested URL path.Reyk Floeter
2014-07-13Add support for media types (aka. MIME types): the types section isReyk Floeter
2014-07-12Add httpd(8), an attempt to turn the relayd(8) codebase into a simpleReyk Floeter