QuestionQ128

Application Deployment and Security

An engineer needs to access multiple bots running in internal infrastructure. Each bot requires a distinct HTTPS URL. The infrastructure has one public IP address and a Linux server with Apache installed. Place the actions in the correct sequence to enable access to the internal bots. Not every option is used.

Drag & Drop
Configure “Let’s Encrypt” on the bot servers.
Enable a forward proxy in Apache.
Configure Apache virtual hosts.
Enable a reverse proxy in Apache.
Configure an Apache .htaccess file.
Configure “Let’s Encrypt” on the Apache server.
step 1
step 2
step 3
Explanation

Name-based Apache virtual hosts let multiple HTTPS hostnames share one public IP address. Apache reverse-proxy directives map each incoming virtual host to its internal bot; a forward proxy serves a different purpose. Because Apache is the public HTTPS endpoint, its virtual hosts need the Let’s Encrypt certificates rather than the internal bot servers.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!