My favorites | Sign in
Project Home Wiki Issues Source
Checkout   Browse   Changes    
 
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]
###########################################################

Change log

r52 by scottru on Jun 22, 2008   Diff
added license
Go to: 
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
Powered by Google Project Hosting