ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/HostUpdate/env
Revision: 14
Committed: 2003-11-07T23:04:39-08:00 (21 years, 7 months ago) by Douglas Thrift
File size: 1153 byte(s)
Log Message:
Well the world is still going to hell, along with Linux, FreeBSD seems ok
though.

File Contents

# Content
1 #!/usr/bin/bash
2 # Host Update
3 #
4 # Douglas Thrift
5 #
6 # $Id$
7
8 # perl client env
9 export CONTENT_LENGTH="32"
10 export CONTENT_TYPE="application/x-www-form-urlencoded"
11 export DOCUMENT_ROOT="D:/Apache Group/Apache2/htdocs"
12 export GATEWAY_INTERFACE="CGI/1.1"
13 export HTTP_CONNECTION="TE, close"
14 export HTTP_HOST="douglaspc"
15 export HTTP_TE="deflate,gzip;q=0.3"
16 export HTTP_USER_AGENT="Host Update/1.0 (Windows NT 5.1 x86) libwww-perl/5.68"
17 export QUERY_STRING=""
18 export REMOTE_ADDR="128.111.182.132"
19 export REMOTE_PORT="3373"
20 export REQUEST_METHOD="POST"
21 export REQUEST_URI="/cgi-bin/hostupdate.exe"
22 export SCRIPT_FILENAME="D:/Apache Group/Apache2/cgi-bin/hostupdate.exe"
23 export SCRIPT_NAME="/cgi-bin/hostupdate.exe"
24 export SERVER_ADDR="128.111.182.132"
25 export SERVER_ADMIN="DouglasWTh@myrealbox.com"
26 export SERVER_NAME="douglaspc"
27 export SERVER_PORT="80"
28 export SERVER_PROTOCOL="HTTP/1.1"
29 export SERVER_SIGNATURE="<address>Apache/2.0.48 (Win32) DAV/2 PHP/4.3.1 mod_python/3.0.3 Python/2.2.1 SVN/0.32.1 Server at douglaspc Port 80</address>\n"
30 export SERVER_SOFTWARE="Apache/2.0.48 (Win32) DAV/2 PHP/4.3.1 mod_python/3.0.3 Python/2.2.1 SVN/0.32.1"
31
32 # normal env
33 #?

Properties

Name Value
svn:eol-style native
svn:keywords Id