mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Apache's status module is an easy way to get information about what
your webserver is doing - at any time, except when you need that information. Because this information is normally gathered via the server-status page, it will be unavailable when the webserver is not responding. The system administrator can restart the daemon and hope to get a glimpse of the server-status page, a tiny clue about what is causing the trouble, before the server gets overloaded again. This project aims at helping the system administrator get his information in crisis situations. WWW: http://fabletech.com/ftasv PR: ports/140003 Submitted by: Sylvio Cesar Teixeira <sylvio at FreeBSD.org>
This commit is contained in:
parent
56801ec952
commit
389cd81fa0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=243942
@ -234,6 +234,7 @@
|
||||
SUBDIR += free-sa-devel
|
||||
SUBDIR += freeway
|
||||
SUBDIR += fswiki
|
||||
SUBDIR += ftasv
|
||||
SUBDIR += g-cows
|
||||
SUBDIR += g-gcl
|
||||
SUBDIR += gaeo
|
||||
|
34
www/ftasv/Makefile
Normal file
34
www/ftasv/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: ftasv
|
||||
# Date created: 2009-10-26
|
||||
# Whom: Sylvio Cesar Teixeira <sylvio@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ftasv
|
||||
PORTVERSION= 0.9.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://fabletech.com/${PORTNAME}-download/
|
||||
|
||||
MAINTAINER= sylvio@FreeBSD.org
|
||||
COMMENT= Is a commandline scoreboard viewer for the Apache server
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/apr-1-config:${PORTSDIR}/devel/apr
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_APACHE= 2.2+
|
||||
|
||||
PLIST_FILES= sbin/ftasv
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
PORTDOCS= AUTHORS COPYING ChangeLog README
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for docs in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
.include <bsd.port.mk>
|
3
www/ftasv/distinfo
Normal file
3
www/ftasv/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (ftasv-0.9.2.tar.gz) = 42147e557cd54f873c4da724e703ecec
|
||||
SHA256 (ftasv-0.9.2.tar.gz) = 25ffe8852cfc0522915e6ff25231401b3826895fcc065ba3c973cb5bcd72a49e
|
||||
SIZE (ftasv-0.9.2.tar.gz) = 104377
|
8
www/ftasv/files/pkg-message.in
Normal file
8
www/ftasv/files/pkg-message.in
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
*******************************************************************************
|
||||
|
||||
See %%DOCSDIR%%/README to know how configure the httpd.conf
|
||||
of your apache.
|
||||
|
||||
*******************************************************************************
|
||||
|
12
www/ftasv/pkg-descr
Normal file
12
www/ftasv/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
Apache's status module is an easy way to get information about what
|
||||
your webserver is doing - at any time, except when you need that
|
||||
information. Because this information is normally gathered via the
|
||||
server-status page, it will be unavailable when the webserver is not responding.
|
||||
The system administrator can restart the daemon and hope to get a glimpse of the
|
||||
server-status page, a tiny clue about what is causing the trouble, before the
|
||||
server gets overloaded again.
|
||||
|
||||
This project aims at helping the system administrator get his information
|
||||
in crisis situations.
|
||||
|
||||
WWW: http://fabletech.com/ftasv
|
Loading…
Reference in New Issue
Block a user