> >> > tcp localhost:10030
> >> > tcp *:snpp
> [...]
> > With netstat -lp it looks like *:snpp is associated with apache2 and
> > is using the same pid as *:http and *:https.
>
> If that's so, then there should be a Listen directive in
> httpd.conf or one of the included files. Do a
>
>         grep -r 444 /etc/apache2
>
> 444 is the number associated with snpp.

And you solved it.  I use that port (443 + 1) for a second https
<Location />.  Thank you, I didn't know snpp used 444.

- Grant
-- 
[EMAIL PROTECTED] mailing list

Reply via email to