[PLUG] 'about.config' in Firefox

Doug Davis doug at mindglow.net
Wed Aug 4 18:43:02 UTC 2004


On Aug 4, 2004, at 4:34 PM, Rich Shepard wrote:

> Aug  4 16:28:53 salmo thttpd[9151]: 127.0.0.1 - - "GET 
> /usr/local/sql-ledger/admin.pl HTTP/1.1" 404 0 "" "Mozilla/5.0 (X11; 
> U; Linux i686; en-US; rv:1.6) Gecko/20040207
> Firefox/0.8"
>

So this tells me that your web server thinks that admin.pl should be in 
  /usr/local/sql-ledger/admin.pl but it can't find it there. 404 means 
file not found.. a permissions or could not execute error would be a 
different code. I would guess that you installed sql-ledger elsewhere. 
Do a 'find / -name admin.pl' to find  out where it really is and either 
copy it there or make a symbolic link. The other option is to tell 
thttpd to look in a different place, but I'm afraid I would help more 
with that solution if you were using Apache.
-
Doug Davis

Macintosh for Productivity
Linux for Development
Palm for Mobility
Windows for Solitaire





More information about the PLUG mailing list