Yep. Calling httpd directly worked. I should have tried that. Thanks.
M
On Sep 21, 2007, at 6:09 PM, Sander Temme wrote:
On Sep 21, 2007, at 2:43 PM, Michael Andrews wrote:
I have removed the Listen directive from my config and would like
to set it from the command line. I assume that
On Sep 21, 2007, at 2:43 PM, Michael Andrews wrote:
I have removed the Listen directive from my config and would like
to set it from the command line. I assume that is what the -C/c
flags are for:
% ./apachectl -C "Listen 8080" -k start
I keep getting dumped in to the -help and syntax p
I have removed the Listen directive from my config and would like to
set it from the command line. I assume that is what the -C/c flags
are for:
% ./apachectl -C "Listen 8080" -k start
I keep getting dumped in to the -help and syntax page of httpd. It
does not seem to like the syntax. Wh