Read me to configure Apache after installing Management station RPM
-------------------------------------------------------------------

1. Add following lines into /etc/httpd/conf/httpd.conf (at the end of the
file)


	ScriptAlias /python "/var/www/chelsio/python"

	<Directory /var/www/chelsio/python>
		PythonPath "['/var/www/chelsio/python']+sys.path"
		SetHandler mod_python
		PythonHandler mod_python.publisher
		PythonDebug on
	</Directory>
	LoadModule python_module modules/mod_python.so

2. Change the Document root as follow
	Default: 
		/var/www/html
	To be changed to
		/var/www/chelsio


3. do #service httpd restart


Prerequites to run managment station and python scripts (in webpage)

1. mod_python - mod_python-3.3.1-14
2. json	- python-simplejson-2.0.9-3
3. mod_ssl - mod_ssl-2.2.15-5

Note: Run WEBUI with SELinux disabled. Later SELinux support will be made
available during the subsequent releases of WEBUI.


