David Stanek wrote:
> On Fri, Jun 03, 2005 at 01:16:17PM -0600, Manuel Pellecer wrote:
> > i want to use mod_python with Apache2 and i made a .htaccess in the
> > subdirectory where i have all my scripts:
> >
> > The .htacces goes like this:
> >
> > AddHandler mod_python .py
> > PythonHandler mpte
Getting mod_python to work is hard because there are many things to get
into account.
Your Apache version should match the proper mod_python version, as well
as the python version amd so on...
If you are having many problems, I suggest installing Apache2Triad,
which is a package that will install e
On Fri, Jun 03, 2005 at 01:16:17PM -0600, Manuel Pellecer wrote:
> i want to use mod_python with Apache2 and i made a .htaccess in the
> subdirectory where i have all my scripts:
>
> The .htacces goes like this:
>
> AddHandler mod_python .py
> PythonHandler mptest
> PythonDebug On
Try adding th
i want to use mod_python with Apache2 and i made a .htaccess in the
subdirectory where i have all my scripts:
The .htacces goes like this:
AddHandler mod_python .py
PythonHandler mptest
PythonDebug On
and I changed the main configuracion file of Apache2 like this:
#--memepelle
All