Re: [mod-security-users] End of file error?
Brought to you by:
victorhora,
zimmerletw
|
From: ffolkes <ff...@ff...> - 2005-07-29 04:02:37
|
I happened to notice that the error was in suexec_log - it said the current user apache was running as didn't have permission to access the script, despite the confusing EOF error. What baffles me is, this is running on a box administered by Plesk, so why are two domains unable to gain permission to run it, while all the others can? Obviously something must be set wrong in my apache configuration, but that's beyond the scope of this mailing list. Thanks. TM Ivan Ristic wrote: > ffolkes wrote: > >> Hello- >> >> I've setup a PHP script to ban offending IPs, but some filters fail >> with this: >> >> Executing command "path/to/my/script" >> File execution failed: End of file found (70014) >> >> Anyone have any ideas why? > > > Does that script create any output to stdout? If not, make > it print something (e.g. one line of text) and let me know if the > problem goes away. > |