Apache Server

因为需要验证Envoy CONNECT feature的缘故,我打算自己设置一个server with SSL/TLS测试:

1
2
client <--------------> envoy proxy <--------------> Apache server
(docker container) (certbot)

目前遇到的问题:

  1. localhost conigure domain name: https://www.youtube.com/watch?v=gBfZdJFxjew
  2. localhost set https: certbot
  3. apache set user/password authentication: https://www.youtube.com/watch?v=HVt2E_Ny4po

Tool involved:

  1. httpd apache
  2. certbot
  3. vagrant
  4. docker container
  5. envoy

other links:

  1. set virtualhost domain: https://httpd.apache.org/docs/2.4/vhosts/examples.html

  2. apache config file in centos: https://www.liquidweb.com/kb/apache-configuration-centos/

0%