Re: [EMAIL PROTECTED] Processing config directives from the command line

2007-09-21 Thread Michael Andrews
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

[EMAIL PROTECTED] Processing config directives from the command line

2007-09-21 Thread Michael Andrews
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

Re: [EMAIL PROTECTED] Apache source from svn

2007-09-19 Thread Michael Andrews
.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

[EMAIL PROTECTED] Apache source from svn

2007-09-19 Thread Michael Andrews
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.