Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Different configuration files compared to the tutorial |
|
Author |
|
matthew
Joined: 05 Jun 2020 Posts: 3 Location: Germany Bonn
|
Posted: Fri 05 Jun '20 13:23 Post subject: Different configuration files compared to the tutorial |
|
|
Apache Version
Apache/2.4.29 (Ubuntu)
OS version
Ubuntu 20.04 LTS amd64
Indications in the log files
Not Applicable
Version of eg. php, mysql etc.
Not Applicable, but it's...
PHP Version 7.2.24-0ubuntu0.18.04.6 and
MySQL version 5.7.30-0ubuntu0.18.04.1
I'm trying to setup a the SSL in Apache and every time I see a tutorial the conf files in the tutorial are different to my conf files.
For example this tutorial looks easy until I don't have those same conf files https://www.rapidsslonline.com/blog/install-ssl-certificate-on-apache2-ubuntu-server/
I'm confused, how do I know which configuration files do I need to change when I have different conf files to the tutorials?
How do I find the correct conf files? |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 05 Jun '20 15:18 Post subject: |
|
|
There is a good tutorial on the german ubuntu wiki
https://wiki.ubuntuusers.de/Apache/mod_ssl/
If you use let's encrypt the path might look like
Code: |
SSLCertificateFile /etc/letsencrypt/live/example.com/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/example.com/privkey.pem |
If you still have a question please ask again. |
|
Back to top |
|
matthew
Joined: 05 Jun 2020 Posts: 3 Location: Germany Bonn
|
Posted: Fri 05 Jun '20 18:50 Post subject: Thanks |
|
|
That made sense and worked, thank you for that. |
|
Back to top |
|
|
|
|
|
|