Jeff Trawick wrote:
>
>>> since two days (the latest 2.0.37-dev) the command line option "apache
>>> -k start" seems to be broken: the apache server responds with unkown
>>> option. "Net start apache2" works as before.
>
> A little bird told me the other day that some windows code leaves a
> dummy "" arg on the command-line when it gets back from the
> rewrite_args hook, and that this patch of mine to complain if there is
> extraneous crap on the command-line catches the "". (I cannot confirm
> this diagnosis personally.)
Hi,
thank you.
The last snapshot which worked was from 22.05.2002.
If I change the following line in main.c (introduced since 23.05.2002)
if (rv != APR_EOF || opt->ind < opt->argc) {
back to the previous line
if (rv != APR_EOF) {
all is ok again. I can compile but I don't understand C++:-(
I hope this will be fixed soon.
Juergen