summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorRobert Swiecki <robert@swiecki.net>2018-01-12 05:00:39 +0100
committerRobert Swiecki <robert@swiecki.net>2018-01-12 05:00:39 +0100
commit502e6715e852909417e84e24014cce88e1b2b32d (patch)
tree658b4bb1c51a6a053d4205cc88023185ff529f5d /examples
parent7b19fe55a2a273544b3d840f9a4db5ba8c9e29b5 (diff)
downloadhonggfuzz-502e6715e852909417e84e24014cce88e1b2b32d.tar.gz
examples/apache: ErrorLog to /dev/fd/1
Diffstat (limited to 'examples')
-rw-r--r--examples/apache-httpd/httpd.conf.h12
-rw-r--r--examples/apache-httpd/httpd.conf.h22
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/apache-httpd/httpd.conf.h1 b/examples/apache-httpd/httpd.conf.h1
index 9dc71496..03214339 100644
--- a/examples/apache-httpd/httpd.conf.h1
+++ b/examples/apache-httpd/httpd.conf.h1
@@ -12,7 +12,7 @@ MaxRequestWorkers 20000
ListenBacklog 1023
KeepAliveTimeout 5
HostnameLookups Off
-ErrorLog /tmp/error.log
+ErrorLog /dev/fd/1
LogLevel crit
Listen 127.0.0.1:8080
PidFile /tmp/apache-pid
diff --git a/examples/apache-httpd/httpd.conf.h2 b/examples/apache-httpd/httpd.conf.h2
index 646b8481..10f02eab 100644
--- a/examples/apache-httpd/httpd.conf.h2
+++ b/examples/apache-httpd/httpd.conf.h2
@@ -12,7 +12,7 @@ MaxRequestWorkers 20000
ListenBacklog 1023
KeepAliveTimeout 5
HostnameLookups Off
-ErrorLog /tmp/error.log
+ErrorLog /dev/fd/1
LogLevel crit
Listen 127.0.0.1:8080
PidFile /tmp/apache-pid