On Tue, Oct 5, 2010 at 12:53 AM, Rob Larson <dewman...@gmail.com> wrote:
> Hello,

Hi!
I've never used it under apache, but I try to help.

>  Copy the sample files for imdbpykit.ini and imdbpy.wsgi to any directory.(I 
> have these files in my home directory)

Ok, as long as it's readable for the www-data user, used by apache on Ubuntu.

>  Copy the sample file for wsgi.conf to the Apache configuration directory ( i 
> am assuming /etc/apache2?)

Probably for apache2 the right place is /etc/apache2/conf.d/

>  and edit the paths for the imdbpy.wsgi script and the static files. ( I am 
> assuming the path to my home directory?)

WSGIScriptAlias must point to imdbpykit.wsgi and the Directory to
the path of the 'imdbpykit' directory.
Also, the '/static' alias must point to the correct directory.

> Don't forget to make sure that the web server has write permissions on the 
> cache
> directory (under web/static).  (Not sure what this is talking about or the 
> location)

The above directory (imdbpykit/web/static/)


> Now once all this is done, how would I access it?

Assuming that the WSGIScriptAlias directive refers to /imdbpykit ,
you just have to point your browser to http://localhost/imdbpykit


HTH,

-- 
Davide Alberani <davide.alber...@gmail.com>  [PGP KeyID: 0x465BFD47]
http://www.mimante.net/

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help

Reply via email to