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)

[EMAIL PROTECTED] wrote:




rahed <[EMAIL PROTECTED]> 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: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/




_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to