|
Stories tagged with: mod_python
How To Install Django On Mandriva 2008.1 (Apache2/mod_python)
http://www.howtoforge.com/installing-django-on-mandriva2008....
This tutorial explains how to install Django on a Mandriva 2008.1 server. Django is a web framework that allows to develop Python web applications quickly with as much automation as possible. I will use it with Apache2 and mod_python in this guide.
Join discussion...
How To Install Django On Debian Etch (Apache2/mod_python)
http://www.howtoforge.com/installing-django-on-debian-etch-a...
This tutorial explains how to install Django on a Debian Etch server. Django is a web framework that allows to develop Python web applications quickly with as much automation as possible. I will use it with Apache2 and mod_python in this guide.
Join discussion...
Embedding Python In Apache2 With mod_python (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE)
http://www.howtoforge.com/embedding-python-in-apache2-with-m...
This tutorial shows how to install and use mod_python on various distributions (Debian/Ubuntu, Fedora/CentOS, Mandriva, OpenSUSE) with Apache2. mod_python is an Apache module that embeds the Python interpreter within the server. It allows you to write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals.
Join discussion...
Tags: python, mod_python, apache, fedora, debian, ubuntu, centos
Embedding Python In Apache2 With mod_python (Debian Etch)
http://www.howtoforge.com/embedding-python-in-apache2-with-m...
This tutorial shows how to install and use mod_python on a Debian Etch server with Apache2. mod_python is an Apache module that embeds the Python interpreter within the server. It allows you to write web-based applications in Python that will run many times faster than traditional CGI and will have access to advanced features such as ability to retain database connections and other data between hits and access to Apache internals.
Join discussion...
| |