[Catalyst] FastCgi + Apache problem = execute not allowed
Adam Jacob
adam at stalecoffee.org
Fri Mar 3 18:08:24 CET 2006
On Mar 3, 2006, at 8:42 AM, denis at uzvik.kiev.ua wrote:
> Hi guys,
> I have such apache error log:
>>> FastCGI: invalid (dynamic) server "/home/w3maxip/maxp/script/
>>> maxp_fastcgi.fpl": access for server (uid 99, gid 99) not
>>> allowed: execute not allowed
>
> uid99 = use nobody
> my files are located under user(w3maxip) with uid 32097.
> In Apache httpd.conf part related to virtual host with fastcgi support
> I have dirictives:
>
> User w3maxip
> Group w3maxip
Is the execute bit set on maxp_fastcgi.fpl?
Does uid 99/gid 99 have read and execute permissions on that script?
On /home/w3maxip?
Adam
More information about the Catalyst
mailing list