History log of /openbsd-src/usr.sbin/httpd/Makefile (Results 1 – 25 of 28)
Revision Date Author Comments
# 8dc592d3 04-Jan-2024 espie <espie@openbsd.org>

make auto-index better
- make it an actual table
- use "human readable sizes" for the file sizes
- add some decoration and javascript to be able to sort it per-column
(client side) (this means some e

make auto-index better
- make it an actual table
- use "human readable sizes" for the file sizes
- add some decoration and javascript to be able to sort it per-column
(client side) (this means some extra column attribute)
- add glue to facilitate embedding js + css directly in the program
- add some graphical indication for directories
- should still validate as proper html everywhere (custom properties
need to be called data-* for this!)

Work with claudio@ and tb@, many thanks to claudio@ for some of the finer
points of css handling, and tb@ for some fine spaces fixes.

I've tried it with lynx as well, shows up correctly.

One big plus is that the size of columns work as utf-8, so you can expose
filenames without any problems (I've tried it with non-js text navigators
as well as firefox, chromium and friends)

And it looks slightly less yahoo ca. 1995.

It's still "one size fits all". If people object to the current look, adding
httpd.conf(5) properties to override the default css should be easy.

okay claudio@, tb@

show more ...


# 186e29d5 03-Jul-2017 espie <espie@openbsd.org>

no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing
instead of CLEANFILES += y.tab.h

okay millert@


# 12d609bd 28-Sep-2016 reyk <reyk@openbsd.org>

Add -Wcast-qual after syncing proc.c fix


# 59355b5a 23-Jun-2015 reyk <reyk@openbsd.org>

Add initial support for pattern matching using Lua's pattern matching code.

With important help on the pattern matcher from semarie@

OK semarie@


# 92b7e73b 23-Feb-2015 reyk <reyk@openbsd.org>

Add -O0 to the DEBUG example. Figured out while analysing core dumps
with halex@. No binary change - it is commented out.


# 0e3bc1d9 31-Oct-2014 jsing <jsing@openbsd.org>

Update httpd(8) to use libtls instead of libressl.


# 3fe67476 04-Aug-2014 reyk <reyk@openbsd.org>

Proxy commit for jsing@:
"Add TLS/SSL support to httpd, based on the recent ressl commits."

From jsing@
ok reyk@


# 844c3615 04-Aug-2014 reyk <reyk@openbsd.org>

Add initial support for log files in /var/www/logs/. Logging with
syslog is still supported but disabled by default.

ok deraadt@


# 03cac5a4 04-Aug-2014 reyk <reyk@openbsd.org>

httpd doesn't support SSL/TLS yet, remove the remaining bits.
The secrect plan is to add it later using the ressl wrapper library.


# ab07c989 31-Jul-2014 florian <florian@openbsd.org>

Put in first stab at fastcgi. Very early work in progress. Putting it
in now so that we can quickly work on it in tree. Requested by reyk@.
deraadt@ is OK with this according to reyk@.


# a9d9b0f4 27-Jul-2014 deraadt <deraadt@openbsd.org>

turn of -Werror, unless you are sure both gcc work...


# b7b6a941 12-Jul-2014 reyk <reyk@openbsd.org>

Add httpd(8), an attempt to turn the relayd(8) codebase into a simple
web server. It is not finished yet and I just started it today, but
the goal is to provide an HTTP server that a) provides minim

Add httpd(8), an attempt to turn the relayd(8) codebase into a simple
web server. It is not finished yet and I just started it today, but
the goal is to provide an HTTP server that a) provides minimal
features, b) serves static files, c) provides FastCGI support, and d)
follows common coding practices of OpenBSD.

It will neither support plugins, nor custom memory allocators, EBCDIC
support, PCRE or any other things that can be found elsewhere.
httpd(8) is not intended to provide a fully-featured replacement for
nginx(8) or the Apache, but it will provide enough functionality that
is needed in the OpenBSD base system.

ok deraadt@

show more ...


# 92bd6e16 21-Aug-2003 henning <henning@openbsd.org>

merge


# b4f8006d 08-Mar-1999 beck <beck@openbsd.org>

put more example images on default home page.


# 1b8e4d22 03-Mar-1999 beck <beck@openbsd.org>

Don't install .wml files in doc tree.


# 4aebdbdd 01-Mar-1999 beck <beck@openbsd.org>

Fix build bug (don't install CVS stuff in man) and remove ssl Makefile
and ssl_expr_scan.c which are autogenerated.


# e46fea79 01-Mar-1999 beck <beck@openbsd.org>

Fix stupid makefile mistake.


# c726d43f 01-Mar-1999 beck <beck@openbsd.org>

Makefile changes and forgotten file for mod_ssl


# d4c4af77 01-Mar-1999 beck <beck@openbsd.org>

Apache 1.3.4 merge


# a23f551e 31-Dec-1998 beck <beck@openbsd.org>

Fix broken htdocs/manual install that was missing files.


# 2cd521bf 05-Dec-1998 kstailey <kstailey@openbsd.org>

NOMAN fixes


# e3e27451 06-Oct-1998 deraadt <deraadt@openbsd.org>

fix


# a6b5ddd9 01-Oct-1998 beck <beck@openbsd.org>

1.3.2 Makefile.


# 51cb7f23 26-Mar-1998 deraadt <deraadt@openbsd.org>

build and install manpage correctly


# cc5e0e5a 26-Mar-1998 beck <beck@openbsd.org>

Move man page - get rid of build artifact - have makefile install
man page.


12