GitXplorerGitXplorer
h

antiweb

public
84 stars
9 forks
0 issues

Commits

List of commits on branch master.
Unverified
53c38f78ea01f04f6d1a1ecdca5c012e7a9ae4bb

SBCL+unicode support

committed 12 years ago
Unverified
2955b9afd878a9f7997922472c2968ee774685d1

Bugfix: Antiweb sent 403s instead of index files when directory permissions were 711 (thanks primus)

committed 14 years ago
Unverified
4930934134d380411a9f249bbd5e2a6689debf41

Bugfix: -reopen-log-files switch was broken (thanks primus)

committed 14 years ago
Unverified
e3860fe4b1f393efeb4102f262157286e95c2621

Releasing 4.0BETA18

committed 14 years ago
Unverified
371ae87d0c7950a67303b0632c014b1e5ee249cd

Current directory path segments like /./ are no longer allowed

committed 14 years ago
Unverified
5d0b22f06beef08ce942e86d63a817a7b72affde

Fail-safe checks to ensure we don't apply CGI or regular file code to a non-regular file

committed 14 years ago

README

The README file for this repository.

Antiweb (C) Doug Hoyte

Antiweb is a webserver written in Common Lisp, C, and Perl by Doug Hoyte and Hoytech. For the full manual see:

http://hoytech.com/antiweb/manual.awp/

Antiweb is licensed under the GNU GPL v3. See the file COPYING for details.

Installation summary:

Building: CMUCL: lisp -quiet -load build.lisp CLISP: clisp -q build.lisp ClozureCL: ccl64 -Q -l build.lisp SBCL: sbcl --noinform --load build.lisp

Installing: cd bin sudo ./install.sh

Building hub directory: sudo antiweb -skel-hub-dir /var/aw

Optionally edit hub conf file: sudo vi /var/aw/hub.conf

Creating worker conf (file requires editing): sudo antiweb -skel-worker-basic > /var/aw/myworker.conf

Starting hub (might want to add to start-up script): sudo antiweb -hub /var/aw

Starting worker (might want to add to start-up script): sudo antiweb -worker /var/aw/myworker.conf