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. Thanks, ^Roman