[web2py] Re: Deploying web2py on linux (Redhat or others) on cpanel or other ways

2010-09-27 Thread Rahul
Hey Martin, I totally agree with you. I am working out towards achieving that thing. I myself am not comfortable to use different ports. BTW, did you try out my site and app? What ya suggest? Thanks, Rahul On Sep 27, 3:22 pm, "Martin.Mulone" wrote: > I don't recommend to use ports 9090, y

[web2py] Re: Deploying web2py on linux (Redhat or others) on cpanel or other ways

2010-09-27 Thread Martin.Mulone
I don't recommend to use ports 9090, you have to use port 80 in production. If you are testing it's ok On 27 sep, 01:39, Rahul wrote: > By the way, Just curious if anyone was able to access the site and the > application contained using this > url.http://www.flockbird.com:9090/web2py/Flockbird >

[web2py] Re: Deploying web2py on linux (Redhat or others) on cpanel or other ways

2010-09-26 Thread Rahul
By the way, Just curious if anyone was able to access the site and the application contained using this url. http://www.flockbird.com:9090/web2py/Flockbird Please let me know your opinions.. BugBuster is an application and technology demo of web2py I made. This is free for personal use - Login De

[web2py] Re: Deploying web2py on linux (Redhat or others) on cpanel or other ways

2010-09-26 Thread Rahul
By the way, Just curious if anyone was able to access the site and the application contained using this url. http://www.flockbird.com:9090/web2py/Flockbird Please let me know your opinions.. BugBuster is an application and technology demo of web2py I made. This is free for personal use - Login De

[web2py] Re: Deploying web2py on linux (Redhat or others) on cpanel or other ways

2010-09-26 Thread Rahul
Hi All, This solution is far from normal. Its just that I am using it on internet with nohup command, I'll try to get this fixed and try my permutations and combinations for it. For now flockbird is up on http://www.flockbird.com:9090/web2py/Flockbird this port being served by Rocket. I just

[web2py] Re: Deploying web2py on linux (Redhat or others) on cpanel or other ways

2010-09-24 Thread Rahul
All, I did some basic things to run this from scratch with Rocket and it is working like a charm. More details on Monday. Please let me know your feed back on this site below. http://www.flockbird.com:9000/web2py/Flockbird/default/index There is a BugBuster - Bug Tracking application that you

[web2py] Re: Deploying web2py on linux (Redhat or others) on cpanel or other ways

2010-09-24 Thread mdmcginn
Have you tried Massimo's solution? http://groups.google.com/group/web2py/browse_thread/thread/bc29ddd40d441a6d# On Sep 24, 3:52 am, Rahul wrote: > All, >    Can we use Cherokee or Lighttpd instead on a shared host to deploy > the application. If yes, how and which would be the easiest. > > I dont

[web2py] Re: Deploying web2py on linux (Redhat or others) on cpanel or other ways

2010-09-24 Thread Rahul
All, Can we use Cherokee or Lighttpd instead on a shared host to deploy the application. If yes, how and which would be the easiest. I dont mind using it with Rocket either. All I want is to get it up there and running on CPanel - aka - Shared hosting..

[web2py] Re: Deploying web2py on linux (Redhat or others) on cpanel or other ways

2010-09-23 Thread Rahul
FYI, here is my domain and what it is showing now http://www.flockbird.com/ This may help you understand it better Regards, Rahul

[web2py] Re: Deploying web2py on linux (Redhat or others) on cpanel or other ways

2010-09-23 Thread Rahul
Hi All, I am able to see directory listing for my site but its not moving to welcome application The hierarchy now is --public_html --web2py (Folder) |- has .htaccess and dispatch.fcgi Also if I copy ".htaccess" file to public_html folder it gives the below error =

Re: [web2py] Re: Deploying web2py on linux (Redhat or others) on cpanel or other ways

2010-09-21 Thread Jonathan Lundell
On Sep 21, 2010, at 5:32 AM, mdipierro wrote: > > What you see it the output of the web2py function > > redirect(URL('index')) > > so I think it is working. That part is working, but the the underlying problem seems to be that all that stuff is indeed missing from the environment. If you goo

[web2py] Re: Deploying web2py on linux (Redhat or others) on cpanel or other ways

2010-09-21 Thread mdipierro
What you see it the output of the web2py function redirect(URL('index')) so I think it is working. On Sep 21, 3:53 am, Rahul wrote: > I have made the changes as suggested by Jonathan - > changes > e['REMOTE_ADDR'] to e.get('REMOTE_ADDR', 'localhost'), > --- > > now i

[web2py] Re: Deploying web2py on linux (Redhat or others) on cpanel or other ways

2010-09-21 Thread Rahul
I have made the changes as suggested by Jonathan - changes e['REMOTE_ADDR'] to e.get('REMOTE_ADDR', 'localhost'), --- now it does not give me the REMOTE_ADDR Error. It shows the below text.. -bash-3.2$ ./dispatch.fcgi WSGIServer: missing FastCGI param REQUEST_METHOD requ

[web2py] Re: Deploying web2py on linux (Redhat or others) on cpanel or other ways

2010-09-21 Thread Rahul
I have made the changes as suggested by Jonathan - changes e['REMOTE_ADDR'] to e.get('REMOTE_ADDR', 'localhost'), --- now it does not give me the REMOTE_ADDR Error. It shows the below text.. -bash-3.2$ ./dispatch.fcgi WSGIServer: missing FastCGI param REQUEST_METHOD requ

Re: [web2py] Re: Deploying web2py on linux (Redhat or others) on cpanel or other ways

2010-09-20 Thread Jonathan Lundell
On Sep 20, 2010, at 6:25 AM, mdipierro wrote: > > somehow the web server is not settings the environment variable > REMOTE_ADDR that should contain the address of the remote client. Is this possibly normal for fcgi? We could change e['REMOTE_ADDR'] to e.get('REMOTE_ADDR', 'localhost'), like we

[web2py] Re: Deploying web2py on linux (Redhat or others) on cpanel or other ways

2010-09-20 Thread mdipierro
somehow the web server is not settings the environment variable REMOTE_ADDR that should contain the address of the remote client. On Sep 20, 7:49 am, Rahul wrote: > Any Guesses? Still waiting for an answer.. > Also routes.py is mystic for deployment - I have created a new one > from scratch conta

[web2py] Re: Deploying web2py on linux (Redhat or others) on cpanel or other ways

2010-09-20 Thread Rahul
Any Guesses? Still waiting for an answer.. Also routes.py is mystic for deployment - I have created a new one from scratch containing only the below two lines - as mentioned in slice #68 FYI on cpanel I have the below directory structure - $HOME//public_html//web2py also www is a directory that is

[web2py] Re: Deploying web2py on linux (Redhat or others) on cpanel or other ways

2010-09-14 Thread Rahul
I have tried deploying web2py with below method -- on cpanel [http://web2pyslices.com/main/slices/take_slice/76#end] but no success till now. i executed all the steps as descibed and succeeded but what I want to know is - 1- how do i access my application from the web? 2- does it need web2py runnn

[web2py] Re: Deploying web2py on linux (Redhat or others) on cpanel or other ways

2010-09-06 Thread mr.freeze
I think cpanel is still tied to Python 2.4 so this may be more useful: http://groups.google.com/group/web2py/browse_frm/thread/2b7800cfa079ad5f/3c36aab506dae496?#3c36aab506dae496 On Sep 6, 9:39 am, "mr.freeze" wrote: > This may help:http://www.web2pyslices.com/main/slices/take_slice/76 > > On Se

[web2py] Re: Deploying web2py on linux (Redhat or others) on cpanel or other ways

2010-09-06 Thread mr.freeze
This may help: http://www.web2pyslices.com/main/slices/take_slice/76 On Sep 6, 7:31 am, Rahul wrote: > Thanks All, this is all fine. I've read the book but I am not a pro on > deployment so I cant say what impact it would have on existing servers > that are being served by the web service provid

[web2py] Re: Deploying web2py on linux (Redhat or others) on cpanel or other ways

2010-09-06 Thread Rahul
Thanks All, this is all fine. I've read the book but I am not a pro on deployment so I cant say what impact it would have on existing servers that are being served by the web service provider -if any. Although, I'll try it out with him again. Questions of Deployment using CPANEL - 1- Anyone can he

[web2py] Re: Deploying web2py on linux (Redhat or others) on cpanel or other ways

2010-09-03 Thread Martin.Mulone
Use mod_wsgi in production: http://web2py.com/book/default/chapter/11#Apache-setup http://web2py.com/book/default/chapter/11#mod_wsgi On Sep 3, 6:03 am, Rahul wrote: > Hi Kenneth, >          Thank you for getting back so quickly, I think thats right he > was trying to configure it on the same se

[web2py] Re: Deploying web2py on linux (Redhat or others) on cpanel or other ways

2010-09-03 Thread Rahul
Hi Kenneth, Thank you for getting back so quickly, I think thats right he was trying to configure it on the same server on which Apache is already running. It would be great if you could post some ways for the below - @You should serve your web2py application thru Apache, meaning setting u