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 Third: there is an .htaccess file in content and then symlinks to it in both content/applets and content/webdemo, as well as content/webdemo/recorder and content/webdemo/publicrecorder. Needless to say, there are .state directories in all of the above. ( Do I see a pattern? Is my love of symlinks excessive? Is my understanding of the apache config wrong? ) Nevertheless, the error still occurs in a regular production directory structure which is not stitched together out of symlinks (yet does still use the symlinked .htaccess files). MjM [EMAIL PROTECTED] wrote: > > The error that you are getting is pretty odd. I will send > to you separately my latest 2.35, which is 2.33 with a bug fix, > in which I have added a debug message that will help identify > this problem. Would you install this, reproduce this error, > and send me a trace of your error_log while in Debug -1 please. > > Note, I am hoping that you have this reproducible in a development > environment, as I do not recommend debugging your production code > in this way. If you want to reproduce the problem in development, > but this only happens in production, you might try copying your > StateDir from /mnt/hdb/www/Linktivity/content/webdemo/.state > to your dev StateDir ... I believe the problem lies in your > StateDir data somewhere. > > Also note that having StateDir on a network mount can lead to > problems if not done properly. Please describe how your StateDir > is mounted if it is not done locally, and whether there is a cluster > sharing this mounted StateDir & what network sharing method is used. > > --Josh > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
