No description
Find a file
2011-06-06 17:25:37 -05:00
files Added vhost support 2011-06-02 14:49:39 -05:00
lib Added SuSE Support 2011-06-06 17:25:04 -05:00
manifests Added SuSE Support 2011-06-06 17:25:04 -05:00
spec 20110524 Work Snapshot 2011-05-24 21:20:48 -05:00
templates Added SuSE Support 2011-06-06 17:25:04 -05:00
tests 20110524 Work Snapshot 2011-05-24 21:20:48 -05:00
.gitignore Added vhost support 2011-06-02 14:49:39 -05:00
ChangeLog Updated Changelog 2011-06-06 17:25:37 -05:00
LICENSE 20110524 Work Snapshot 2011-05-24 21:20:48 -05:00
Modulefile Added vhost support 2011-06-02 14:49:39 -05:00
README Updated Package Layout 2011-06-06 10:04:24 -05:00

nginx

This is the nginx module.

User Stories:
	* Must be able to be used on a major linux system
		- Ubuntu (LTS/Current) [DONE]
		- Debian (stable) 	   [DONE]
		- CentOS			   [DONE]
		- RHEL				   [CANNOT TEST]
		- Fedora   			   [DONE]
		- SLES				   
		- Solaris (optional goal)
	* Must be able to install NGINX
		- must have an option to perform a base install			[DONE]
		- must have an option to install a PHP/MySQL Stack
		- must have an option to install a Perl/MySQL stack
	* Must be able to create a new vhost
		- vhost must be able to be ssl enabled					[DONE]
		- vhost must be able to point to N proxies
		- vhost must be able to create a rewrite rule
		
	* errors detected:
		fails on ipv6 if ipv6 is not enabled on the host. Need some error check.