BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] Help with Apache & SSL - can't fix 403 errors
- Subject: [Discuss] Help with Apache & SSL - can't fix 403 errors
- From: dsr at randomstring.org (Dan Ritter)
- Date: Wed, 9 Dec 2020 17:11:29 -0500
- In-reply-to: <24529.17264.70501.62184@blazemonger.com>
- References: <24529.17264.70501.62184@blazemonger.com>
Daniel Barrett wrote: > > I've been trying to set up an HTTPS website on localhost (Ubuntu > 18.04), but no matter what I do, I get a 403 "Access Denied" error > when I hit the site. I've tried all the solutions I can find > documented on the web: > > - The site is served perfectly over http (i.e., http://localhost) > - Web root dir (/var/www/html) has appropriate permissions (rwxr-xr-x) > - The SSL virtual host is enabled (a2enable) > - Apache SSL module is installed & enabled (a2enmod) > - SSL key & cert files exist in their correct locations > - Firewall permits port 443 (I even turned the firewall off to be sure) > - Apache conf file mirrors the simplest examples I've found: > > <IfModule mod_ssl.c> > <VirtualHost *:443> > ServerAdmin webmaster at localhost ServerName www.server.com > DocumentRoot /var/www/html > ErrorLog ${APACHE_LOG_DIR}/error.log -dsr-
- Follow-Ups:
- [Discuss] Help with Apache & SSL - can't fix 403 errors
- From: dbarrett at blazemonger.com (Daniel Barrett)
- [Discuss] Help with Apache & SSL - can't fix 403 errors
- References:
- [Discuss] Help with Apache & SSL - can't fix 403 errors
- From: dbarrett at blazemonger.com (Daniel Barrett)
- [Discuss] Help with Apache & SSL - can't fix 403 errors
- Prev by Date: [Discuss] Help with Apache & SSL - can't fix 403 errors
- Next by Date: [Discuss] Help with Apache & SSL - can't fix 403 errors
- Previous by thread: [Discuss] Help with Apache & SSL - can't fix 403 errors
- Next by thread: [Discuss] Help with Apache & SSL - can't fix 403 errors
- Index(es):