[web2py] Re: Regarding running web2py.py on ubuntu

2012-12-20 Thread Massimo Di Pierro
Did you use setup-web2py-ubuntu.sh? In that case web2py is running under 
apache therefore you will only see the apache processes.

Massimo

On Friday, December 21, 2012 12:37:19 AM UTC-6, saransh wrote:

 Hello,

 I have a web2py application running on Ubuntu and when i search for the 
 processes running i cannot find python web2py.py running.
 Why is this so?

 Is there any other way of running web2py on ubuntu other than running 
 web2py.py?

  



-- 





Re: [web2py] Re: Regarding running web2py.py on ubuntu

2012-12-20 Thread Saransh Gupta
I am new to the system.
I need to find out how it is running.
How can i verify if setup-web2py-ubuntu.sh has been used?
Would it be mentioned in apache2 config files?


On Fri, Dec 21, 2012 at 12:24 PM, Massimo Di Pierro 
massimo.dipie...@gmail.com wrote:

 Did you use setup-web2py-ubuntu.sh? In that case web2py is running under
 apache therefore you will only see the apache processes.

 Massimo


 On Friday, December 21, 2012 12:37:19 AM UTC-6, saransh wrote:

 Hello,

 I have a web2py application running on Ubuntu and when i search for the
 processes running i cannot find python web2py.py running.
 Why is this so?

 Is there any other way of running web2py on ubuntu other than running
 web2py.py?



  --





-- 





Re: [web2py] Re: Regarding running web2py.py on ubuntu

2012-12-20 Thread Massimo Di Pierro
when you visit a web page from chrome you can instead the response headers 
and you check which web server is serving pages. Probably you will see 
apache. In this case you should find a reference to web2py in one of the 
apache config file. 

On Friday, 21 December 2012 00:56:37 UTC-6, saransh wrote:

 I am new to the system.
 I need to find out how it is running.
 How can i verify if setup-web2py-ubuntu.sh has been used?
 Would it be mentioned in apache2 config files?


 On Fri, Dec 21, 2012 at 12:24 PM, Massimo Di Pierro 
 massimo@gmail.comjavascript:
  wrote:

 Did you use setup-web2py-ubuntu.sh? In that case web2py is running under 
 apache therefore you will only see the apache processes.

 Massimo


 On Friday, December 21, 2012 12:37:19 AM UTC-6, saransh wrote:

 Hello,

 I have a web2py application running on Ubuntu and when i search for the 
 processes running i cannot find python web2py.py running.
 Why is this so?

 Is there any other way of running web2py on ubuntu other than running 
 web2py.py?

  

  -- 
  
  
  




-- 





Re: [web2py] Re: Regarding running web2py.py on ubuntu

2012-12-20 Thread Saransh Gupta
I figured it out.
Thank you.

This application is using pam-auth() for authentication.
I want to used db instead for the authentication process.
I am unable figure out the login workflow.
Please guide me through it or recommend a tutorial if available for the
same.
It will be of great help.


On Fri, Dec 21, 2012 at 12:48 PM, Massimo Di Pierro 
massimo.dipie...@gmail.com wrote:

 when you visit a web page from chrome you can instead the response headers
 and you check which web server is serving pages. Probably you will see
 apache. In this case you should find a reference to web2py in one of the
 apache config file.


 On Friday, 21 December 2012 00:56:37 UTC-6, saransh wrote:

 I am new to the system.
 I need to find out how it is running.
 How can i verify if setup-web2py-ubuntu.sh has been used?
 Would it be mentioned in apache2 config files?


 On Fri, Dec 21, 2012 at 12:24 PM, Massimo Di Pierro 
 massimo@gmail.com wrote:

 Did you use setup-web2py-ubuntu.sh? In that case web2py is running under
 apache therefore you will only see the apache processes.

 Massimo


 On Friday, December 21, 2012 12:37:19 AM UTC-6, saransh wrote:

 Hello,

 I have a web2py application running on Ubuntu and when i search for the
 processes running i cannot find python web2py.py running.
 Why is this so?

 Is there any other way of running web2py on ubuntu other than running
 web2py.py?



  --





  --





--