On Aug 26, 8:38 pm, Hussein B wrote:
> I changed it to the following:
>
>
> SetHandler python-program
> PythonHandler django.core.handlers.modpython
> SetEnv DJANGO_SETTINGS_MODULE SshConnector.settings
> PythonPath "['/home/me/', '/home/me/SshConnector/'] +
> s
I changed it to the following:
SetHandler python-program
PythonHandler django.core.handlers.modpython
SetEnv DJANGO_SETTINGS_MODULE SshConnector.settings
PythonPath "['/home/me/', '/home/me/SshConnector/'] +
sys.path"
PythonDebug On
I tried this URL
http
On Aug 26, 7:51 pm, Kenneth Gonsalves wrote:
> On Wednesday 26 Aug 2009 2:42:47 pm HB wrote:
>
> > Hey,
> > I'm trying to deploy my first Django application to Apache.
> > The project is located under: /home/me/SshConnector/
> > Here is my configuration:
>
> >
> > Options Indexes Foll
On Wednesday 26 Aug 2009 2:42:47 pm HB wrote:
> Hey,
> I'm trying to deploy my first Django application to Apache.
> The project is located under: /home/me/SshConnector/
> Here is my configuration:
>
>
> Options Indexes FollowSymLinks MultiViews
> AllowOverride None
> Ord
The previous conf is python.conf under /etc/httpd/conf.d
On Aug 26, 12:12 pm, HB wrote:
> Hey,
> I'm trying to deploy my first Django application to Apache.
> The project is located under: /home/me/SshConnector/
> Here is my configuration:
>
>
> Options Indexes FollowSymLinks MultiView
Hey,
I'm trying to deploy my first Django application to Apache.
The project is located under: /home/me/SshConnector/
Here is my configuration:
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
AddHandler mod_pyt
6 matches
Mail list logo