[web2py] Re: Error using setup-web2py-ubuntu.sh on Linode

2011-01-14 Thread Chase Lee
cat /etc/hosts 127.0.0.1 localhost 173.255.235.47 viasco cat /etc/hostname viasco That was one of the problems I had before, you're right. It's not the problem now it would seem since I still get the error. Thanks. On Jan 14, 12:05 am, Christopher Steel wrote: > On Jan 13, 11:15 am, Chase Le

[web2py] Re: Error using setup-web2py-ubuntu.sh on Linode

2011-01-13 Thread Christopher Steel
On Jan 13, 11:15 am, Chase Lee wrote: > I believe this script sets the config elsewhere.  Looking at the > script, it's here:  > /etc/apache2/sites-available/default (line 152 > athttp://code.google.com/p/web2py/source/browse/scripts/setup-web2py-ub...) > > I checked the httpd.conf file and it w

[web2py] Re: Error using setup-web2py-ubuntu.sh on Linode

2011-01-13 Thread Chase Lee
I believe this script sets the config elsewhere. Looking at the script, it's here: > /etc/apache2/sites-available/default (line 152 at http://code.google.com/p/web2py/source/browse/scripts/setup-web2py-ubuntu.sh?r=3a6e5603379e5472320154247ac00b3b2a604f4a) I checked the httpd.conf file and it wa

Re: [web2py] Re: Error using setup-web2py-ubuntu.sh on Linode

2011-01-12 Thread Kenneth Lundström
To fix the "Could not realiably determine." you have to add a ServerName line to your Apaches httpd.conf file. Without that Apache does not know what name to use. Kenneth Any post in particular you're pointing to? I looked at several, and they didn't work. At the end of the install scr

[web2py] Re: Error using setup-web2py-ubuntu.sh on Linode

2011-01-12 Thread Chase Lee
Any post in particular you're pointing to? I looked at several, and they didn't work. At the end of the install script are these lines: /etc/init.d/apache2 restart cd /home/www-data/web2py sudo -u www-data python -c "from gluon.widget import console; console();" sudo -u www-data python -c "from g

Re: [web2py] Re: Error using setup-web2py-ubuntu.sh on Linode

2011-01-12 Thread Felixdm || Augusto Félix Dal Mas
On Thu, Jan 13, 2011 at 12:40 AM, Chase Lee wrote: > When I access the domain/admin over https, I get this message: admin > disabled because unable to access password file  =/ > > That'd be nice if I didn't have to worry about the error > > On Jan 12, 10:04 pm, pbreit wrote: >> There's a chan

[web2py] Re: Error using setup-web2py-ubuntu.sh on Linode

2011-01-12 Thread Chase Lee
When I access the domain/admin over https, I get this message: admin disabled because unable to access password file =/ That'd be nice if I didn't have to worry about the error On Jan 12, 10:04 pm, pbreit wrote: > There's a chance that this is just a warning that you don't necessarily need

[web2py] Re: Error using setup-web2py-ubuntu.sh on Linode

2011-01-12 Thread pbreit
There's a chance that this is just a warning that you don't necessarily need to worry about. How are you accessing admin? Make sure you access it either with "https" or "localhost".