
<VirtualHost *:80>
ServerName eowyn.theliguaneaclub.com
ProxyPass / http://localhost:8080/ retry=5
ProxyPassReverse / http://localhost:8080/
RequestHeader set X-Real-IP %{REMOTE_ADDR}s
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
#Redirect permanent / https://eowyn.theliguaneaclub.com/
</VirtualHost>
<VirtualHost *:80>
ServerName eowyn.theliguaneaclub.com
ServerAdmin sysa...@theliguaneaclub.com
# Redirect HTTP to HTTPS
RewriteEngine on
RewriteRule ^(.*)$ https://eowyn.theliguaneaclub.com$1 [L,R=301]
<Location />
Order Allow,deny
Allow from all
</Location>
</VirtualHost>
<VirtualHost *:443>
ServerName eowyn.theliguaneaclub.com
ServerAdmin sysa...@theliguaneaclub.com
ProxyRequests Off
ProxyPreserveHost On
ProxyPass / http://localhost:8080/ retry=5
ProxyPassReverse / http://localhost:8080/
RequestHeader set X-Forwarded-Proto https
RequestHeader set X-Real-IP %{REMOTE_ADDR}s
# SSL Configuration
SSLEngine on
SSLCertificateFile /etc/myssl/server.crt
SSLCertificateKeyFile /etc/myssl/server.key
# SSLCertificateChainFile /etc/letsencrypt/live/eowyn.theliguaneaclub.com/fullchain.pem
<Location />
Order Allow,deny
Allow from all
</Location>
</VirtualHost>Hello Mario,
You may take a look at the following in-progress documentation for Minarca v6.1, which is planned for release around June 2025:
https://nexus.ikus-soft.com/repository/archive/minarca/6.1.0a2/doc/networking.html
The documentation has been improved for better clarity. Your feedback is welcome—please let me know if anything seems missing or unclear.
Regarding the error message showing the URL https://eowyn.theliguaneaclub.com:8080, it seems off. Port 8080 is unusual for HTTPS, as the default port is 443.
Also, are you using self-signed certificates or a private PKI? It's not clear from your apache configuration. Make sure the URL is accessible from your web browser.
--
You received this message because you are subscribed to the Google Groups "Minarca Data Backup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to minarca+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/minarca/CAFjBRNN%3DKnXVj9tPLfKq36Jedy%3DaCRD61M-waoqs%2BV_ojFR3NA%40mail.gmail.com.
To view this discussion visit https://groups.google.com/d/msgid/minarca/0c7e56ae-edaa-4f3b-865e-e408c3041057n%40googlegroups.com.