Re: error on login
Sanket Desai <[email protected]>
| Newsgroups | gmane.network.nocat |
|---|---|
| Message-ID | <[email protected]> |
See actually what happens, login page (ofcourse of authserver) is loaded in your browser with some querystring (i.e. parameters). When you try to directly call login script, it doesn't get any parameters and gives the error. regarding directory listing, I don't remeber that I have done anything in apache. It works for me eventhough directory listing is off. Just for confirmation, is your document root set properly i.e. <nocat directory>/htdocs, where <nocat directory> is the directory where you have installed nocat on authserver? regards, Sanket. On 8/17/05, PD <[email protected]> wrote: > Which file (from which directory) will access by gateway (or auth server) > then ? > > If I turn directory listing off, the browser shows "The pages can not be > displayed" since there is no index.html / index.htm file. > > Or... did I miss something during configuration ? > > Regards > > PD > > On 8/17/2005, "Sanket Desai" <[email protected]> wrote: > > >Hi, > > > >I think on your webserver directory listing is on. Just turn it off > >and webserver will no more give directory listing. > > > >Regarding error on login, don't ever try to execute login script > >directly. It should be called with some parameters. So, just turn off > >directory listing. I hope this should solve your problem. > > > >regards, > > > >Sanket. > > > >On 8/17/05, PD <[email protected]> wrote: > >> Hi all, > >> > >> There are several question on Nocat login process. > >> > >> The OS uses is FBSD 5.4 and the firewall used is ipfw2. > >> > >> >From the client PC, when I try to access to somewhere, the gateway > displays > >> all files on /usr/local/gateway/htdocs directories; such as : > >> > >> -------------------- > >> Index of / > >> > >> Name Last modified Size Description > >> > >> Parent Directory 29-May-2005 12:23 - > >> expired.html 29-May-2005 12:23 1k > >> fatal.html 29-May-2005 12:23 1k > >> images/ 29-May-2005 12:23 - > >> login-no-skip.html 29-May-2005 12:23 1k > >> login.html 29-May-2005 12:23 1k > >> login_ok.html 29-May-2005 12:23 1k > >> logout.html 29-May-2005 12:23 1k > >> register.html 29-May-2005 12:23 2k > >> register_ok.html 29-May-2005 12:23 1k > >> renew.html 29-May-2005 12:23 1k > >> renew_pasv.html 29-May-2005 12:23 1k > >> splash.html 29-May-2005 12:23 1k > >> status.html 17-Aug-2005 17:03 1k > >> update.html 29-May-2005 12:23 3k > >> > >> Apache/1.3.33 Server at Gateway.mydomain.Net Port 80 > >> -------------------- > >> > >> How to solve this problem ? > > > >