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 gluon.main import save_password;
save_password(raw_input('admin password: '),443)"

Running line 1 reproduces this error:
* Restarting web server
apache2
apache2: Could not reliably determine the server's fully qualified
domain name, using 173.255.235.47 for ServerName
[Thu Jan 13 04:55:25 2011] [warn] NameVirtualHost *:80 has no
VirtualHosts
 ... waiting .apache2: Could not reliably determine the server's fully
qualified domain name, using 173.255.235.47 for ServerName
[Thu Jan 13 04:55:27 2011] [warn] NameVirtualHost *:80 has no
VirtualHosts

I fixed something in my etc/hosts file so that when I now ran lines
2-4, I was prompted to enter an admin password.  The admin interface
now works.

So while the admin interface works, I'm left with this other error
caused by restarting Apache.

On Jan 12, 11:01 pm, Felixdm || Augusto Félix Dal Mas
<[email protected]> wrote:
> On Thu, Jan 13, 2011 at 12:40 AM, Chase Lee <[email protected]> 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 <[email protected]> wrote:
> >> 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".
>
> http://groups.google.com/group/web2py/search?group=web2py&q=unable+to...

Reply via email to