Re: [Personalbackup-users] Gentoo installation
Status: Beta
Brought to you by:
linuxtuxie
From: kku <kk...@el...> - 2005-02-21 12:48:55
|
At 12:19 21/02/2005, you wrote: >On Mon, 2005-02-21 at 11:52 +0100, kku wrote: > > At 11:46 21/02/2005, you wrote: > > >On Mon, 2005-02-21 at 11:16 +0100, kku wrote: > > > > > > > You can only use admin/admin if you select "database" as > authentication > > > method. > > > > > >Or I'm doing something wrong, or it doesn't work. > > > > > >Anyway, the config file points out that the database needs to be used. I > > >can create a new account through the login-screen, but when I try to use > > >it, the screen blanks and returns to the login-screen without any > > >notice. > > >Apache2 acces_log shows me a SESSION for index.cgi. Perhaps I'm missing > > >session support somewhere ... > > > > You only need to make sure you that you have the perl CGI::Session module. > >Is available. > >This is what I get when logging in with an existing account: > > >10.152.31.2 - toni [21/Feb/2005:12:29:59 +0100] "POST /login.cgi >HTTP/1.1" 200 105 "http://backup.ontwerpwetenschappen.ha.be/login.cgi" >"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 >Firefox/1.0" >10.152.31.2 - toni [21/Feb/2005:12:30:01 +0100] "GET /favicon.ico >HTTP/1.1" 404 325 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) >Gecko/20041107 Firefox/1.0" >10.152.31.2 - toni [21/Feb/2005:12:30:01 +0100] >"GET /index.cgi?CGISESSID=479dbd84dfe85105deb67468fa1a80b1 HTTP/1.1" 302 >- "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041107 >Firefox/1.0" >10.152.31.2 - toni [21/Feb/2005:12:30:02 +0100] "GET /login.cgi >HTTP/1.1" 200 1725 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; >rv:1.7.5) Gecko/20041107 Firefox/1.0" >10.152.31.2 - toni [21/Feb/2005:12:30:03 +0100] "GET /favicon.ico >HTTP/1.1" 404 325 "-" "Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) >Gecko/20041107 Firefox/1.0" > > >I'm just redirected to the login.cgi again. > > >Apache2 config: > ><VirtualHost *> > ServerName backup.ontwerpwetenschappen.ha.be > DocumentRoot /var/www/personalbackup ></VirtualHost> > ><Directory /var/www/personalbackup> > AllowOverride AuthConfig > Options ExecCGI > Order allow,deny > Allow from all ></Directory> This seems to be ok. What does /var/log/messages show when you enter the login page ? Regards, LinuxTuxie |