]> granicus.if.org Git - apache/commit
Creating the external gzip process fails, because we
authorRainer Jung <rjung@apache.org>
Fri, 20 Mar 2009 17:37:18 +0000 (17:37 +0000)
committerRainer Jung <rjung@apache.org>
Fri, 20 Mar 2009 17:37:18 +0000 (17:37 +0000)
commite6ff006e1f86e3572102e40eec1e507f592cf87c
treeae706b7d7c3a118790df4485b9af4e539435302a
parent8d1012f386bd0ad4ad0b993188cd221d38c4f5ab
Creating the external gzip process fails, because we
call execve() with "gzip" without full path.
Let's look for it in the PATH instead and drop the
passing of the environment. There seems to be no
reason why gzip should need the httpd environment.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@756675 13f79535-47bb-0310-9956-ffa450edef68
modules/metadata/mod_mime_magic.c