Hi All
I'm trying to set up an external filter on Apache under Linux. It seems to be having an issue trying to run the filter. Permissions on the binary are 755. Apache was installed via a Redhat RPM. Any ideas? Thx. Lance
[Wed Jun 25 22:02:48 2003] [error] [client 10.1.103.152] (13)Permission denied: couldn't create child process to run `/home/morrison/bin/mydeflate'
</IfModule>
ExtFilterDefine mydeflate mode=output cmd=/home/morrison/bin/mydeflate
<Location />
SetOutputFilter mydeflate;deflate
ExtFilterOptions LogStderr DebugLevel=9
Header set Content-Encoding deflate
...
I'm trying to set up an external filter on Apache under Linux. It seems to be having an issue trying to run the filter. Permissions on the binary are 755. Apache was installed via a Redhat RPM. Any ideas? Thx. Lance
[Wed Jun 25 22:02:48 2003] [error] [client 10.1.103.152] (13)Permission denied: couldn't create child process to run `/home/morrison/bin/mydeflate'
</IfModule>
ExtFilterDefine mydeflate mode=output cmd=/home/morrison/bin/mydeflate
<Location />
SetOutputFilter mydeflate;deflate
ExtFilterOptions LogStderr DebugLevel=9
Header set Content-Encoding deflate
...