My favorites
▼
|
Sign in
jiffy-web
Jiffy is an end-to-end real-world web page instrumentation and measurement suite.
Project Home
Wiki
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
ingestor
/
jiffy.httpd.conf
‹r49
r108
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2008 Whitepages.com, Inc. See License.txt for more information.
###########################################################
# Jiffy additions for httpd.conf
###########################################################
# ENV
SetEnvIf Request_URI "^/rx" JIFFY
# Logging
LogFormat "%h %t \"%q\" %>s \"%{Referer}i\" \"%{User-Agent}i\" \"%{Host}i\"" jiffylog
CustomLog logs/jiffy.log jiffylog env=JIFFY
# Rewrites
# This should point to a zero byte file in your DocRoot.
RewriteRule ^/rx /static/rx.txt [L,PT]
###########################################################
Show details
Hide details
Change log
r52
by scottru on Jun 22, 2008
Diff
added license
Go to:
/trunk/ingestor/jiffy.httpd.conf
Project members,
sign in
to write a code review
Older revisions
r49
by jackvalko on Jun 22, 2008
Diff
Added jiffy.httpd.conf edition
All revisions of this file
File info
Size: 580 bytes, 16 lines
View raw file
Powered by
Google Project Hosting