home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The HTML Web Publisher's Construction Kit
/
HTMLWPCK.ISO
/
unix
/
cgi
/
15_7.sh
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Linux/UNIX/POSIX Shell Script
|
1995-07-11
|
245 b
|
19 lines
#! /bin/sh
#This will add the machine name and browser
#name of a client to a database
LOGPATH="../logs/browser.dat"
echo $REMOTE_HOST $HTTP_USER_AGENT >> $LOGPATH
#now send the status to the browser
echo Status: 204 No Response
echo