Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Improvement] Added Cherokee Web server, it replaces to mini_httpd
This commit solves the issue #3 it allows additional HTTP verbs PUT, DELETE and OPTIONS, so zvn web server now is ready to support new API service in REST+JSON that will be developed. Additionally this new web server is faster and offer additional features not supported in mini_httpd. Signed-off-by: emiliocampos-zevenet <[email protected]> new file: app/cherokee/bin/CTK-run new file: app/cherokee/bin/cget new file: app/cherokee/bin/cherokee-admin-launcher new file: app/cherokee/bin/cherokee-config new file: app/cherokee/bin/cherokee-macos-askpass new file: app/cherokee/bin/cherokee-panic new file: app/cherokee/bin/cherokee-tweak new file: app/cherokee/etc/cherokee/.htpasswd new file: app/cherokee/etc/cherokee/.htpasswd-orig new file: app/cherokee/etc/cherokee/cherokee.conf new file: app/cherokee/etc/cherokee/cherokee.conf.backup new file: app/cherokee/etc/cherokee/cherokee.conf.perf_sample new file: app/cherokee/include/cherokee/avl.h new file: app/cherokee/include/cherokee/avl_r.h new file: app/cherokee/include/cherokee/buffer.h new file: app/cherokee/include/cherokee/cache.h new file: app/cherokee/include/cherokee/cherokee-config.h new file: app/cherokee/include/cherokee/cherokee.h new file: app/cherokee/include/cherokee/common.h new file: app/cherokee/include/cherokee/config_entry.h new file: app/cherokee/include/cherokee/config_node.h new file: app/cherokee/include/cherokee/connection.h new file: app/cherokee/include/cherokee/connection_info.h new file: app/cherokee/include/cherokee/cryptor.h new file: app/cherokee/include/cherokee/downloader.h new file: app/cherokee/include/cherokee/encoder.h new file: app/cherokee/include/cherokee/fdpoll.h new file: app/cherokee/include/cherokee/handler.h new file: app/cherokee/include/cherokee/header.h new file: app/cherokee/include/cherokee/http.h new file: app/cherokee/include/cherokee/init.h new file: app/cherokee/include/cherokee/iocache.h new file: app/cherokee/include/cherokee/list.h new file: app/cherokee/include/cherokee/logger.h new file: app/cherokee/include/cherokee/macros.h new file: app/cherokee/include/cherokee/mime.h new file: app/cherokee/include/cherokee/mime_entry.h new file: app/cherokee/include/cherokee/module.h new file: app/cherokee/include/cherokee/nonce.h new file: app/cherokee/include/cherokee/nullable.h new file: app/cherokee/include/cherokee/plugin.h new file: app/cherokee/include/cherokee/plugin_loader.h new file: app/cherokee/include/cherokee/post.h new file: app/cherokee/include/cherokee/resolv_cache.h new file: app/cherokee/include/cherokee/rule.h new file: app/cherokee/include/cherokee/server.h new file: app/cherokee/include/cherokee/template.h new file: app/cherokee/include/cherokee/trace.h new file: app/cherokee/include/cherokee/url.h new file: app/cherokee/include/cherokee/util.h new file: app/cherokee/include/cherokee/validator.h new file: app/cherokee/include/cherokee/version.h new file: app/cherokee/lib/libcherokee-base.so new file: app/cherokee/lib/libcherokee-base.so.0 new file: app/cherokee/lib/libcherokee-client.so new file: app/cherokee/lib/libcherokee-client.so.0 new file: app/cherokee/lib/libcherokee-server.so new file: app/cherokee/lib/libcherokee-server.so.0 new file: app/cherokee/sbin/htpasswd new file: app/cherokee/share/aclocal/cherokee.m4 new file: app/cherokee/share/cherokee/deps/cgi.deps new file: app/cherokee/share/cherokee/deps/combined.deps new file: app/cherokee/share/cherokee/deps/common.deps new file: app/cherokee/share/cherokee/deps/error_redir.deps new file: app/cherokee/share/cherokee/deps/fcgi.deps new file: app/cherokee/share/cherokee/deps/post_report.deps new file: app/cherokee/share/cherokee/deps/render_rrd.deps new file: app/cherokee/share/cherokee/deps/scgi.deps new file: app/cherokee/share/cherokee/deps/secdownload.deps new file: app/cherokee/share/cherokee/deps/streaming.deps new file: app/cherokee/share/cherokee/deps/uwsgi.deps new file: app/cherokee/share/cherokee/icons/README.txt new file: app/cherokee/share/cherokee/icons/arrow_turn_left.png new file: app/cherokee/share/cherokee/icons/blank.png new file: app/cherokee/share/cherokee/icons/bomb.png new file: app/cherokee/share/cherokee/icons/camera.png new file: app/cherokee/share/cherokee/icons/cd.png new file: app/cherokee/share/cherokee/icons/color_wheel.png new file: app/cherokee/share/cherokee/icons/control_play.png new file: app/cherokee/share/cherokee/icons/css.png new file: app/cherokee/share/cherokee/icons/cup.png new file: app/cherokee/share/cherokee/icons/email.png new file: app/cherokee/share/cherokee/icons/film.png new file: app/cherokee/share/cherokee/icons/folder.png new file: app/cherokee/share/cherokee/icons/font.png new file: app/cherokee/share/cherokee/icons/html.png new file: app/cherokee/share/cherokee/icons/music.png new file: app/cherokee/share/cherokee/icons/package.png new file: app/cherokee/share/cherokee/icons/page_white.png new file: app/cherokee/share/cherokee/icons/page_white_acrobat.png new file: app/cherokee/share/cherokee/icons/page_white_actionscript.png new file: app/cherokee/share/cherokee/icons/page_white_c.png new file: app/cherokee/share/cherokee/icons/page_white_go.png new file: app/cherokee/share/cherokee/icons/page_white_office.png new file: app/cherokee/share/cherokee/icons/page_white_php.png new file: app/cherokee/share/cherokee/icons/page_white_text.png new file: app/cherokee/share/cherokee/icons/printer.png new file: app/cherokee/share/cherokee/icons/ruby.png new file: app/cherokee/share/cherokee/icons/script.png new file: app/cherokee/share/cherokee/themes/default/entry.html new file: app/cherokee/share/cherokee/themes/default/footer.html new file: app/cherokee/share/cherokee/themes/default/header.html new file: app/cherokee/share/cherokee/themes/default/logo.png new file: app/cherokee/share/cherokee/themes/default/theme.css new file: app/cherokee/share/cherokee/themes/firefox3/entry.html new file: app/cherokee/share/cherokee/themes/firefox3/footer.html new file: app/cherokee/share/cherokee/themes/firefox3/header.html new file: app/cherokee/share/cherokee/themes/firefox3/theme.css new file: app/cherokee/share/cherokee/themes/plain/entry.html new file: app/cherokee/share/cherokee/themes/plain/footer.html new file: app/cherokee/share/cherokee/themes/plain/header.html new file: app/cherokee/share/cherokee/themes/plain/theme.css new file: app/cherokee/share/cherokee/themes/white/entry.html new file: app/cherokee/share/cherokee/themes/white/footer.html new file: app/cherokee/share/cherokee/themes/white/header.html new file: app/cherokee/share/cherokee/themes/white/theme.css new file: app/cherokee/share/locale/ca/LC_MESSAGES/cherokee.mo new file: app/cherokee/share/locale/de/LC_MESSAGES/cherokee.mo new file: app/cherokee/share/locale/en/LC_MESSAGES/cherokee.mo new file: app/cherokee/share/locale/es/LC_MESSAGES/cherokee.mo new file: app/cherokee/share/locale/fr/LC_MESSAGES/cherokee.mo new file: app/cherokee/share/locale/gl/LC_MESSAGES/cherokee.mo new file: app/cherokee/share/locale/it/LC_MESSAGES/cherokee.mo new file: app/cherokee/share/locale/ja/LC_MESSAGES/cherokee.mo new file: app/cherokee/share/locale/jp/LC_MESSAGES/cherokee.mo new file: app/cherokee/share/locale/nl/LC_MESSAGES/cherokee.mo new file: app/cherokee/share/locale/pl/LC_MESSAGES/cherokee.mo new file: app/cherokee/share/locale/pt_BR/LC_MESSAGES/cherokee.mo new file: app/cherokee/share/locale/sv_SE/LC_MESSAGES/cherokee.mo new file: app/cherokee/share/locale/zh_CN/LC_MESSAGES/cherokee.mo new file: app/cherokee/share/man/man1/cget.1 new file: app/cherokee/share/man/man1/cherokee-admin-launcher.1 new file: app/cherokee/share/man/man1/cherokee-admin.1 new file: app/cherokee/share/man/man1/cherokee-config.1 new file: app/cherokee/share/man/man1/cherokee-tweak.1 new file: app/cherokee/share/man/man1/cherokee-worker.1 new file: app/cherokee/share/man/man1/cherokee.1 new file: app/cherokee/var/log/cherokee.access new file: app/cherokee/var/log/cherokee.error new file: app/cherokee/var/run/.keep new file: etc/init.d/cherokee
- Loading branch information