I use these lines in apache2.conf and all is OK:

        Alias /wsgi/static  "/home/foo/wsgi/static"
        Alias /dojo111/  "/home/foo/wsgi/dojo111/"

        Alias /wsgi/  "/home/foo/wsgi/"
        <Directory '/home/foo/wsgi'>
                Options ExecCGI MultiViews
                MultiviewsMatch Handlers
                AddHandler wsgi-script .py
                Order deny,allow
                Allow from all
        </Directory>

By

On Nov 6, 8:55 am, nano <[EMAIL PROTECTED]> wrote:
> Hi,
> I try with apache for my application  web.py, I followed the steps in
> this link "http://webpy.org/cookbook/mod_wsgi-apache";.
> but I have some question :
> What is the meaning of the two directories  "appname", "webpy-app" ?
> Who is from this two directories which contains my file code.py ?
> and what I put in browser ?
> in the tutorial, put in the browser 'http://your_server_name/appname',
> what is "your_server_name" and what is "appname".
> thank you very much for your help.
>
> Yours
> Faithfully
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to