[web2py] web2py and Apache

2012-09-09 Thread Martin Weissenboeck
Dear all, I have tried to use web2py together with Apache. The book says how to write the configuration file: ServerName web2py.example.com *WSGIDaemonProcess web2py user=www-data group=www-data \ display-name=%{GROUP}* WSGIProcessGroup web2py WSGIScriptAlias /

[web2py] web2py and apache

2012-03-30 Thread netcode
hello guys, please am a newbie on ubuntu environment but been using python for a month now. I am using the InstantPress to make a blog on the web2py framework. Now, am reading the deployment recipe on the official web2py documentation but it males no sense to me yet. i get confused at this point

Re: [web2py] web2py and Apache

2012-09-09 Thread Marin Pranjić
Try removing the backslashs On Sun, Sep 9, 2012 at 8:55 PM, Martin Weissenboeck wrote: > Dear all, > I have tried to use web2py together with Apache. The book says how to > write the configuration file: > > > ServerName web2py.example.com > *WSGIDaemonProcess web2py user=www-data group=www-d

Re: [web2py] web2py and Apache

2012-09-09 Thread Marin Pranjić
And put everything in one line. Or just make sure that there's nothing after backslash. On Sun, Sep 9, 2012 at 9:01 PM, Marin Pranjić wrote: > Try removing the backslashs > > > On Sun, Sep 9, 2012 at 8:55 PM, Martin Weissenboeck wrote: > >> Dear all, >> I have tried to use web2py together with A

Re: [web2py] web2py and Apache

2012-09-09 Thread Martin Weissenboeck
backslash = line continuation 2012/9/9 Marin Pranjić > Try removing the backslashs > > On Sun, Sep 9, 2012 at 8:55 PM, Martin Weissenboeck wrote: > >> Dear all, >> I have tried to use web2py together with Apache. The book says how to >> write the configuration file: >> >> >> ServerName web2py

Re: [web2py] web2py and Apache

2012-09-09 Thread Marin Pranjić
I know, I deleted my comments. I thought you have another problem that happens to me sometimes (after copy - paste). I type quicker then I read - I need to get some sleep :) Sorry Dana nedjelja, 9. rujna 2012. 21:11:53 UTC+2, korisnik mweissen napisao je: > > backslash = line continuation > > 20

Re: [web2py] web2py and Apache

2012-09-09 Thread Martin Weissenboeck
But you have tried to help - thank you! 2012/9/9 Marin Pranjić > I know, I deleted my comments. > > I thought you have another problem that happens to me sometimes (after > copy - paste). > I type quicker then I read - I need to get some sleep :) > Sorry > > Dana nedjelja, 9. rujna 2012. 21:11:5

[web2py] web2py and apache with mulitple sites

2010-01-20 Thread Johann Spies
The script in http://www.web2pyslices.com/main/slices/take_slice/29 works well when web2py is in the server root. I want to install web2py on a server that already has a php-site. I have tried and modify the apache configuration to one below (I tried it with and without the 'Alias' line but have