SYNOPSIS

Install lighttpd server from source and run sanity check using swat DSL.

Check List

INSTALL

# yes you need a curl
sudo apt-get install curl

AND (

perl Makefile.PL
make
make test
make install

OR

sudo cpan swat::lighttpd

)

USAGE

# do not enter host here
# lighttpd runner is embedded

$ swat swat::lighttpd 

Configuration

You may redefine test configiration using swat.my file:

Setup example:

$ echo lighttpd_source_url=http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-1.4.36.tar.gz > swat.my
$ echo port=7000 >> swat.my
$ swat swat::lighttpd

HOME PAGE

https://github.com/melezhik/swat-packages/tree/master/lighttpd

COPYRIGHT

Copyright 2015 Alexey Melezhik.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Alexey Melezhik