-
Notifications
You must be signed in to change notification settings - Fork 1
/
gophermap
36 lines (33 loc) · 1.34 KB
/
gophermap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
!Welcome to Gophernicus!
#
# $ figlet -f chunky Gophernicus
#
_______ __ __
| __|.-----.-----.| |--.-----.----.-----.|__|.----.--.--.-----.
| | || _ | _ || | -__| _| || || __| | |__ --|
|_______||_____| __||__|__|_____|__| |__|__||__||____|_____|_____|
|__|
#
# Shamelessly lifted from Apache 1.3...
#
If you can see this, it means that the installation of Gophernicus
on this system was successful. You may now add content to this
directory and replace this page.
#
# Real-time configuration output (WOO!)
#
Generic information:
=echo " current time...: `date`"
=echo " your ip address: $REMOTE_ADDR"
=echo " server uptime..: `uptime | sed 's/.*up \([^,]*\), .*/\1/' `"
=echo " server version.: $SERVER_VERSION"
=echo " server platform: $SERVER_ARCH"
=echo " description....: $SERVER_DESCRIPTION"
Server configuration:
=echo " config file....: `for FILE in /Library/LaunchDaemons/org.gophernicus.server.plist /boot/common/settings/network/services /etc/xinetd.d/gophernicus /etc/inetd.conf; do if [ -f $FILE ]; then echo $FILE; break; fi; done`"
=echo " server hostname: $SERVER_HOST"
=echo " root directory.: $DOCUMENT_ROOT"
=echo " running as user: `whoami`"
=echo " output charset.: $GOPHER_CHARSET"
=echo " output width...: $COLUMNS characters"
*