from
thk on 2008-09-09 17:03
This is a sample apache configuration for madpy sites that have openroom also<VirtualHost *:80> ServerAdmin root@localhost ServerName www.madpy.net ServerAlias madpy.net DocumentRoot /path/to/madpy <Directory /path/to/madpy> Options None A...
from
thk on 2008-09-24 10:55
(to follow this guide you should have some basic knowledge of configuring apache, and using linux command line interface)1.DependenciesMadpy has been developed on top of apache module mod_python.It is therefore necessary the existence of apache server ( has not been tested with apache versions <...