Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
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
Léo-Paul Géneau
slapos
Commits
17c82b70
Commit
17c82b70
authored
Feb 23, 2012
by
Tatuya Kamada
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the problem that web-checker-utility can not communicate with varnishlog.
parent
f7d02fca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
software/erp5/instance-varnish.cfg
software/erp5/instance-varnish.cfg
+2
-1
software/erp5/software.cfg
software/erp5/software.cfg
+1
-1
No files found.
software/erp5/instance-varnish.cfg
View file @
17c82b70
...
@@ -53,7 +53,8 @@ web-checker-working-directory = $${directory:web-checker}
...
@@ -53,7 +53,8 @@ web-checker-working-directory = $${directory:web-checker}
# for now frontend-url is varnish, it will replace with the real front-end one.
# for now frontend-url is varnish, it will replace with the real front-end one.
frontend-url = $${varnish-instance:ip}:$${varnish-instance:server-port}
frontend-url = $${varnish-instance:ip}:$${varnish-instance:server-port}
wget-binary-path = ${wget:location}/bin/wget
wget-binary-path = ${wget:location}/bin/wget
varnishlog-binary-path = $${varnish-instance:varnishlog-wrapper}
#varnishlog-binary-path = $${varnish-instance:varnishlog-wrapper}
varnishlog-binary-path = $${varnish-instance:varnishlog-binary} -a $${varnish-instance:ip}:$${varnish-instance:server-port} -n $${varnish-instance:varnish-instance-name}
web-checker-log = $${basedirectory:log}/web-checker.log
web-checker-log = $${basedirectory:log}/web-checker.log
[cron]
[cron]
...
...
software/erp5/software.cfg
View file @
17c82b70
...
@@ -143,7 +143,7 @@ mode = 0644
...
@@ -143,7 +143,7 @@ mode = 0644
[template-varnish]
[template-varnish]
recipe = slapos.recipe.template
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-varnish.cfg
url = ${:_profile_base_location_}/instance-varnish.cfg
md5sum =
70fb0ccadf0d6723ddb0fe55a1549ca5
md5sum =
dce0cd5051e065961bdd57af3015b2c1
output = ${buildout:directory}/template-varnish.cfg
output = ${buildout:directory}/template-varnish.cfg
mode = 0644
mode = 0644
...
...
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