#!/bin/sh #------------------------------------------------------------------------------ # squid.cgi - main_squid.cgi - Main OPT CGI for squid # # OPT basiert auf - OPT_SQUID 2.1.7 - 1.1 # von Hermann Strassner (hermann.strassner@web.de) # # - OPT_NEWSQUID 2.0 # von Dominik Egert (fli4l@killus.net) # # Bearbeitet von: - Ingo Winiarski (iwiniarski@gmx.de) # # Last update: $Id$ # #------------------------------------------------------------------------------ myname=`basename $0` . /srv/www/include/cgi-helper show_html_header "OPT_Squid" echo '' echo "

squid is running with PID: " cat /var/run/squid.pid echo "


" echo "" echo "
" echo "" echo " " echo " " echo " " echo "
" echo "
"
echo "squid direct output:"
echo "===================="
echo ""
cat /etc/squid/squid.out
echo "
" echo "
" show_html_footer