Book Image

Lighttpd

By : Andre Bogus
Book Image

Lighttpd

By: Andre Bogus

Overview of this book

Table of Contents (20 chapters)
Lighttpd
Credits
About the Author
About the Reviewer
Preface
HTTP Status Codes

AjaxTerm


Setting up AjaxTerm (at the time of this writing, the page was unavailable, but I have version 0.9 lying around) is as simple as this:

$ tar xzf AjaxTerm-0.9.tar.gz
$ cd AjaxTerm-0.9
$ configure && make install
Configuring prefix= /usr/local port= 8022
install -d "/usr/local/bin"
install -d "/usr/local/share/ajaxterm"
install ajaxterm.bin "/usr/local/bin/ajaxterm"
install ajaxterm.initd "/etc/init.d/ajaxterm"
install -m 644 ajaxterm.css ajaxterm.html ajaxterm.js qweb.py sarissa.js sarissa_dhtml.js "/usr/local/share/ajaxterm"
install -m 755 ajaxterm.py "/usr/local/share/ajaxterm"
gzip --best -c ajaxterm.1 > ajaxterm.1.gz
install -d "/usr/local/share/man/man1"
install ajaxterm.1.gz "/usr/local/share/man/man1"

We can now start AjaxTerm as a daemon with the following command line:

$ /etc/init.d/ajaxterm start

Now, we can browse to http://ourdomain.com:8022/ to see if AjaxTerm is running.

Note

Security Risk

Do not enter any sensitive information here though, as what we send and...