When trying to renew my certificate it says there is an error with my svn.conf file (shown below)...
Alias /svn "/var/www/svn"
<IfModule mod_ssl.c>
<VirtualHost _default_:443>
ServerAdmin xxxxxxx
ServerName freeflyer.dynu.net
ServerAlias www.freeflyer.dynu.net
DocumentRoot /var/www/svn
<Location /svn>
DAV svn
SVNParentPath /media/storage/svn
SVNListParentPath On
AuthType Basic
AuthName "Subversion Repository"
AuthUserFile /etc/subversion/passwd
Require valid-user
</Location>
My domain is:
I ran this command:
sudo certbot renew
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/freeflyer.dynu.net.conf
Failed to renew certificate freeflyer.dynu.net with error: The apache plugin is not working; there may be problems with your existing configuration.
The error was: PluginError('There has been an error in parsing the file /etc/apache2/sites-enabled/svn.conf on line 17: Syntax error')
All renewals failed. The following certificates could not be renewed:
/etc/letsencrypt/live/freeflyer.dynu.net/fullchain.pem (failure)
1 renew failure(s), 0 parse failure(s)
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
My web server is (include version):
Apache version 2.4.58
The operating system my web server runs on is (include version):
Ubuntu Linux 24.04.2
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don't know):
Yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
No
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):
certbot 3.1.0