log_server_status.in revision ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dc
#!@perlbin@
#
# Copyright 2000-2004 Apache Software Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#
# Log Server Status
# Mark J Cox, UK Web Ltd 1996, mark ukweb.com
#
# This script is designed to be run at a frequent interval by something
# like cron. It connects to the server and downloads the status
# information. It reformats the information to a single line and logs
# it to a file. Make sure the directory $wherelog is writable by the
# user who runs this script.
#
sub tcp_connect
{
select(S);
$| = 1;
return "";
}
### Main
{
exit 1;
}
while (<S>) {
}
}