summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/src/modules/example/mod_example.c
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2006-07-28 14:07:41 +0000
committerhenning <henning@openbsd.org>2006-07-28 14:07:41 +0000
commit5d5960dcd9600e02b0dbad76433833294d2554d1 (patch)
tree0396925b66371213d5c6e32450e139e76889ed05 /usr.sbin/httpd/src/modules/example/mod_example.c
parentavoid printing server built date, we set that to "unknown" anyway (diff)
downloadwireguard-openbsd-5d5960dcd9600e02b0dbad76433833294d2554d1.tar.xz
wireguard-openbsd-5d5960dcd9600e02b0dbad76433833294d2554d1.zip
avoid printing the server built date
Diffstat (limited to 'usr.sbin/httpd/src/modules/example/mod_example.c')
-rw-r--r--usr.sbin/httpd/src/modules/example/mod_example.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/httpd/src/modules/example/mod_example.c b/usr.sbin/httpd/src/modules/example/mod_example.c
index 80ca46a0276..7830c4dfed7 100644
--- a/usr.sbin/httpd/src/modules/example/mod_example.c
+++ b/usr.sbin/httpd/src/modules/example/mod_example.c
@@ -542,8 +542,6 @@ static int example_handler(request_rec *r)
ap_rputs(" <P>\n", r);
ap_rprintf(r, " Apache HTTP Server version: \"%s\"\n",
ap_get_server_version());
- ap_rputs(" <BR>\n", r);
- ap_rprintf(r, " Server built: \"%s\"\n", ap_get_server_built());
ap_rputs(" </P>\n", r);
ap_rputs(" <P>\n", r);
ap_rputs(" The format for the callback trace is:\n", r);