Howto – Apache


Installing ModPython on Apache

Quick steps for installing ModPython on your Ubuntu server and allowing a web browser to browse a python script and return content. Installation Open terminal and type the following command: $ sudo apt-get update $ sudo apt-get install libapache2-mod-python libapache2-mod-python-doc Configure mod_python You need to create directory to host your […]