Joost de Heer wrote:
If you want to script this, get something like ptree (from the resource
kit) or pskill (from sysinternals) to kill the process.
I just remembered that ptree requires a service to be installed, so drop
that option. pskill is what you want.
Thanks for the advice. That see
7;m currently using Apache 2.0.54. I vauguely remember being able to do
this with Apache 1.3 back in the day, but I might well be remembering
running it on Win9x rather than NT.
Ideally I'd also like to make the console app go into the background
like mySQL's does, but t
Hi folks,
I'm working on a CMS which uses mod_rewrite to dispatch all URLs through
a single script. The original URL isn't included in the destination URL
since the CMS uses REQUEST_URI to get the original URL and decodes it
manually.
While testing the CMS on a Win32 Apache install I noticed