Hi I have slightly different settings

first, my Apache and Tomcat run on the same machine so i
have ajp://localhost:8009
then, i have configured the SSL cert only in Apache so all traffic between
Apache and Tomcat goes unencrypted (it's localhost, so no purpose). This
way i dont have <Connector port="8443" part enabled. Similarly i do not
have Connector executor="tomcatThreadPool", im not sure it's needed

On Thu, Jun 6, 2019 at 7:49 PM Chin U. Kim <[email protected]> wrote:

> in HTTPD;
>
> virtualhost :80
> I have redirect permanent to https
>
>
> virtualhost :443
> I have proxypass and proxypassreverse set to ajp://servername:8009/
>
>
> in Server.xml
> <Connector port="8009" enableLookups="false" protocol="AJP/1.3"
> URIEncoding="UTF-8" redirectPort="8443" />
>
> <Connector port="8443" protocol="HTTP/1.1" proxyPort="443"
>                maxThreads="150" SSLEnabled="true" scheme="https"
> secure="true"
>                clientAuth="false" sslProtocol="TLS" />
>
>  <Connector executor="tomcatThreadPool"
>                port="8080" protocol="HTTP/1.1"
>                connectionTimeout="20000"
>                redirectPort="8080" />
>
>  <Connector port="8080" protocol="HTTP/1.1"
>                connectionTimeout="20000"
>                redirectPort="8080"
>                URIEncoding="UTF-8" />
>
>
>
> Does anything seem off or incorrect?
>
>
>
> --
> All messages to this mailing list should adhere to the DuraSpace Code of
> Conduct: https://duraspace.org/about/policies/code-of-conduct/
> ---
> You received this message because you are subscribed to the Google Groups
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/dspace-tech/46edcf77-0124-4feb-8835-6f8eb015ccee%40googlegroups.com
> <https://groups.google.com/d/msgid/dspace-tech/46edcf77-0124-4feb-8835-6f8eb015ccee%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/CALbW1TEL8Xptci8E93s9kgtT8qPwWuzuOf%3DZgLm0MOhQkB5ONQ%40mail.gmail.com.

Reply via email to