Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnishevent3
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
varnishevent3
Commits
34c1fb12
Commit
34c1fb12
authored
May 27, 2011
by
Poul-Henning Kamp
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
ssh://git.varnish-cache.org/git/varnish-cache
parents
218d4fb0
0c9a575f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
1 deletion
+14
-1
varnishncsa.c
bin/varnishncsa/varnishncsa.c
+1
-1
Makefile.am
doc/sphinx/Makefile.am
+1
-0
Makefile.am
lib/libvmod_std/Makefile.am
+12
-0
No files found.
bin/varnishncsa/varnishncsa.c
View file @
34c1fb12
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
* %q Query string
* %q Query string
* %H Protocol version
* %H Protocol version
*
*
* TODO: -
Log in any format one wants
* TODO: -
Make it possible to grab any request header
* - Maybe rotate/compress log
* - Maybe rotate/compress log
*/
*/
...
...
doc/sphinx/Makefile.am
View file @
34c1fb12
...
@@ -126,6 +126,7 @@ EXTRA_DIST = \
...
@@ -126,6 +126,7 @@ EXTRA_DIST = \
reference/varnish-cli.rst
\
reference/varnish-cli.rst
\
reference/vcl.rst
\
reference/vcl.rst
\
reference/vmod.rst
\
reference/vmod.rst
\
reference/vmod_std.rst
\
tutorial/advanced_backend_servers.rst
\
tutorial/advanced_backend_servers.rst
\
tutorial/advanced_topics.rst
\
tutorial/advanced_topics.rst
\
tutorial/backend_servers.rst
\
tutorial/backend_servers.rst
\
...
...
lib/libvmod_std/Makefile.am
View file @
34c1fb12
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
INCLUDES
=
-I
$(top_srcdir)
/include
-I
$(top_builddir)
/include
INCLUDES
=
-I
$(top_srcdir)
/include
-I
$(top_builddir)
/include
dist_man_MANS
=
vmod_std.3
vmoddir
=
$(pkglibdir)
/vmods
vmoddir
=
$(pkglibdir)
/vmods
vmod_LTLIBRARIES
=
libvmod_std.la
vmod_LTLIBRARIES
=
libvmod_std.la
...
@@ -20,3 +22,13 @@ vcc_if.c vcc_if.h: $(top_srcdir)/lib/libvmod_std/vmod.py $(top_srcdir)/lib/libvm
...
@@ -20,3 +22,13 @@ vcc_if.c vcc_if.h: $(top_srcdir)/lib/libvmod_std/vmod.py $(top_srcdir)/lib/libvm
EXTRA_DIST
=
vmod.py vmod.vcc
EXTRA_DIST
=
vmod.py vmod.vcc
CLEANFILES
=
$(builddir)
/vcc_if.c
$(builddir)
/vcc_if.h
CLEANFILES
=
$(builddir)
/vcc_if.c
$(builddir)
/vcc_if.h
vmod_std.3
:
$(top_srcdir)/doc/sphinx/reference/vmod_std.rst
if
HAVE_RST2MAN
${RST2MAN}
$?
$@
else
@echo
"========================================"
@echo
"You need rst2man installed to make dist"
@echo
"========================================"
@false
endif
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