The client lacks sufficient authorization

It is allowed but not the recommended/normal.
It can lead to a false sense of configuration.
How does apache handle:

<VirtualHost FQDN1:PORT1>
     ServerName FQDN2:PORT2
     ServerAlias FQDN3:PORT3

How should that be handled?

This gives me the same, if I select 1 in:

1: Apache Web Server plugin - Beta (apache)
2: Spin up a temporary webserver (standalone)
3: Place files in webroot directory (webroot)

If I select webroot there is no error, this works. I guess, the 1. is the default.
Is there something wrong with my Apache Web Server plugin?

I tried:

mkdir /var/www/7fw.de/public_html
certbot certonly --webroot -w /var/www/7fw.de/public_html -d 7fw.de -d www.7fw.de

and choose to renew the certificate, but I still have the same error.

I have the same thing (ServerName voll-qualifizierter-Domainname:port) in other conf files which run in certbot without error.

It may be defined / possible. But it's a source of potential problems.

In the last months, I've never seen such a configuration in this forum.

So it makes things easier if you remove that.

The "default" is found in the last renewal conf:

This seems not up-to-date:

Yes, It is allowed but is all to easy to change one port and forget to change the other and apache will still run but won't do what you think it should be doing.

But how can I update that (Apache Web Server plugin - Beta)?
And still, this canont be the error cause, the other domains are working.

I took out the ports of the conf file for ServerName and ServerAlias but no change after that in the error message.

I would follow instructions that match the O/S and web server from here: https://certbot.eff.org/all-instructions/

That is exactly how I installed it in the first place, about half year ago.

What irritates me is, that in:
/etc/letsencrypt/renewal/7fw.de.conf
(and all the other working domains) the certbot version (?) is mentioned:
version = 0.26.1
But when I command, I get:

#certbot --version
certbot 0.28.0

The renewal file just contains the last version of Certbot used to renew the certificate. If it hasn’t been renewed recently, it might not be the current version of Certbot you have now. It doesn’t necessarily indicate a problem.

That was silly.
I did the correct command now:
certbot certonly --webroot -w /var/www/7fw.de -d 7fw.de -d www.7fw.de
(without that "public_html" dir, which was just an example)
with " Renew & replace the cert" and got no errors. Now in my
/etc/letsencrypt/renewal/7fw.de.conf
I can read:

# renew_before_expiry = 30 days
version = 0.28.0
archive_dir = /etc/letsencrypt/archive/7fw.de
cert = /etc/letsencrypt/live/7fw.de/cert.pem
privkey = /etc/letsencrypt/live/7fw.de/privkey.pem
chain = /etc/letsencrypt/live/7fw.de/chain.pem
fullchain = /etc/letsencrypt/live/7fw.de/fullchain.pem

# Options used in the renewal process
[renewalparams]
authenticator = webroot
account = 25b80607468c31cc0402cd5f29d47ea0
server = https://acme-v02.api.letsencrypt.org/directory
webroot_path = /var/www/7fw.de,
[[webroot_map]]
7fw.de = /var/www/7fw.de
www.7fw.de = /var/www/7fw.de

Furthermore I had still errors in a dry-run of certbot renewal, because I had a second config-file for 7fw.de, the file:
/etc/letsencrypt/renewal/www.7fw.de.conf
which is from my beginnings with LE, when I knew nothing (and not as now only very, very little) about it. I think I thought I had to create another certificate for www.7fw.de, not only for 7fw.de.
So I just deleted it and now the error in the dry-run is gone.

I still dont know why I cannot use authenticator = apache for this domain, but need to use authenticator = webroot but as long as it works, I won't complain :wink:

Thank you everybody for the help!

Btw: I am still a bit clumsy with formatting Markup in this "Discourse" Forum, especially in my first post (which I cannot edit anymore) sorry about it :blush:

1 Like

That was one of my first suspicions, but no, there is none.

If it would not be too much trouble, I would still like for us to review the output of:

This contains all my customers domains, I dont want to do this.

A post was split to a new topic: Problem creating new certificate

Can you mask the unrelated domains and remove any parts that would not overlap - like those sections with names that don’t contain an “*” ? ? ?

Here at last is the output, obfuscated the domains with exampleN.org
BTW, the 7fw.de domain is the example5.org:

/etc/apache2/ports.conf:# have to change the VirtualHost statement in
/etc/apache2/ports.conf:Listen 80
/etc/apache2/ports.conf:    Listen 443
/etc/apache2/ports.conf:#	Listen 443
/etc/apache2/ports.conf:#	Listen 443
/etc/apache2/magic:0	string		Return-Path:	message/rfc822	7bit
/etc/apache2/sites-available/default.new:NameVirtualHost *:80
/etc/apache2/sites-available/default.new:NameVirtualHost *:443
/etc/apache2/sites-available/default.new:# <VirtualHost *:80>
/etc/apache2/sites-available/default.new:# 	ServerAdmin webmaster@localhost
/etc/apache2/sites-available/default.new:# 	DocumentRoot /var/www/example1.org
/etc/apache2/sites-available/default.new:# </VirtualHost>
/etc/apache2/sites-available/default.new:# 	<VirtualHost *:443>
/etc/apache2/sites-available/default.new:# 		ServerAdmin webmaster@localhost
/etc/apache2/sites-available/default.new:# 		DocumentRoot /var/www/example1.org
/etc/apache2/sites-available/default.new:# 		<IfModule mod_rewrite.c>
/etc/apache2/sites-available/default.new:# 			RewriteEngine On
/etc/apache2/sites-available/default.new:# 			RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/default.new:# 			RewriteRule .* - [F]
/etc/apache2/sites-available/default.new:# 	</VirtualHost>
/etc/apache2/sites-available/example2.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example2.org.conf:        ServerName example2.org
/etc/apache2/sites-available/example2.org.conf:		ServerAlias www.example2.org        
/etc/apache2/sites-available/example2.org.conf:        ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example2.org.conf:        DocumentRoot /var/www/example2.org
/etc/apache2/sites-available/example2.org.conf:</VirtualHost>
/etc/apache2/sites-available/example2.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example2.org.conf:		ServerName example2.org:443
/etc/apache2/sites-available/example2.org.conf:		ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example2.org.conf:		ServerAlias www.example2.org:443
/etc/apache2/sites-available/example2.org.conf:		DocumentRoot /var/www/example2.org
/etc/apache2/sites-available/example2.org.conf:		<IfModule mod_rewrite.c>
/etc/apache2/sites-available/example2.org.conf:			RewriteEngine On
/etc/apache2/sites-available/example2.org.conf:			RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example2.org.conf:			RewriteRule .* - [F]
/etc/apache2/sites-available/example2.org.conf:	</VirtualHost>
/etc/apache2/sites-available/example3.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example3.org.conf:        ServerName example3.org   
/etc/apache2/sites-available/example3.org.conf:		ServerAlias www.example3.org     
/etc/apache2/sites-available/example3.org.conf:        ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example3.org.conf:        DocumentRoot /var/www/example3.org/
/etc/apache2/sites-available/example3.org.conf:</VirtualHost>
/etc/apache2/sites-available/example3.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example3.org.conf:		ServerName example3.org:443
/etc/apache2/sites-available/example3.org.conf:		ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example3.org.conf:		DocumentRoot /var/www/example3.org
/etc/apache2/sites-available/example3.org.conf:		<IfModule mod_rewrite.c>
/etc/apache2/sites-available/example3.org.conf:			RewriteEngine On
/etc/apache2/sites-available/example3.org.conf:			RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example3.org.conf:			RewriteRule .* - [F]
/etc/apache2/sites-available/example3.org.conf:	</VirtualHost>
/etc/apache2/sites-available/default.conf:# fcw: 2012-05-23 auskommentiert, weil jetzt schon in ports.conf. Gibt sonst beim Start eine Warnung: [warn] NameVirtualHost *:80 has no VirtualHosts
/etc/apache2/sites-available/default.conf:#NameVirtualHost *:80
/etc/apache2/sites-available/default.conf:#NameVirtualHost *:443
/etc/apache2/sites-available/default.conf:<VirtualHost *:80>
/etc/apache2/sites-available/default.conf:        ServerName 37.120.188.94      
/etc/apache2/sites-available/default.conf:        ServerAdmin webmaster@localhost
/etc/apache2/sites-available/default.conf:        DocumentRoot /var/www/apache2-default
/etc/apache2/sites-available/default.conf:</VirtualHost>
/etc/apache2/sites-available/default.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/default.conf:		ServerName 37.120.188.94:443
/etc/apache2/sites-available/default.conf:		ServerAdmin webmaster@localhost
/etc/apache2/sites-available/default.conf:		DocumentRoot /var/www/apache2-default
/etc/apache2/sites-available/default.conf:	</VirtualHost>
/etc/apache2/sites-available/example4.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example4.org.conf:        ServerName example4.org
/etc/apache2/sites-available/example4.org.conf:        ServerAlias www.example4.org        
/etc/apache2/sites-available/example4.org.conf:        ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example4.org.conf:        DocumentRoot /var/www/example4.org/
/etc/apache2/sites-available/example4.org.conf:</VirtualHost>
/etc/apache2/sites-available/example4.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example4.org.conf:		ServerName example4.org:443
/etc/apache2/sites-available/example4.org.conf:		ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example4.org.conf:		DocumentRoot /var/www/example4.org
/etc/apache2/sites-available/example4.org.conf:		<IfModule mod_rewrite.c>
/etc/apache2/sites-available/example4.org.conf:			RewriteEngine On
/etc/apache2/sites-available/example4.org.conf:			RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example4.org.conf:			RewriteRule .* - [F]
/etc/apache2/sites-available/example4.org.conf:	</VirtualHost>
/etc/apache2/sites-available/example5.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example5.org.conf:        ServerName example5.org
/etc/apache2/sites-available/example5.org.conf:	ServerAlias www.example5.org        
/etc/apache2/sites-available/example5.org.conf:        ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example5.org.conf:        DocumentRoot /var/www/example5.org
/etc/apache2/sites-available/example5.org.conf:        <Directory /var/www/example5.org>
/etc/apache2/sites-available/example5.org.conf:</VirtualHost>
/etc/apache2/sites-available/example5.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example5.org.conf:		ServerName example5.org
/etc/apache2/sites-available/example5.org.conf:		ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example5.org.conf:		ServerAlias www.example5.org
/etc/apache2/sites-available/example5.org.conf:		DocumentRoot /var/www/example5.org
/etc/apache2/sites-available/example5.org.conf:		<IfModule mod_rewrite.c>
/etc/apache2/sites-available/example5.org.conf:			RewriteEngine On
/etc/apache2/sites-available/example5.org.conf:			RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example5.org.conf:			RewriteRule .* - [F]
/etc/apache2/sites-available/example5.org.conf: 		<Directory /var/www/example5.org>
/etc/apache2/sites-available/example5.org.conf:		ServerAlias example5.org
/etc/apache2/sites-available/example5.org.conf:		SSLCertificateFile /etc/letsencrypt/live/example5.org/cert.pem
/etc/apache2/sites-available/example5.org.conf:                SSLCertificateKeyFile /etc/letsencrypt/live/example5.org/privkey.pem
/etc/apache2/sites-available/example5.org.conf:                SSLCertificateChainFile /etc/letsencrypt/live/example5.org/chain.pem
/etc/apache2/sites-available/example5.org.conf:	</VirtualHost>
/etc/apache2/sites-available/example5.org.conf:# RedirectMatch  /svn(.*)$ https://example5.org/svn$1
/etc/apache2/sites-available/example6.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example6.org.conf:        ServerName example6.org
/etc/apache2/sites-available/example6.org.conf:        ServerAlias www.example6.org
/etc/apache2/sites-available/example6.org.conf:        ServerAdmin webmaster@example6.org
/etc/apache2/sites-available/example6.org.conf:        DocumentRoot /var/www/example6.org
/etc/apache2/sites-available/example6.org.conf:</VirtualHost>
/etc/apache2/sites-available/example6.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example6.org.conf:		ServerName example6.org:443
/etc/apache2/sites-available/example6.org.conf:        ServerAlias www.example6.org:443
/etc/apache2/sites-available/example6.org.conf:        ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example6.org.conf:		DocumentRoot /var/www/example6.org
/etc/apache2/sites-available/example6.org.conf:		<IfModule mod_rewrite.c>
/etc/apache2/sites-available/example6.org.conf:			RewriteEngine On
/etc/apache2/sites-available/example6.org.conf:			RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example6.org.conf:			RewriteRule .* - [F]
/etc/apache2/sites-available/example6.org.conf:                ServerAlias example6.org
/etc/apache2/sites-available/example6.org.conf:	</VirtualHost>
/etc/apache2/sites-available/example7.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example7.org.conf:        ServerName example7.org
/etc/apache2/sites-available/example7.org.conf:		ServerAlias www.example7.org
/etc/apache2/sites-available/example7.org.conf:        ServerAdmin admin@example7.org
/etc/apache2/sites-available/example7.org.conf:        DocumentRoot /var/www/example7.org/
/etc/apache2/sites-available/example7.org.conf:</VirtualHost>
/etc/apache2/sites-available/example7.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example7.org.conf:		ServerName example7.org:443
/etc/apache2/sites-available/example7.org.conf:		ServerAlias www.example7.org:443
/etc/apache2/sites-available/example7.org.conf:		ServerAdmin admin@example7.org
/etc/apache2/sites-available/example7.org.conf:		DocumentRoot /var/www/example7.org
/etc/apache2/sites-available/example7.org.conf:		<IfModule mod_rewrite.c>
/etc/apache2/sites-available/example7.org.conf:			RewriteEngine On
/etc/apache2/sites-available/example7.org.conf:			RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example7.org.conf:			RewriteRule .* - [F]
/etc/apache2/sites-available/example7.org.conf:	</VirtualHost>
/etc/apache2/sites-available/example1.org.conf.2018-10-31:<VirtualHost *:80>
/etc/apache2/sites-available/example1.org.conf.2018-10-31:   ServerName example1.org
/etc/apache2/sites-available/example1.org.conf.2018-10-31:   ServerAlias www.example1.org
/etc/apache2/sites-available/example1.org.conf.2018-10-31:   DocumentRoot /var/www/example1.org
/etc/apache2/sites-available/example1.org.conf.2018-10-31:</VirtualHost>
/etc/apache2/sites-available/example1.org.conf.2018-10-31:	<VirtualHost *:443>
/etc/apache2/sites-available/example1.org.conf.2018-10-31:		ServerName example1.org:443
/etc/apache2/sites-available/example1.org.conf.2018-10-31:		ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example1.org.conf.2018-10-31:		ServerAlias www.example1.org:443
/etc/apache2/sites-available/example1.org.conf.2018-10-31:		DocumentRoot /var/www/example1.org
/etc/apache2/sites-available/example1.org.conf.2018-10-31:		<IfModule mod_rewrite.c>
/etc/apache2/sites-available/example1.org.conf.2018-10-31:			RewriteEngine On
/etc/apache2/sites-available/example1.org.conf.2018-10-31:			RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example1.org.conf.2018-10-31:			RewriteRule .* - [F]
/etc/apache2/sites-available/example1.org.conf.2018-10-31:	</VirtualHost>
/etc/apache2/sites-available/example1.org.conf.bak:#<VirtualHost *:80>
/etc/apache2/sites-available/example1.org.conf.bak:#   ServerName example1.org
/etc/apache2/sites-available/example1.org.conf.bak:#   ServerAlias www.example1.org	
/etc/apache2/sites-available/example1.org.conf.bak:#   DocumentRoot /var/www/example1.org
/etc/apache2/sites-available/example1.org.conf.bak:#</VirtualHost>
/etc/apache2/sites-available/example1.org.conf.bak:<VirtualHost *:80>
/etc/apache2/sites-available/example1.org.conf.bak:        ServerName example1.org       
/etc/apache2/sites-available/example1.org.conf.bak:        ServerAdmin webmaster@example1.org
/etc/apache2/sites-available/example1.org.conf.bak:		ServerAlias www.example1.org
/etc/apache2/sites-available/example1.org.conf.bak:        DocumentRoot "/var/www/example1.org"
/etc/apache2/sites-available/example1.org.conf.bak:</VirtualHost>
/etc/apache2/sites-available/example1.org.conf.bak:	<VirtualHost *:443>
/etc/apache2/sites-available/example1.org.conf.bak:		ServerName example1.org:443
/etc/apache2/sites-available/example1.org.conf.bak:		ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example1.org.conf.bak:		ServerAlias www.example1.org:443
/etc/apache2/sites-available/example1.org.conf.bak:		DocumentRoot /var/www/example1.org
/etc/apache2/sites-available/example1.org.conf.bak:		<IfModule mod_rewrite.c>
/etc/apache2/sites-available/example1.org.conf.bak:			RewriteEngine On
/etc/apache2/sites-available/example1.org.conf.bak:			RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example1.org.conf.bak:			RewriteRule .* - [F]
/etc/apache2/sites-available/example1.org.conf.bak:	</VirtualHost>
/etc/apache2/sites-available/example8.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example8.org.conf:        ServerName example8.org
/etc/apache2/sites-available/example8.org.conf:        ServerAlias www.example8.org
/etc/apache2/sites-available/example8.org.conf:        ServerAdmin webmaster@example8.org
/etc/apache2/sites-available/example8.org.conf:        DocumentRoot /var/www/example8.org
/etc/apache2/sites-available/example8.org.conf:	RewriteEngine on
/etc/apache2/sites-available/example8.org.conf:	RewriteCond %{SERVER_NAME} =example8.org [OR]
/etc/apache2/sites-available/example8.org.conf:	RewriteCond %{SERVER_NAME} =www.example8.org:443
/etc/apache2/sites-available/example8.org.conf:	RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
/etc/apache2/sites-available/example8.org.conf:</VirtualHost>
/etc/apache2/sites-available/example8.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example8.org.conf:		ServerName example8.org:443
/etc/apache2/sites-available/example8.org.conf:        ServerAlias www.example8.org:443
/etc/apache2/sites-available/example8.org.conf:        ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example8.org.conf:		DocumentRoot /var/www/example8.org
/etc/apache2/sites-available/example8.org.conf:		<IfModule mod_rewrite.c>
/etc/apache2/sites-available/example8.org.conf:			RewriteEngine On
/etc/apache2/sites-available/example8.org.conf:			RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example8.org.conf:			RewriteRule .* - [F]
/etc/apache2/sites-available/example8.org.conf:                ServerAlias example8.org
/etc/apache2/sites-available/example8.org.conf:	</VirtualHost>
/etc/apache2/sites-available/wiki.example1.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/wiki.example1.org.conf:        ServerName wiki.example1.org       
/etc/apache2/sites-available/wiki.example1.org.conf:        ServerAdmin webmaster@localhost
/etc/apache2/sites-available/wiki.example1.org.conf:	ServerAlias www.wiki.example1.org
/etc/apache2/sites-available/wiki.example1.org.conf:        DocumentRoot /var/www/example1.org/wiki
/etc/apache2/sites-available/wiki.example1.org.conf:</VirtualHost>
/etc/apache2/sites-available/user1.example1.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/user1.example1.org.conf:        ServerName user1.example1.org
/etc/apache2/sites-available/user1.example1.org.conf:        ServerAlias www.user1.example1.org
/etc/apache2/sites-available/user1.example1.org.conf:        ServerAdmin webmaster@user1.example1.org
/etc/apache2/sites-available/user1.example1.org.conf:        DocumentRoot /var/www/user1.example1.org
/etc/apache2/sites-available/user1.example1.org.conf:</VirtualHost>
/etc/apache2/sites-available/user1.example1.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/user1.example1.org.conf:		ServerName user1.example1.org:443
/etc/apache2/sites-available/user1.example1.org.conf:        ServerAlias www.user1.example1.org:443
/etc/apache2/sites-available/user1.example1.org.conf:        ServerAdmin webmaster@localhost
/etc/apache2/sites-available/user1.example1.org.conf:		DocumentRoot /var/www/user1.example1.org
/etc/apache2/sites-available/user1.example1.org.conf:		<IfModule mod_rewrite.c>
/etc/apache2/sites-available/user1.example1.org.conf:			RewriteEngine On
/etc/apache2/sites-available/user1.example1.org.conf:			RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/user1.example1.org.conf:			RewriteRule .* - [F]
/etc/apache2/sites-available/user1.example1.org.conf:	</VirtualHost>
/etc/apache2/sites-available/example9.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example9.org.conf:        ServerName example9.org
/etc/apache2/sites-available/example9.org.conf:		ServerAlias www.example9.org
/etc/apache2/sites-available/example9.org.conf:        ServerAdmin admin@example9.org
/etc/apache2/sites-available/example9.org.conf:        DocumentRoot /var/www/example9.org/
/etc/apache2/sites-available/example9.org.conf:</VirtualHost>
/etc/apache2/sites-available/example9.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example9.org.conf:		ServerName example9.org:443
/etc/apache2/sites-available/example9.org.conf:		ServerAlias www.example9.org:443
/etc/apache2/sites-available/example9.org.conf:		ServerAdmin admin@example9.org
/etc/apache2/sites-available/example9.org.conf:		DocumentRoot /var/www/example9.org
/etc/apache2/sites-available/example9.org.conf:		<IfModule mod_rewrite.c>
/etc/apache2/sites-available/example9.org.conf:			RewriteEngine On
/etc/apache2/sites-available/example9.org.conf:			RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example9.org.conf:			RewriteRule .* - [F]
/etc/apache2/sites-available/example9.org.conf:                ServerAlias example9.org
/etc/apache2/sites-available/example9.org.conf:	</VirtualHost>
/etc/apache2/sites-available/example10.org-le-ssl.conf:<VirtualHost *:443>
/etc/apache2/sites-available/example10.org-le-ssl.conf:        ServerName example10.org
/etc/apache2/sites-available/example10.org-le-ssl.conf:        ServerAlias www.example10.org

Hope that is readable.
And when I try to post all that outpout I get a:

Body is limited to 32000 characters; you entered 40321.

so I continute in another post…

…here it goes:

/etc/apache2/sites-available/example10.org-le-ssl.conf:        ServerAdmin webmaster@example10.org
/etc/apache2/sites-available/example10.org-le-ssl.conf:        DocumentRoot /var/www/example10.org
/etc/apache2/sites-available/example10.org-le-ssl.conf:</VirtualHost>
/etc/apache2/sites-available/example11.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example11.org.conf:        ServerName example11.org        
/etc/apache2/sites-available/example11.org.conf:        ServerAlias www.example11.org
/etc/apache2/sites-available/example11.org.conf:        ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example11.org.conf:        DocumentRoot /var/www/example11.org/
/etc/apache2/sites-available/example11.org.conf:</VirtualHost>
/etc/apache2/sites-available/example11.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example11.org.conf:		ServerName example11.org:443
/etc/apache2/sites-available/example11.org.conf:		ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example11.org.conf:		DocumentRoot /var/www/example11.org
/etc/apache2/sites-available/example11.org.conf:		<IfModule mod_rewrite.c>
/etc/apache2/sites-available/example11.org.conf:			RewriteEngine On
/etc/apache2/sites-available/example11.org.conf:			RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example11.org.conf:			RewriteRule .* - [F]
/etc/apache2/sites-available/example11.org.conf:							ServerAlias example11.org
/etc/apache2/sites-available/example11.org.conf:</VirtualHost>
/etc/apache2/sites-available/example8.org-le-ssl.conf:<VirtualHost *:443>
/etc/apache2/sites-available/example8.org-le-ssl.conf:        ServerName example8.org
/etc/apache2/sites-available/example8.org-le-ssl.conf:        ServerAlias www.example8.org
/etc/apache2/sites-available/example8.org-le-ssl.conf:        ServerAdmin webmaster@example8.org
/etc/apache2/sites-available/example8.org-le-ssl.conf:        DocumentRoot /var/www/example8.org
/etc/apache2/sites-available/example8.org-le-ssl.conf:	RewriteEngine on
/etc/apache2/sites-available/example8.org-le-ssl.conf:# Some rewrite rules in this file were disabled on your HTTPS site,
/etc/apache2/sites-available/example8.org-le-ssl.conf:# 	RewriteCond %{SERVER_NAME} =example8.org [OR]
/etc/apache2/sites-available/example8.org-le-ssl.conf:# 	RewriteCond %{SERVER_NAME} =www.example8.org:443
/etc/apache2/sites-available/example8.org-le-ssl.conf:# 	RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
/etc/apache2/sites-available/example8.org-le-ssl.conf:</VirtualHost>
/etc/apache2/sites-available/webmail.example1.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/webmail.example1.org.conf:        ServerName webmail.example1.org        
/etc/apache2/sites-available/webmail.example1.org.conf:        ServerAdmin admin@example1.org
/etc/apache2/sites-available/webmail.example1.org.conf:        ServerAlias webmail.example5.org webmail.example3.org webmail.example11.org webmail.example14.org webmail.example4.org webmail.example8.org
/etc/apache2/sites-available/webmail.example1.org.conf:	DocumentRoot /var/www/roundcubemail
/etc/apache2/sites-available/webmail.example1.org.conf:</VirtualHost>
/etc/apache2/sites-available/webmail.example1.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/webmail.example1.org.conf:        ServerName webmail.example1.org:443        
/etc/apache2/sites-available/webmail.example1.org.conf:        ServerAdmin admin@example1.org
/etc/apache2/sites-available/webmail.example1.org.conf:	ServerAlias webmail.example5.org webmail.example3.org webmail.example11.org webmail.example14.org webmail.example4.org webmail.example8.org
/etc/apache2/sites-available/webmail.example1.org.conf:        DocumentRoot /var/www/roundcubemail
/etc/apache2/sites-available/webmail.example1.org.conf:		<IfModule mod_rewrite.c>
/etc/apache2/sites-available/webmail.example1.org.conf:			RewriteEngine On
/etc/apache2/sites-available/webmail.example1.org.conf:			RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/webmail.example1.org.conf:			RewriteRule .* - [F]
/etc/apache2/sites-available/webmail.example1.org.conf:                ServerAlias webmail.example1.org
/etc/apache2/sites-available/webmail.example1.org.conf:	</VirtualHost>
/etc/apache2/sites-available/example5.org-le-ssl.conf:<VirtualHost *:443>
/etc/apache2/sites-available/example5.org-le-ssl.conf:        ServerName example5.org
/etc/apache2/sites-available/example5.org-le-ssl.conf:		ServerAlias www.example5.org        
/etc/apache2/sites-available/example5.org-le-ssl.conf:        ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example5.org-le-ssl.conf:        DocumentRoot /var/www/example5.org
/etc/apache2/sites-available/example5.org-le-ssl.conf:        <Directory /var/www/example5.org>
/etc/apache2/sites-available/example5.org-le-ssl.conf:SSLCertificateFile /etc/letsencrypt/live/example5.org/cert.pem
/etc/apache2/sites-available/example5.org-le-ssl.conf:SSLCertificateKeyFile /etc/letsencrypt/live/example5.org/privkey.pem
/etc/apache2/sites-available/example5.org-le-ssl.conf:SSLCertificateChainFile /etc/letsencrypt/live/example5.org/chain.pem
/etc/apache2/sites-available/example5.org-le-ssl.conf:</VirtualHost>
/etc/apache2/sites-available/example5.org-le-ssl.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example5.org-le-ssl.conf:        ServerName example5.org
/etc/apache2/sites-available/example5.org-le-ssl.conf:		ServerAlias www.example5.org        
/etc/apache2/sites-available/example5.org-le-ssl.conf:        ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example5.org-le-ssl.conf:        DocumentRoot /var/www/example5.org
/etc/apache2/sites-available/example5.org-le-ssl.conf:        <Directory /var/www/example5.org>
/etc/apache2/sites-available/example5.org-le-ssl.conf:</VirtualHost>
/etc/apache2/sites-available/example12.org.conf:# 2014-03-16 auf example5.org/contao gesetzt (testweise)
/etc/apache2/sites-available/example12.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example12.org.conf:        ServerName example12.org
/etc/apache2/sites-available/example12.org.conf:        ServerAlias www.example12.org
/etc/apache2/sites-available/example12.org.conf:        ServerAdmin webmaster@example12.org
/etc/apache2/sites-available/example12.org.conf:        DocumentRoot /var/www/example5.org/contao
/etc/apache2/sites-available/example12.org.conf:        <Directory /var/www/example5.org/contao>
/etc/apache2/sites-available/example12.org.conf:</VirtualHost>
/etc/apache2/sites-available/example12.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example12.org.conf:		ServerName example12.org:443
/etc/apache2/sites-available/example12.org.conf:        ServerAlias www.example12.org:443
/etc/apache2/sites-available/example12.org.conf:        ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example12.org.conf:		DocumentRoot /var/www/example5.org/contao
/etc/apache2/sites-available/example12.org.conf:		<IfModule mod_rewrite.c>
/etc/apache2/sites-available/example12.org.conf:			RewriteEngine On
/etc/apache2/sites-available/example12.org.conf:			RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example12.org.conf:			RewriteRule .* - [F]
/etc/apache2/sites-available/example12.org.conf:	</VirtualHost>
/etc/apache2/sites-available/example10.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example10.org.conf:        ServerName example10.org
/etc/apache2/sites-available/example10.org.conf:        ServerAlias www.example10.org
/etc/apache2/sites-available/example10.org.conf:        ServerAdmin webmaster@example10.org
/etc/apache2/sites-available/example10.org.conf:        DocumentRoot /var/www/example10.org
/etc/apache2/sites-available/example10.org.conf:</VirtualHost>
/etc/apache2/sites-available/example10.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example10.org.conf:		ServerName example10.org:443
/etc/apache2/sites-available/example10.org.conf:        ServerAlias www.example10.org:443
/etc/apache2/sites-available/example10.org.conf:        ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example10.org.conf:		DocumentRoot /var/www/example10.org
/etc/apache2/sites-available/example10.org.conf:		<IfModule mod_rewrite.c>
/etc/apache2/sites-available/example10.org.conf:			RewriteEngine On
/etc/apache2/sites-available/example10.org.conf:			RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example10.org.conf:			RewriteRule .* - [F]
/etc/apache2/sites-available/example10.org.conf:                ServerAlias example10.org
/etc/apache2/sites-available/example10.org.conf:	</VirtualHost>
/etc/apache2/sites-available/example13.org.conf:# 2014-03-16 auf example5.org/contao gesetzt (testweise)
/etc/apache2/sites-available/example13.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example13.org.conf:        ServerName example13.org
/etc/apache2/sites-available/example13.org.conf:        ServerAlias www.example13.org
/etc/apache2/sites-available/example13.org.conf:        ServerAdmin webmaster@example13.org
/etc/apache2/sites-available/example13.org.conf:        DocumentRoot /var/www/example5.org/contao
/etc/apache2/sites-available/example13.org.conf:        <Directory /var/www/example5.org/contao>
/etc/apache2/sites-available/example13.org.conf:</VirtualHost>
/etc/apache2/sites-available/example13.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example13.org.conf:		ServerName example13.org:443
/etc/apache2/sites-available/example13.org.conf:        ServerAlias www.example13.org:443
/etc/apache2/sites-available/example13.org.conf:        ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example13.org.conf:		DocumentRoot /var/www/example5.org/contao
/etc/apache2/sites-available/example13.org.conf:		<IfModule mod_rewrite.c>
/etc/apache2/sites-available/example13.org.conf:			RewriteEngine On
/etc/apache2/sites-available/example13.org.conf:			RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example13.org.conf:			RewriteRule .* - [F]
/etc/apache2/sites-available/example13.org.conf:## 		<Directory /var/www/example5.org/contao>
/etc/apache2/sites-available/example13.org.conf:	</VirtualHost>
/etc/apache2/sites-available/_template.new:<VirtualHost *:80>
/etc/apache2/sites-available/_template.new:        ServerName example.org
/etc/apache2/sites-available/_template.new:        ServerAlias www.example.org
/etc/apache2/sites-available/_template.new:        ServerAdmin webmaster@example.org
/etc/apache2/sites-available/_template.new:        DocumentRoot /var/www/example.org
/etc/apache2/sites-available/_template.new:</VirtualHost>
/etc/apache2/sites-available/_template.new:	<VirtualHost *:443>
/etc/apache2/sites-available/_template.new:		ServerName example.org:443
/etc/apache2/sites-available/_template.new:        ServerAlias www.example.org:443
/etc/apache2/sites-available/_template.new:        ServerAdmin webmaster@localhost
/etc/apache2/sites-available/_template.new:		DocumentRoot /var/www/example.org
/etc/apache2/sites-available/_template.new:		<IfModule mod_rewrite.c>
/etc/apache2/sites-available/_template.new:			RewriteEngine On
/etc/apache2/sites-available/_template.new:			RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/_template.new:			RewriteRule .* - [F]
/etc/apache2/sites-available/_template.new:	</VirtualHost>
/etc/apache2/sites-available/example14.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example14.org.conf:        ServerName example14.org
/etc/apache2/sites-available/example14.org.conf:		ServerAlias www.example14.org        
/etc/apache2/sites-available/example14.org.conf:        ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example14.org.conf:        DocumentRoot /var/www/example14.org/
/etc/apache2/sites-available/example14.org.conf:</VirtualHost>
/etc/apache2/sites-available/example14.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example14.org.conf:		ServerName example14.org:443
/etc/apache2/sites-available/example14.org.conf:		ServerAlias www.example14.org:443
/etc/apache2/sites-available/example14.org.conf:		ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example14.org.conf:		DocumentRoot /var/www/example14.org
/etc/apache2/sites-available/example14.org.conf:		<IfModule mod_rewrite.c>
/etc/apache2/sites-available/example14.org.conf:			RewriteEngine On
/etc/apache2/sites-available/example14.org.conf:			RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example14.org.conf:			RewriteRule .* - [F]
/etc/apache2/sites-available/example14.org.conf:	</VirtualHost>
/etc/apache2/sites-available/example15.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example15.org.conf:        ServerName example15.org
/etc/apache2/sites-available/example15.org.conf:        ServerAlias www.example15.org
/etc/apache2/sites-available/example15.org.conf:        ServerAdmin webmaster@example15.org
/etc/apache2/sites-available/example15.org.conf:        DocumentRoot /var/www/example15.org
/etc/apache2/sites-available/example15.org.conf:</VirtualHost>
/etc/apache2/sites-available/example15.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example15.org.conf:		ServerName example15.org:443
/etc/apache2/sites-available/example15.org.conf:        ServerAlias www.example15.org:443
/etc/apache2/sites-available/example15.org.conf:        ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example15.org.conf:		DocumentRoot /var/www/example15.org
/etc/apache2/sites-available/example15.org.conf:		<IfModule mod_rewrite.c>
/etc/apache2/sites-available/example15.org.conf:			RewriteEngine On
/etc/apache2/sites-available/example15.org.conf:			RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example15.org.conf:			RewriteRule .* - [F]
/etc/apache2/sites-available/example15.org.conf:	</VirtualHost>
/etc/apache2/sites-available/example1.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example1.org.conf:   ServerName example1.org
/etc/apache2/sites-available/example1.org.conf:   ServerAlias www.example1.org
/etc/apache2/sites-available/example1.org.conf:   DocumentRoot /var/www/example1.org
/etc/apache2/sites-available/example1.org.conf:</VirtualHost>
/etc/apache2/sites-available/example1.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example1.org.conf:		ServerName example1.org:443
/etc/apache2/sites-available/example1.org.conf:		ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example1.org.conf:		ServerAlias www.example1.org:443
/etc/apache2/sites-available/example1.org.conf:		DocumentRoot /var/www/example1.org
/etc/apache2/sites-available/example1.org.conf:		<IfModule mod_rewrite.c>
/etc/apache2/sites-available/example1.org.conf:			RewriteEngine On
/etc/apache2/sites-available/example1.org.conf:			RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example1.org.conf:			RewriteRule .* - [F]
/etc/apache2/sites-available/example1.org.conf:ServerAlias example1.org
/etc/apache2/sites-available/example1.org.conf:</VirtualHost>
/etc/apache2/sites-available/example16.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example16.org.conf:        ServerName example16.org
/etc/apache2/sites-available/example16.org.conf:		ServerAlias www.example16.org        
/etc/apache2/sites-available/example16.org.conf:        ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example16.org.conf:        DocumentRoot /var/www/example16.org
/etc/apache2/sites-available/example16.org.conf:</VirtualHost>
/etc/apache2/sites-available/example16.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example16.org.conf:		ServerName example16.org:443
/etc/apache2/sites-available/example16.org.conf:		ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example16.org.conf:		ServerAlias www.example16.org:443
/etc/apache2/sites-available/example16.org.conf:		DocumentRoot /var/www/example16.org
/etc/apache2/sites-available/example16.org.conf:		<IfModule mod_rewrite.c>
/etc/apache2/sites-available/example16.org.conf:			RewriteEngine On
/etc/apache2/sites-available/example16.org.conf:			RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/example16.org.conf:			RewriteRule .* - [F]
/etc/apache2/sites-available/example16.org.conf:	</VirtualHost>
/etc/apache2/sites-available/squirrelmail.example1.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/squirrelmail.example1.org.conf:        ServerName squirrelmail.example1.org        
/etc/apache2/sites-available/squirrelmail.example1.org.conf:        ServerAdmin admin@example1.org
/etc/apache2/sites-available/squirrelmail.example1.org.conf:		ServerAlias squirrelmail.example2.org squirrelmail.example5.org squirrelmail.example16.org squirrelmail.example14.org squirrelmail.example11.org squirrelmail.example4.org squirrelmail.example3.org
/etc/apache2/sites-available/squirrelmail.example1.org.conf:        DocumentRoot /usr/share/squirrelmail
/etc/apache2/sites-available/squirrelmail.example1.org.conf:</VirtualHost>
/etc/apache2/sites-available/squirrelmail.example1.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/squirrelmail.example1.org.conf:        ServerName squirrelmail.example1.org:443        
/etc/apache2/sites-available/squirrelmail.example1.org.conf:        ServerAdmin admin@example1.org
/etc/apache2/sites-available/squirrelmail.example1.org.conf:		ServerAlias squirrelmail.example2.org squirrelmail.example5.org squirrelmail.example16.org squirrelmail.example14.org squirrelmail.example11.org squirrelmail.example4.org squirrelmail.example3.org
/etc/apache2/sites-available/squirrelmail.example1.org.conf:        DocumentRoot /usr/share/squirrelmail
/etc/apache2/sites-available/squirrelmail.example1.org.conf:		<IfModule mod_rewrite.c>
/etc/apache2/sites-available/squirrelmail.example1.org.conf:			RewriteEngine On
/etc/apache2/sites-available/squirrelmail.example1.org.conf:			RewriteCond %{REQUEST_METHOD} ^TRACE
/etc/apache2/sites-available/squirrelmail.example1.org.conf:			RewriteRule .* - [F]
/etc/apache2/sites-available/squirrelmail.example1.org.conf:                ServerAlias squirrelmail.example1.org
/etc/apache2/sites-available/squirrelmail.example1.org.conf:	</VirtualHost>
/etc/apache2/sites-available/owncloud.conf:  XSendFilePath /var/www/example5.org
/etc/apache2/sites-available/example11.org-le-ssl.conf:<VirtualHost *:443>
/etc/apache2/sites-available/example11.org-le-ssl.conf:        ServerName example11.org        
/etc/apache2/sites-available/example11.org-le-ssl.conf:        ServerAlias www.example11.org
/etc/apache2/sites-available/example11.org-le-ssl.conf:        ServerAdmin webmaster@localhost
/etc/apache2/sites-available/example11.org-le-ssl.conf:        DocumentRoot /var/www/example11.org/
/etc/apache2/sites-available/example11.org-le-ssl.conf:</VirtualHost>
/etc/apache2/sites-available/ssl:NameVirtualHost *:443
/etc/apache2/sites-available/default-ssl:#<VirtualHost _default_:443>
/etc/apache2/sites-available/default-ssl:<VirtualHost *:443>
/etc/apache2/sites-available/default-ssl:	ServerAdmin webmaster@localhost
/etc/apache2/sites-available/default-ssl:	DocumentRoot /var/www
/etc/apache2/sites-available/default-ssl:</VirtualHost>
/etc/apache2/mods-available/dav_svn.conf:# Note, a literal /svn should NOT exist in your document root.
/etc/apache2/mods-available/jk.conf:    # Of course you can also do it with mod_rewrite.
/etc/apache2/mods-available/jk.conf:    # If you are using VirtualHost elements, you
/etc/apache2/mods-available/jk.conf:    # - can put mounts only used in some virtual host into its VirtualHost element 
/etc/apache2/mods-available/jk.conf:    # - can copy all global mounts to it using "JkMountCopy On" inside the VirtualHost
/etc/apache2/mods-available/rewrite.load:LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so
/etc/apache2/mods-available/cache_disk.conf:	CacheRoot /var/cache/apache2/mod_cache_disk
/etc/apache2/mods-available/userdir.conf:	UserDir disabled root
/etc/apache2/mods-available/status.conf:	# with the URL of http://servername/server-status
/etc/apache2/mods-available/info.conf:	#  http://servername/server-info (requires that mod_info.c be loaded).
/etc/apache2/apache2.conf:#   supposed to determine listening ports for incoming connections which can be
/etc/apache2/apache2.conf:# ServerRoot: The top of the directory tree under which the server's
/etc/apache2/apache2.conf:#ServerRoot "/etc/apache2"
/etc/apache2/apache2.conf:# If you do not specify an ErrorLog directive within a <VirtualHost>
/etc/apache2/apache2.conf:# logged here.  If you *do* define an error logfile for a <VirtualHost>
/etc/apache2/apache2.conf:# Include list of ports to listen on
/etc/apache2/apache2.conf:# not allow access to the root filesystem outside of /usr/share and /var/www.
/etc/apache2/conf-available/other-vhosts-access-log.conf:# Define an access log for VirtualHosts that don't define their own logfile
/etc/apache2/conf-available/security.conf:# This directive configures what you return as the Server HTTP response
/etc/apache2/conf-available/security.conf:# Set to "EMail" to also include a mailto: link to the ServerAdmin.
/etc/apache2/conf-available/security.conf:# If you use version control systems in your document root, you should
/etc/apache2/conf-available/owncloud.conf.old:    XSendFilePath /var/www/example5.org
/etc/apache2/conf-available/owncloud.conf:    XSendFilePath /var/www/example5.org
/etc/apache2/conf-available/localized-error-pages.conf:# even on a per-VirtualHost basis.  If you include the Alias in the global server
/etc/apache2/conf-available/localized-error-pages.conf:# ServerAdmin email address regardless of the setting of ServerSignature.

Please show which files are actually being loaded (included):
grep -Ei include /etc/apache2/*
ls -l /etc/apache2/sites-enabled/

In the interim….
These are conflicting:

/etc/apache2/sites-available/example5.org.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example5.org.conf:        ServerName example5.org
/etc/apache2/sites-available/example5.org.conf:	ServerAlias www.example5.org        
/etc/apache2/sites-available/example5.org.conf:        <Directory /var/www/example5.org>
/etc/apache2/sites-available/example5.org.conf:</VirtualHost>

/etc/apache2/sites-available/example5.org-le-ssl.conf:<VirtualHost *:80>
/etc/apache2/sites-available/example5.org-le-ssl.conf:        ServerName example5.org
/etc/apache2/sites-available/example5.org-le-ssl.conf:		ServerAlias www.example5.org        
/etc/apache2/sites-available/example5.org-le-ssl.conf:        <Directory /var/www/example5.org>
/etc/apache2/sites-available/example5.org-le-ssl.conf:</VirtualHost>

These are conflicting:

/etc/apache2/sites-available/example5.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example5.org.conf:		ServerName example5.org
/etc/apache2/sites-available/example5.org.conf:		ServerAlias www.example5.org
/etc/apache2/sites-available/example5.org.conf: 		<Directory /var/www/example5.org>
/etc/apache2/sites-available/example5.org.conf:		ServerAlias example5.org
/etc/apache2/sites-available/example5.org.conf:	</VirtualHost>

/etc/apache2/sites-available/example5.org-le-ssl.conf:<VirtualHost *:443>
/etc/apache2/sites-available/example5.org-le-ssl.conf:        ServerName example5.org
/etc/apache2/sites-available/example5.org-le-ssl.conf:		ServerAlias www.example5.org        
/etc/apache2/sites-available/example5.org-le-ssl.conf:        <Directory /var/www/example5.org>
/etc/apache2/sites-available/example5.org-le-ssl.conf:</VirtualHost>

These are conflicting:

/etc/apache2/sites-available/example8.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example8.org.conf:		ServerName example8.org:443
/etc/apache2/sites-available/example8.org.conf:        ServerAlias www.example8.org:443
/etc/apache2/sites-available/example8.org.conf:                ServerAlias example8.org
/etc/apache2/sites-available/example8.org.conf:	</VirtualHost>

/etc/apache2/sites-available/example8.org-le-ssl.conf:<VirtualHost *:443>
/etc/apache2/sites-available/example8.org-le-ssl.conf:        ServerName example8.org
/etc/apache2/sites-available/example8.org-le-ssl.conf:        ServerAlias www.example8.org
/etc/apache2/sites-available/example8.org-le-ssl.conf:	RewriteEngine on
/etc/apache2/sites-available/example8.org-le-ssl.conf:</VirtualHost>

These are conflicting:

/etc/apache2/sites-available/example10.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example10.org.conf:		ServerName example10.org:443
/etc/apache2/sites-available/example10.org.conf:        ServerAlias www.example10.org:443
/etc/apache2/sites-available/example10.org.conf:                ServerAlias example10.org
/etc/apache2/sites-available/example10.org.conf:	</VirtualHost>

/etc/apache2/sites-available/example10.org-le-ssl.conf:<VirtualHost *:443>
/etc/apache2/sites-available/example10.org-le-ssl.conf:        ServerName example10.org
/etc/apache2/sites-available/example10.org-le-ssl.conf:        ServerAlias www.example10.org
/etc/apache2/sites-available/example10.org-le-ssl.conf:</VirtualHost>

These are conflicting:

/etc/apache2/sites-available/example11.org.conf:	<VirtualHost *:443>
/etc/apache2/sites-available/example11.org.conf:		ServerName example11.org:443
/etc/apache2/sites-available/example11.org.conf:		ServerAlias example11.org
/etc/apache2/sites-available/example11.org.conf:</VirtualHost>

/etc/apache2/sites-available/example11.org-le-ssl.conf:<VirtualHost *:443>
/etc/apache2/sites-available/example11.org-le-ssl.conf:        ServerName example11.org        
/etc/apache2/sites-available/example11.org-le-ssl.conf:        ServerAlias www.example11.org
/etc/apache2/sites-available/example11.org-le-ssl.conf:</VirtualHost>

These are interesting and may require additional attention:

/etc/apache2/sites-available/default.new
/etc/apache2/sites-available/owncloud.conf
/etc/apache2/sites-available/ssl
/etc/apache2/sites-available/default-ssl
/etc/apache2/conf-available/owncloud.conf

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.