On Dec 12, 3:18 pm, Michael Best <[EMAIL PROTECTED]> wrote:
> yml wrote:
> > Hello Steve,
>
> > Sometimes ago when I first try to use mod_wsgi I have written a wiki
> > page there:
> >*http://code.djangoproject.com/wiki/django_apache_and_mod_wsgi
> > It is a step by step procedure that I have
yml wrote:
> Hello Steve,
>
> Sometimes ago when I first try to use mod_wsgi I have written a wiki
> page there:
>* http://code.djangoproject.com/wiki/django_apache_and_mod_wsgi
> It is a step by step procedure that I have followed to configure
> mod_wsgi. It might help you to get your applic
On Sep 25, 8:27 pm, Graham Dumpleton <[EMAIL PROTECTED]>
wrote:
> On Sep 26, 3:59 am, Steve Potter <[EMAIL PROTECTED]> wrote:
>
>
>
> > > This sort of odd error can sometimes come up if you have chosen names
> > > for directories/modules which clash with standard Python module names.
>
> > > Wh
On Sep 26, 3:59 am, Steve Potter <[EMAIL PROTECTED]> wrote:
> > This sort of odd error can sometimes come up if you have chosen names
> > for directories/modules which clash with standard Python module names.
>
> > Where you have in your WSGI script file for mod_wsgi something like:
>
> > sys.pat
>
> This sort of odd error can sometimes come up if you have chosen names
> for directories/modules which clash with standard Python module names.
>
> Where you have in your WSGI script file for mod_wsgi something like:
>
> sys.path.append('/usr/local/django')
> sys.path.append('/usr/local/django
Hello Steve,
Sometimes ago when I first try to use mod_wsgi I have written a wiki
page there:
* http://code.djangoproject.com/wiki/django_apache_and_mod_wsgi
It is a step by step procedure that I have followed to configure
mod_wsgi. It might help you to get your application up and running
with
On Sep 25, 3:26 pm, Steve Potter <[EMAIL PROTECTED]> wrote:
> On Sep 24, 6:16 pm, Graham Dumpleton <[EMAIL PROTECTED]>
> wrote:
>
>
>
> > > Are you sure that the user Apache is running as has permissions
> > > to read directories/files under the missed user's home dir?.
>
> > The permissions issu
On Sep 24, 6:16 pm, Graham Dumpleton <[EMAIL PROTECTED]>
wrote:
>
> > Are you sure that the user Apache is running as has permissions
> > to read directories/files under the missed user's home dir?.
>
> The permissions issues along with other common issues are described
> in:
>
> http://code.go
On Sep 25, 8:44 am, "Ramiro Morales" <[EMAIL PROTECTED]> wrote:
> On 9/24/07, Steve Potter <[EMAIL PROTECTED]> wrote:
>
> > [...]
> > But when I
> > tried to load the site I still received a 500 error and the apache
> > error log had the following:
>
> > mod_wsgi (pid=5070): Exception occurred wit
On 9/24/07, Steve Potter <[EMAIL PROTECTED]> wrote:
> [...]
> But when I
> tried to load the site I still received a 500 error and the apache
> error log had the following:
>
> mod_wsgi (pid=5070): Exception occurred within WSGI script '/home/
> missed/projectsmt/pjsmt.wsgi'.
> [...]
> OSError: [
I am in the process of trying to deploy a Django site using mod_wsgi.
I had no problems installing mod_wsgi. However I did run into a few
problems when trying to set the site.
The first thing I ran into is that i forgot to install Mysql-python.
So, I downloaded the source and did the following:
11 matches
Mail list logo