Thanks for your help All. Yes by removing this line: sudo ln -s /etc/apache2/mods-available/authnz_external.load /etc/ apache2/mods-enabled And deleting the file: sudo rm /etc/apache2/mods-enabled/ authnz_external.load
I was finally able to install Web2py on VPS.net It's there a video showing how to set up a DB with Postgres on VPS? Set up the SMTP server using Postfix etc... If there are anymore tutorial out there using web2py on VPS.net please let me know. Cheers, Yannick P. On Sep 21, 3:53 pm, mdipierro <mdipie...@cs.depaul.edu> wrote: > Looks like there is a typo in line 185. You do not need it. delete it. > > On Sep 21, 2:22 pm, Yannick <ytchatch...@gmail.com> wrote: > > > > > Humm Thanks for your note all BUT it seems that the latest script has > > another error on line 185 on it. > > > I just run the latest script on VPS.net server and here is the error > > message I keep having > > > Restarting web server > > apache2 > > * We failed to correctly shutdown apache, so we're now killing all > > running apache processes. This is almost certainly suboptimal, so > > please make sure your system is working as you'd expect now! > > > apache2: Syntax error on line 185 of /etc/apache2/apache2.conf: Could > > not open configuration file /etc/apache2/mods-enabled/ > > authnz_external.load: No such file or directory > > > Here is the script I got and run > > :http://web2py.googlecode.com/hg/scripts/setup-web2py-ubuntu.sh > > > Please let me know if you have any idea. > > Cheers, > > Yannick P. > > On Sep 21, 10:47 am, mdipierro <mdipie...@cs.depaul.edu> wrote: > > > > done > > > > On Sep 21, 9:41 am, Anthony <av201...@yahoo.com> wrote: > > > > > Also needs to be changed in the > > > > book:http://web2py.com/book/default/chapter/11#One-Step-Production-Deployment > > > > > On Sep 21, 10:17 am, "mr.freeze" <nat...@freezable.com> wrote: > > > > > > That's your slice. You can log in and update it to the new link (or I > > > > > can if you're too busy). > > > > > > On Sep 21, 9:07 am, mdipierro <mdipie...@cs.depaul.edu> wrote: > > > > > > > Problem is... I copied your recipe in the book without checking the > > > > > > url. :-( > > > > > > > Massimo > > > > > > > On Sep 21, 9:03 am, "mr.freeze" <nat...@freezable.com> wrote: > > > > > > > > Is the one mentioned here > > > > > > > different?http://www.web2pyslices.com/main/slices/take_slice/29 > > > > > > > > On Sep 21, 9:01 am, mdipierro <mdipie...@cs.depaul.edu> wrote: > > > > > > > > > where did you get setup-web2py-ubuntu.sh > > > > > > > > > This is the one: > > > > > > > > >http://web2py.googlecode.com/hg/scripts/setup-web2py-ubuntu.sh > > > > > > > > > the last line prompts you for the password. > > > > > > > > > On Sep 21, 8:17 am, Yannick <ytchatch...@gmail.com> wrote: > > > > > > > > > > Thanks Villa, > > > > > > > > > I just tried it just like you suggested I alter the script > > > > > > > > > and remove > > > > > > > > > the "display-name=% > > > > > > > > > {GROUP}" at line 89 and now it seem to work, I got this from > > > > > > > > > the > > > > > > > > > command line: > > > > > > > > > > httpd (no pid file) not running > > > > > > > > > [OK] > > > > > > > > > done! > > > > > > > > > > I can access the web2py welcome page from my IP BUT I can't > > > > > > > > > access the > > > > > > > > > administration page BECAUSE during the installation I didn't > > > > > > > > > get the > > > > > > > > > prompt asking me to enter a PASSWORD... > > > > > > > > > Can you please let me know how you did enter the web2py admin > > > > > > > > > password ? > > > > > > > > > I guess we have to update the tutorial on how to install > > > > > > > > > Web2py on > > > > > > > > > VPS.net, because the steps on the video said we should get a > > > > > > > > > prompt > > > > > > > > > for the PWD but I didn't got it... > > > > > > > > > > Thanks for your help > > > > > > > > > > On Sep 21, 8:11 am, villas <villa...@gmail.com> wrote: > > > > > > > > > > > Yannick, just to clarify, I copied the script to my server > > > > > > > > > > > wgethttp://web2py.googlecode.com/svn/trunk/scripts/setup-web2py-ubuntu.sh > > > > > > > > > > > Made the alteration at around line 89. > > > > > > > > > > Then ran the script. > > > > > > > > > > > As I said, I also made other alterations for my own > > > > > > > > > > specific > > > > > > > > > > circumstances. > > > > > > > > > > > On Sep 21, 12:10 pm, Yannick <ytchatch...@gmail.com> wrote: > > > > > > > > > > > > Thanks for the note... Humm how did you change this line > > > > > > > > > > > since it > > > > > > > > > > > comes as a all package ? Is there a package which has a > > > > > > > > > > > code change ? > > > > > > > > > > > > Thannks > > > > > > > > > > > > On Sep 21, 6:37 am, villas <villa...@gmail.com> wrote: > > > > > > > > > > > > > Try removing display-name=%{GROUP} from that line. i.e. > > > > > > > > > > > > > Replace > > > > > > > > > > > > WSGIDaemonProcess web2py user=www-data group=www-data > > > > > > > > > > > > display-name=% > > > > > > > > > > > > {GROUP} > > > > > > > > > > > > > With > > > > > > > > > > > > WSGIDaemonProcess web2py user=www-data group=www-data > > > > > > > > > > > > > I am not knowledgeable enough to know whether this has > > > > > > > > > > > > any other > > > > > > > > > > > > consequences, but I seem to remember that it worked for > > > > > > > > > > > > me :-) > > > > > > > > > > > > > On Sep 21, 6:17 am, Yannick <ytchatch...@gmail.com> > > > > > > > > > > > > wrote: > > > > > > > > > > > > > > I retried a clean installation and got the same error > > > > > > > > > > > > > message... > > > > > > > > > > > > > I really don't understand why this... I follow the > > > > > > > > > > > > > exact steps from > > > > > > > > > > > > > the video. > > > > > > > > > > > > > > Thanks in advance if someone had the same issue that > > > > > > > > > > > > > I'm having and > > > > > > > > > > > > > was able to solve it. > > > > > > > > > > > > > > On Sep 21, 12:53 am, mdipierro > > > > > > > > > > > > > <mdipie...@cs.depaul.edu> wrote: > > > > > > > > > > > > > > > You are getting an error on this line: > > > > > > > > > > > > > > > WSGIDaemonProcess web2py user=www-data > > > > > > > > > > > > > > group=www-data > > > > > > > > > > > > > > > Do not know why. > > > > > > > > > > > > > > > On Sep 20, 11:48 pm, Yannick > > > > > > > > > > > > > > <ytchatch...@gmail.com> wrote: > > > > > > > > > > > > > > > > Thanks. I tried the script in order to install > > > > > > > > > > > > > > > Web2py on VPS.net and > > > > > > > > > > > > > > > here is the error message I got: > > > > > > > > > > > > > > > > We failed to correctly shutdown apache, so we're > > > > > > > > > > > > > > > now killing all > > > > > > > > > > > > > > > running apache processes. this is almost > > > > > > > > > > > > > > > certainly suboptimal, so > > > > > > > > > > > > > > > please make sure your system is working as you'd > > > > > > > > > > > > > > > expect now! > > > > > > > > > > > > > > > > Syntax error on line 6 of > > > > > > > > > > > > > > > /etc/apache2/sites-enabled/00-default > > > > > > > > > > > > > > > Invalid option to WSGI daemon process definition. > > > > > > > > > > > > > > > > [fail] > > > > > > > > > > > > > > > > done! > > > > > > > > > > > > > > > > Please help.... I follow the steps > > > > > > > > > > > > > > > on:http://vimeo.com/10377947 > > > > > > > > > > > > > > > Here is the command I enter: > > > > > > > > > > > > > > > wgethttp://web2py.googlecode.com/svn/trunk/scripts/setup-web2py-ubuntu.sh > > > > > > > > > > > > > > > chmod +x setup-web2py-ubuntu.sh > > > > > > > > > > > > > > > sudo ./setup-web2py-ubuntu.sh > > > > > > > > > > > > > > > > Thanks, > > > > > > > > > > > > > > > Yannick P. > > > > > > > > > > > > > > > > On Sep 20, 1:24 am, mdipierro > > > > > > > > > > > > > > > <mdipie...@cs.depaul.edu> wrote: > > > > > > > > > > > > > > > > > I think you do > > > > > > > > > > > > > > > > > sudo apt-get install python-imaging > > > > > > > > > > > > > > > > > but I did not try > > > > > > > > > > > > > > > > > On Sep 19, 9:59 pm, Yannick > > > > > > > > > > > > > > > > <ytchatch...@gmail.com> wrote: > > > > > > > > > > > > > > > > > > Good Thanks I'll try to play around with > > > > > > > > > > > > > > > > > it...The installation seem > > > > > > > > > > > > > > > > > easier than Webfaction... > > > > > > > > > > > > > > > > > > My application also use PIL Api for photo... > > > > > > > > > > > > > > > > > Can I easily also install > > > > > > > > > > > > > > > > > PIL on VPS.net ? > > > > > > > > > > > > > > > > > > Thanks, > > > > > > > > > > > > > > > > > Yannick P. > > > > > > > > > > > > > > > > > > On Sep 19, 10:37 pm, mdipierro > > > > > > > > > > > > > > > > > <mdipie...@cs.depaul.edu> wrote: > > > > > > > > > > > > > > > > > > > yes and I could not be happier. > > > > > > > > > > > > > > > > > > > On Sep 19, 9:27 pm, "mr.freeze" > > > > > > > > > > > > > > > > > > <nat...@freezable.com> wrote: > > > > > > > > > > > > > > > > > > > > Massimo uses it for web2py.com I believe. > > > > > > > > > > > > > > > > > > > He made a video:http://vimeo.com/10377947 > > > > > > > > > > > > > > > > > > > > On Sep 19, 9:23 pm, Yannick > > > > > > > > > > > > > > > > > > > <ytchatch...@gmail.com> wrote: > > > > > > > > > > > > > > > > > > > > > Hello All, > > > > > > > > > > > > > > > > > > > > > It's there anyone who use VPS.net as a > > > > > > > > > > > > > > > > > > > > Hosting company ? If Yes can > > > > > > > > > > > > > > > > > > > > you please let me know how to install a > > > > > > > > > > > > > > > > > > > > Web2py application on their > > > > > > > > > > > > > > > > > > > > server using APACHE as webserver ??? > > > > > > > > > > > > > > > > > > > > > Please let me know if you have any > > > > > > > > > > > > > > > > > > > > idea... > > > > > > > > > > > > > > > > > > > > > Thanks in advance, > > > > > > > > > > > > > > > > > > > > > Yannick P.- Hide quoted text - > > > > > > - Show quoted text -