!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" *