and-httpd-announce Mailing List for And-httpd web server
Status: Beta
Brought to you by:
james-antill
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
---|
From: James A. <ja...@an...> - 2006-09-11 06:19:37
|
NEWS 0.99.11 - 2006-09-10 Auto ETag support. Index.html tweaks. Parse hex escaping in configuration strings. Allow ascii and raw md5 content for the MD5 header. Allow unencoded authentication configuration. Now have a match-error-response, and default confguration using it to fix all the trailing character errors. TCP_CONGESTION support. Look in user.mime_type extended attribute, for a files mime type. Added a sample file for SConstruct. Minor bug fixes and feature additions. DOWNLOAD http://www.and.org/and-httpd/0.99.11/and-httpd-0.99.11.tar.gz http://www.and.org/and-httpd/0.99.11/and-httpd-0.99.11.tar.bz2 http://www.and.org/and-httpd/0.99.11/rpms/FC5 http://www.and.org/and-httpd/0.99.11/rpms/RHEL3 http://www.and.org/and-httpd/0.99.11/rpms/src http://www.and.org/texts/yum/ ChangeLog 2006-09-10 James Antill <ja...@an...> * NEWS: Release 0.99.11 2006-09-10 James Antill <ja...@an...> * tools/make_index.in: Use output dirname() for atom/netstr, if they aren't defined. * tools/make_index.in (cmd_pipe_beg): Fix new make_index code for RHEL3. 2006-09-05 James Antill <ja...@an...> * src/and-dir_list2html.c (ex_dir_list2html_process): Tweak output, use new version 2 info. * src/and-dir_list.c (main): Produce version 2 dir listings, can have all the file stat data ... although just the name by default. * tools/make_index.in: Cleanup, and don't pass everything to sh. Also now produce index.netstr files, by default. * tools/dir_list-1.0.css: Add default make_index CSS content. 2006-08-19 James Antill <ja...@an...> * src/conf.c (conf_sc_conv_unesc): Add hex escaping to strings. * src/httpd_app.c (http_app_hdr_vstr_md5): End header ... duh! * src/opt.c (opt_toggle): Add yes/no to toggle. * src/httpd_req.c (httpd__req_etag_auto): Generate automatic ETag headers based on [[[device], inode], size and mtime]. * src/and-httpd.c (POPT_TOGGLE_ARG): Toggle all policy options, when passed on cmd line. 2006-08-18 James Antill <ja...@an...> * tools/make_index.in: Move to dir_list-1.0.css. * tools/scons_and_httpd_helpers.py.in (init_builders): Move to f_c-1.0.css. 2006-08-14 James Antill <ja...@an...> * tools/SConstruct-tmpl.in: Added example template file for autogeneration of directory indexes. * src/and-httpd.c (serv_def_conf): Add a default configuration, to make the cmd line version even more user friendly. * src/httpd_conf_main.h (HTTPD_CONF_DEF_SERVER_NAME): Convert to using PACKAGE and VERSION generic autoconf/automake vars. * tools/and-httpd.in: Swap /etc HC out for @sysconfdir@, for sysconfig/and-httpd. 2006-08-08 James Antill <ja...@an...> * tools/mime_types_extra.txt: Add WPF mime/type mappings. * conf_tmpl/REDIR: Add examples of things you can do. * conf_tmpl/GONE: Add examples of things you can do. * conf_tmpl/CONDITION: Add examples of things you can do. * conf_tmpl/rm-extra-): Not needed anymore due to _fixup-url-pasting.conf * conf_tmpl/rm-extra->: Not needed anymore due to _fixup-url-pasting.conf * conf_tmpl/rm-extra-]: Not needed anymore due to _fixup-url-pasting.conf * tools/and-httpd.conf: Change auth example to use auto base64'ing conf. version. 2006-08-07 James Antill <ja...@an...> * src/httpd_app.c (http_app_hdr_vstr_md5): Added function for auto base64'ing of MD5 headers (if they are unencoded -- Ie. output from md5sum). * src/httpd_conf_main.c (httpd__conf_main_policy_http_d1): Add basic-single auth, which does convertion to base64 automatically. * src/base64.c (vstr_x_conv_base64_encode): Add base64 encoder. 2006-07-26 James Antill <ja...@an...> * src/httpd_req.c (http_req_content_type): Added mime_type xattr support. 2006-07-24 James Antill <ja...@an...> * src/opt_serv.c (opt_serv_merge_addrs): Allow changes to (listen ...) sections. 2006-07-20 James Antill <ja...@an...> * src/httpd.c (http_fin_err_req): Reset the negotiate flag, so we can re-negotiate in the error handlering. (http_fin_err_req): Restore error_xmsg on 503's etc. 2006-07-18 James Antill <ja...@an...> * src/httpd_req.c: Create new file for httpd.c cleanup. * src/httpd_parse.c: Create new file for httpd.c cleanup. * src/httpd_app.c: Create new file for httpd.c cleanup. * src/httpd_conf_main.h (HTTPD_CONF_OUTPUT_KEEPA_HDR): Added keep-alive-header config. option. * src/httpd_conf_req.c (httpd__conf_req_d1): Fix vhost_prefix_len when assigning into Location:. * src/httpd_policy.h (httpd_policy_uri_mod_bwes): Fix code, tests are good. (httpd_policy_uri_mod_exts): Dito. * src/httpd_policy.c (httpd_policy__build_path): Fix <url-*> ops when allowing encoded /. (httpd_policy__build_path): Fix <dirname> when using vhosts. 2006-07-17 James Antill <ja...@an...> * src/match_req.c (httpd_match_request_tst_d1): Fix bug with compiled server-ipv4-cidr. * src/match_req.c (httpd_match_request_tst_d1): Fix hdr checks for UA/referer. * src/match_req.c (httpd_match_request_tst_d1): Fix NULL checks for content-type/content-lang. * tools/_fixup-url-pasting.conf: Add config. file to fix pasting typos. * src/httpd.c (http_fin_err_req): Call match-response, if config. * src/match_resp.c (httpd_policy_response): Add code for matching error responses. 2006-07-15 James Antill <ja...@an...> * src/match_req.c (httpd_policy_request): Split code from httpd_conf_main.c * src/match_con.c (httpd_policy_connection): Split code from httpd_conf_main.c 2006-07-14 James Antill <ja...@an...> * src/and-httpd.c (serv_make_bind): Add TCP_CONGESTION support, and change ipv4_address to acpt_address for when we get ipv6 support. * src/evnt.c (evnt_fd__set_congestion): Add TCP_CONGESTION support. * src/vlg.c (vlg__fmt__add_vstr_add_sockopt_s): Add custom formatter for string sockopt's. -- James Antill -- ja...@an... http://www.and.org/and-httpd |
From: James A. <ja...@an...> - 2006-06-25 00:23:08
|
NEWS 0.99.9 - 2006-06-24 Fix bug when configured not to process HTTP/0.9 requests. Fix conf.d sort order processing. Add exception for localhost in default io limiting. Add some config. options for syslog output. DOWNLOAD http://www.and.org/and-httpd/0.99.9/and-httpd-0.99.9.tar.gz http://www.and.org/and-httpd/0.99.9/and-httpd-0.99.9.tar.bz2 http://www.and.org/and-httpd/0.99.9/rpms/FC5 http://www.and.org/and-httpd/0.99.9/rpms/RHEL3 http://www.and.org/and-httpd/0.99.9/rpms/src http://www.and.org/texts/yum/ ChangeLog 2006-06-24 James Antill <ja...@an...> * NEWS: Release 0.99.9 2006-06-24 James Antill <ja...@an...> * src/glibc-strverscmp.h (gnulib_strverscmp): Add gnu libc strverscmp() for those times it's needed. * src/vlg.c (vlg_size_set): Add a max size, as syslog only does UDP and so splits messages. (vlg__flush): Implement max message limits, cleanup error handling for console output. (vlg__flush): Cleanup error handling for console output. (vlg__flush): Allow "always native" syslog calls. (vlg_sc_bind_mount): Fix bind mounts when _PATH_LOG != /dev/log. * src/date.c (date_syslog_yr): Add a syslog date variant that also outputs the current year. 2006-06-18 James Antill <ja...@an...> * tools/_io-limiting.conf: Turn limiting on by default, also add 127.0.0.1/8 to an exception list and allow space for more. * scripts/coverage.sh: Remove lndir usage. * shtool: Update to latest upstream. * src/evnt.c (evnt_limit_add): Remove warning, even though it was fine. * tst/tst_httpd_cmd.pl: Added tests for conf.d processing. * src/and-conf.d-ls.c (main): Added program to print files that would be read by conf.d processing. 2006-06-09 James Antill <ja...@an...> * tools/_io-limiting.conf: Change config. so certain networks can easily be exempt (default is just localhost). * src/httpd.c (http_vlg_def): Fix HTTP/0.9 version logging output. (http__err_vlg_msg): Don't output data if we aren't parsing HTTP/0.9 and a HTTP/0.9 like request came in (because we didn't parse it). 2006-06-02 James Antill <ja...@an...> * src/and-dir_list2html.c (main): Fix --output option. * src/opt_serv.c (opt_serv__sort_conf_files): Sort leading _ files properly, *sigh*. -- James Antill -- ja...@an... http://www.and.org/and-httpd |
From: SiaLasPapeleras.NET <in...@si...> - 2006-03-26 17:50:08
|
<html> <title>Gusanit0</title> </head> <body> <div style=\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"BACKGROUND-COLOR:white\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"><table border=\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"0\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"><tr><td><center> </td></tr><tr><td><font face=\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"verdana, tahoma, arial, sans-serif\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\" size=\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"2\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\" color=\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"black\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"><b> ¡Hola!<br> Te invitamos a visitar la siguiente página Web oficial a favor de las plantas de celulosa en Uruguay: <br> <br> <a href=\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"http://www.sialaspapeleras.net/\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\">http://www.sialaspapeleras.net</a><br> <br> Dando un click sobre el banner de arriba al lado del logo estarás colaborando con la web, es solo un click, y si es uno por cada vez que entres mejor! para que podamos seguir manteniendo nuestra Web online.<br> Por un Uruguay con más trabajo!, no somos ambientalistas a ultranza ni radicalistas del medio ambiente, <br> sino que creemos que se puede equilibrar la defensa del medio ambiente con la generación de fuentes de empleo y la inversión que el país precisa...<br>------------------------------------------------------------------<br> Si podés reenvia este email a todos los que puedas!.</td></tr></table> </body> </html> |
From: James A. <ja...@an...> - 2006-03-10 21:50:52
|
The big change is IO limiting. This is also enabled by default for clients not allowing content-encoding (all the major browsers support it). There is also an automatic /status page now, although it's only available over localhost by default. Complete NEWS entry: Status page. Optimizations for CPU usage, bug fixes and code cleanups. Can turn the HTTP/0.9 protocol off. Syslog configuration, X-Moz header configuration. Can use text/plain redirects. Can ignore vary header calculations. Added multi step configuration of strings and numbers. Added [else] test for matches. For downloads etc. see the main page: http://www.and.org/and-httpd -- James Antill -- ja...@an... http://www.and.org/and-httpd |