On Wed, Nov 21, 2001 at 09:22:02AM -0600, Brian P Millett wrote:
> Quick Synopsis of error (apache 2.0):
> Syntax error on line 2 of /opt/apache/conf/mod_webapp.conf:
> Invalid port number (p<1) No "Port" statement found

Oooh, I bet it is related to the change that we committed to set
port to 0 internally to represent that the port for the virtual
server should be the port the connection actually comes in on.
It's now done dynamically by the core at run-time per connection
if port == 0 - which is the default for vhosts.  When the connection
is actually received, the port will be the correct value.

I'll take a gander at compiling webapp and posting a patch.  Can
you verify with gdb or whatnot that wa_cvirtualhost is getting
p=0?  -- justin


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to