Home > OS >  Why don't help me to look at the apache reverse proxy success
Why don't help me to look at the apache reverse proxy success

Time:09-21

Recently on the Internet to see the bitwarden open source program
So want to install in debian 10 + apache environment,
Bitwarden installed already official use docker, 8888:80 port mapping, for security, I only use within the local area network (LAN),

Debian10 on I have set up several virtual sites, these sites are local, not through the docker, and occupied 443.

Now I want to pass the 443 visit docker bitwarden in the container, the HTTP can normal visit,
The proxy I opened, all mod


Default - SSL. The conf file is as follows:
 


ServerAdmin webmaster @ localhost
ServerName 10.0.6.66

DocumentRoot/addDisk_B/WWW/HTML

ErrorLog ${APACHE_LOG_DIR}/error log
CustomLog ${APACHE_LOG_DIR}/access log combined

SSLEngine on
SSLCertificateFile/SSL/certs/apache - selfsigned. CRT
SSLCertificateKeyFile/SSL/private/apache - selfsigned. Key


ProxyPass/http://ip:8888
ProxyPassReverse/http://ip:8888





SSLOptions + StdEnvVars




SSLOptions + StdEnvVars






But can't show, why? Where is wrong?

CodePudding user response:

Say bullshit, reverse proxy nginx best, learning costs are low and personal advice in nginx
  • Related