[Catalyst] fastcgi configuration problems
Wade.Stuart at fallon.com
Wade.Stuart at fallon.com
Fri Mar 23 18:26:13 GMT 2007
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
More information about the Catalyst
mailing list