[Catalyst] FastCgi + Apache problem = execute not allowed

denis at uzvik.kiev.ua denis at uzvik.kiev.ua
Fri Mar 3 18:45:36 CET 2006


Thanks! It works! I was sure I set chmod +x ......

Btw, what best choice of type of fastcgi on shared hosting?
Currently my virtual part of httpd.conf configured to dynamic type of
fcgi server.
http://search.cpan.org/~mramberg/Catalyst-5.65/lib/Catalyst/Engine/FastCGI.pm#Dynamic_mode


How to restart application if I make change in sources?
I found something about 'Suexec'.
Can someone share experience about restarting cgi server in dynamic
mode with 'Suexec'?






> 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