Re: Help! Need strategy for upgrading production system!

2000-07-19 Thread Doug Luce
For this sort of thing, I assign a second IP address to the machine, then configure everything to bind to that IP address (making sure the original implementation binds to the first IP address only). For apache and the modules, you can just create separate source directories, and designate a uniq

errno 19 with read() called from a mod_perl script

2000-07-17 Thread Doug Luce
First, the setup: I'm trying to use the Lingua::Ispell module from my script (running Registry under mod_perl). The Ispell module runs the ispell executable as a coprocess via open2(). It then feeds the coprocess some lines of text and reads the responses. And, the problem: After my script st

errno 19 with read() called from a mod_perl script

2000-07-17 Thread Doug Luce
First, the setup: I'm trying to use the Lingua::Ispell module from my script (running under mod_perl Registry). The Ispell module basically starts ispell as a coprocess via open2(), then feeds it some lines of text and reads the responses. After my script starts and kicks off the ispell coproce