1
0
Fork 0
gophernicus/gophermap.sample

37 lines
1.5 KiB
Plaintext
Raw Permalink Normal View History

2014-01-25 09:21:40 +00:00
!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 " your ip address: $REMOTE_ADDR"
2020-02-05 07:27:27 +00:00
=echo " server time....: $(date)"
=echo " server uptime..: $(uptime | sed 's/.*up *\([^,]*\), .*/\1/')"
2016-01-01 08:55:49 +00:00
=echo " server version.: $SERVER_VERSION \"$SERVER_CODENAME\""
2014-01-25 09:21:40 +00:00
=echo " server platform: $SERVER_ARCH"
=echo " description....: $SERVER_DESCRIPTION"
Server configuration:
2020-02-05 07:27:27 +00:00
=echo " config file....: $(for FILE in /etc/sysconfig/gophernicus /etc/default/gophernicus /Library/LaunchDaemons/org.gophernicus.server.plist /boot/common/settings/network/services /lib/systemd/system/gophernicus\@.service /etc/xinetd.d/gophernicus /etc/inetd.conf; do if [ -f $FILE ]; then echo $FILE; break; fi; done)"
2014-01-25 09:21:40 +00:00
=echo " server hostname: $SERVER_HOST"
=echo " root directory.: $DOCUMENT_ROOT"
2020-02-05 07:27:27 +00:00
=echo " running as user: $(whoami)"
2014-01-25 09:21:40 +00:00
=echo " output charset.: $GOPHER_CHARSET"
=echo " output width...: $COLUMNS characters"
*