Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
http-cache-checker
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gabriel Monnerat
http-cache-checker
Commits
d010cda9
Commit
d010cda9
authored
Jul 12, 2016
by
Gabriel Monnerat
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add configuration to check Web Sites
parent
691ffb0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
0 deletions
+52
-0
website_cachechecker.conf
website_cachechecker.conf
+52
-0
No files found.
website_cachechecker.conf
0 → 100644
View file @
d010cda9
[
web_checker
]
url
=
http
://
example
.
org
working_directory
= /
tmp
/
cachechecker
# debug_level = info
debug_level
=
debug
file_log_path
= /
tmp
/
cachechecker
.
log
# http://labs.omniti.com/people/mark/ats_sa/slides.html#slide-18
traffic_server_cache
=
cMsSfW
cHs
f
[
header_list
]
Last
-
Modified
=
True
Expires
=
True
Vary
=
Cookie
,
Authorization
,
Accept
-
Encoding
Cache
-
Control
=
max
-
age
=
600
,
stale
-
while
-
revalidate
=
360000
,
public
[
no_header
url
=.*]
Set
-
Cookie
=
None
[
no_header
content
-
type
=(
image
/.*|
application
/
vnd
.
ms
-
fontobject
|
application
/
x
-
font
-
woff
|
font
/
truetype
)]
Vary
=
None
[
header
content
-
type
=
image
/.*]
Cache
-
Control
=
max
-
age
=
3600
,
stale
-
if
-
error
=
360000
,
stale
-
while
-
revalidate
=
360000
,
public
[
header
content
-
type
=(
text
/
css
|
text
/
plain
|
application
/
x
-
javascript
|.*/
javascript
|
application
/
vnd
.
ms
-
fontobject
|
application
/
x
-
font
-
woff
|
font
/
truetype
)]
Vary
=
Accept
-
Encoding
Cache
-
Control
=
max
-
age
=
3600
,
stale
-
if
-
error
=
360000
,
stale
-
while
-
revalidate
=
360000
,
public
# Captcha
[
header
url
=(.*/
contactus
$)]
Cache
-
Control
=
max
-
age
=
0
,
no
-
cache
# # IE PDF Bug
[
header
url
=.*
format
=
pdf
]
Cache
-
Control
=
Private
[
header
url
=.*
format
=]
Vary
=
Cookie
,
Authorization
,
Accept
-
Encoding
Cache
-
Control
=
max
-
age
=
600
,
stale
-
while
-
revalidate
=
360000
,
public
[
erp5_extension_list
]
prohibited_folder_name_list
=
web_page_module
document_module
web_site_module
prohibited_file_name_list
=
WebSection_viewAsWeb
Base_viewHistory
Base_download
list
Gabriel Monnerat
@gabriel
·
Jul 12, 2016
Maintainer
@romain
, what do you think?
@romain, what do you think?
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment