On 2/5/07, Bill Bailey <[EMAIL PROTECTED]> wrote:
ServerName www.resourcepoint.org:80
ServerAlias www.resourcepoint.org:80
again, the port # doesn't belong there, and there's no sense
to defining a ServerAlias the same as the ServerName
# Note that this approach with single argument
# nested in a Location element works just fine
ProxyPass ajp://127.0.0.1:8010/
ProxyPassReverse ajp://127.0.0.1:8010/
Personally I prefer to follow the documentation, even when
something "seems to work" otherwise... :-)
<Connector port="8009"
address="127.0.0.1"
enableLookups="false"
protocol="AJP/1.3"
secure="true"
scheme="https"
proxyName="www.resourcepoint.org"
proxyPort="443" />
+1 on Christopher's comment -- AJP doesn't do https; I would remove
that from this connector and see what happens.
FWIW,
--
Hassan Schroeder ------------------------ [EMAIL PROTECTED]
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]