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
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
.2.11
http://svn.apache.org/repos/asf/apr/apr-util/tags/1.2.10
if you really want to fight with it. From the top level, just
./buildconf to set things up right.
Michael Andrews wrote:
I'm trying to script a download, build, and install the Apache 2.2.6
source. Does anyone know if there is an official
I'm trying to script a download, build, and install the Apache 2.2.6
source. Does anyone know if there is an official svn repository with
tagged src code. I know I can get the development branch out of svn
- but that's not what I really want.
Thanks.