Mike Martinet wrote: > > Joshua, > > Ah... > > My development environment is an approximation of a production > environment in that I have a directory set-up which mimics a production > directory hierarchy, but allows me to develop out of a CVS. > Additionally, I was running out of room on /var. So there are oddities > just as you have suggested. > > First: /var/www is actually a symlink to /mnt/hdb/www. > > Second: /mnt/hdb/www/Linktivity/content is a symlink to > /mnt/hdb/WDLinux/WDPerl/wdpl20/content >
I think it would be better if you explicitly set PerlSetVar StateDir /tmp/linktivity_aspstate or some such. The default of .state is only to make it easier to get running with Apache::ASP. Note if /tmp gets deleted on server restart, you might move it to something like /var/linktivity/aspstate instead. I do not think that you not setting StateDir should cause the problems though, and I look forward to the error_log traces on the last version of Apache::ASP that I sent you. --Josh _________________________________________________________________ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com 1-714-625-4051 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
