Right, that's what I thought. You need to add the following: Include /etc/koha/apache-shared-opac-plack.conf above the line that says: Include /etc/koha/apache-shared-opac.conf And Include /etc/koha/apache-shared-intranet-plack.conf above the line that says: Include /etc/koha/apache-shared-intranet.conf Then restart the apache2 service, again. El mar., 20 mar. 2018 a las 11:03, JanM (<jan.michael.mueck@uni-hamburg.de>) escribió:
Ok, gotcha.. I have two files, first:
<IfModule mod_ssl.c>
<VirtualHost *:443>
Include /etc/koha/apache-shared.conf # Include /etc/koha/apache-shared-disable.conf Include /etc/koha/apache-shared-opac.conf
SSLCertificateFile /etc/ssl/certs/.pem SSLCertificateKeyFile /etc/ssl/private/.pem SSLCertificateChainFile /etc/ssl/ca.crt
ServerName myservername
SetEnv KOHA_CONF "/etc/koha/sites/library/koha-conf.xml" SetEnv MEMCACHED_SERVERS "" SetEnv MEMCACHED_NAMESPACE "" AssignUserID library-koha library-koha
ErrorLog /var/log/koha/library/opac-error.log # TransferLog /var/log/koha/library/opac-access.log # RewriteLog /var/log/koha/library/opac-rewrite.log
ServerAdmin xxx@xxx.de
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn
CustomLog ${APACHE_LOG_DIR}/ssl_access.log combined # SSL Engine Switch: # Enable/Disable SSL for this virtual host. SSLEngine on
<FilesMatch "\.(cgi|shtml|phtml|php)$"> SSLOptions +StdEnvVars </FilesMatch> <Directory /usr/lib/cgi-bin> SSLOptions +StdEnvVars </Directory>
BrowserMatch "MSIE [2-6]" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 # MSIE 7 and newer should be able to use keepalive BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown
</VirtualHost>
</IfModule>
second:
<IfModule mod_ssl.c>
<VirtualHost *:8443>
SSLCertificateFile /etc/ssl/certs/.pem SSLCertificateKeyFile /etc/ssl/private/.pem SSLCertificateChainFile /etc/ssl/ca.crt
Include /etc/koha/apache-shared.conf # Include /etc/koha/apache-shared-disable.conf Include /etc/koha/apache-shared-intranet.conf
ServerName myservername
SetEnv KOHA_CONF "/etc/koha/sites/library/koha-conf.xml" SetEnv MEMCACHED_SERVERS "" SetEnv MEMCACHED_NAMESPACE "" AssignUserID library-koha library-koha
ErrorLog /var/log/koha/library/opac-error.log # TransferLog /var/log/koha/library/opac-access.log # RewriteLog /var/log/koha/library/opac-rewrite.log
ServerAdmin xxx@xxx.de
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn
CustomLog ${APACHE_LOG_DIR}/ssl_access.log combined # SSL Engine Switch: # Enable/Disable SSL for this virtual host. SSLEngine on
<FilesMatch "\.(cgi|shtml|phtml|php)$"> SSLOptions +StdEnvVars </FilesMatch> <Directory /usr/lib/cgi-bin> SSLOptions +StdEnvVars </Directory>
BrowserMatch "MSIE [2-6]" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 # MSIE 7 and newer should be able to use keepalive BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown </VirtualHost>
</IfModule>
-- Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
-- Tomás Cohen Arazi Theke Solutions (https://theke.io <http://theke.io/>) ✆ +54 9351 3513384 GPG: B2F3C15F