[Catalyst] fastcgi configuration problems

Ian Docherty catalyst at iandocherty.com
Sat Mar 24 08:19:24 GMT 2007


Wade
Thanks for that advise, I will certainly do so. However I was only 
following the tutorials and installation instructions so perhaps they 
should be updated as well.

Regards
Ian C Docherty (icydee)

Wade.Stuart at fallon.com wrote:
>
>
>
>
> rahed <raherh at gmail.com> wrote on 03/23/2007 10:27:04 AM:
>
>   
>>> <VirtualHost *:80>
>>>     ServerName timesheet.mydomain.com
>>>     Alias / /tmp/timesheet.fcgi
>>> </VirtualHost>
>>>
>>>       
>> I think your Alias should read like this:
>> Alias / /path/to/script/timesheet_fastcgi.pl/
>>
>>     
>
>
> Yes, and to reduce the "ickyness" factor,  move /tmp/timesheet.fcgi to a
> /var/run/timesheet/ directory or some such and lock down the permissions to
> the appropriate user/groups. Many old time (and even newbie) unix guys
> dislike using /tmp or /var/tmp for sockets.
>
>
> /var/run is for application/daemon variable runtime files and sockets.
>
> http://www.pathname.com/fhs/2.2/fhs-5.13.html
>
>
>
> and /tmp is for temp files that get deleted on system reboot.
>
> http://www.pathname.com/fhs/2.2/fhs-3.15.html
>
>
>
> -Wade
>
>
>
> _______________________________________________
> List: Catalyst at lists.rawmode.org
> Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
> Dev site: http://dev.catalyst.perl.org/
>
>
>   




More information about the Catalyst mailing list