18 Jan
1999
18 Jan
'99
6:24 p.m.
On 15 Jan 1999, Roman Milner wrote:
Apache/stop has the following:
# If Principia cranked up, kill it and whack its temporary files. if [ -f $dot/../var/Main.pid ]; then kill `cat $dot/../var/Main.pid` rm -f $dot/../var/Main.pid fi
if [ -r $dot/../var/Main.soc ]; then rm -f $dot/../var/Main.soc fi
Shouldn't this be using pcgi.pic and pcgi.soc? I don't have any Main.pid.
Yes, this will be fixed in the next version of Zap. For now changing the file names as you suggested will fix it. We're working hard on changing all the Principia things to Zope things. (Note: These files are determined by your PCGI file, which you can customize to place them anywhere or name them anything). -Michel
Thanks, ^Roman