I would like to enable users of a test server to be able to host content and access them through HTTPS. However, I'm not going to allow everyone to write to the /var/www. How can I enable the content stored in /home/*/public_html to be accessed with HTTPS?
Asked
Active
Viewed 99 times
1 Answers
0
Install and configure both mod_ssl and mod_userdir.

John Mahowald
- 32,050
- 2
- 19
- 34
-
How to configure both, in order to work? – Fernando May 15 '20 at 19:31
-
Read the documentation and configure each, they are independent of each other. For example, EL ships example configs if you install the httpd and mod_ssl RPMs. – John Mahowald May 15 '20 at 20:12