Hello,
I have configured a local.cfg file for my DSpace application with the
following settings:
jsonCopy code
{ "dspaceUI": "https://dspace.enstp.edu.dz", "dspaceName": "Ecole Nationale
Superieur des Travaux Publics", "dspaceServer":
"https://dspace.enstp.edu.dz/server", "dspaceVersion": "DSpace 7.4", "type":
"root" }
My Apache virtual host configuration file for dspace.enstp.edu.dz is as
follows:
apacheCopy code
<VirtualHost dspace.enstp.edu.dz:443> ServerName dspace.enstp.edu.dz
ProxyPreserveHost On RequestHeader set X-Forwarded-Proto https SSLEngine on
SSLCertificateFile /etc/letsencrypt/live/dspace.enstp.edu.dz/cert.pem
SSLCertificateKeyFile /etc/letsencrypt/live/dspace.enstp.edu.dz/privkey.pem
SSLCertificateChainFile /etc/letsencrypt/live/dspace.enstp.edu.dz/chain.pem
# Make sure this redirection is correct for your configuration ProxyPass
"/" "http://dspace.enstp.edu.dz:4000/" ProxyPassReverse "/"
"http://dspace.enstp.edu.dz:4000/" # Use either AJP or HTTP, not both # For
AJP: ProxyPass /server ajp://localhost:8009/server ProxyPassReverse /server
ajp://localhost:8009/server # For HTTP: ProxyPass /server
http://dspace.enstp.edu.dz:8080/server ProxyPassReverse /server
http://dspace.enstp.edu.dz:8080/server ErrorLog
${APACHE_LOG_DIR}/dspace_error.log CustomLog
${APACHE_LOG_DIR}/dspace_access.log combined </VirtualHost>
However, the SSL frontend of my application is not launching. Does anyone
have any idea what might be wrong with my configuration?
Thanks in advance for your help!"
--
All messages to this mailing list should adhere to the Code of Conduct:
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
---
You received this message because you are subscribed to the Google Groups
"DSpace Community" 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-community/e7a32781-f494-4ba9-b969-a6fe75133b67n%40googlegroups.com.