How To Use Apache as a Reverse Proxy with mod_proxy on Ubuntu 16.04 | DigitalOcean
Created
December 27, 2021 06:47
-
-
Save mw866/60bc70980a0ed45b754ba716f4bb3efc to your computer and use it in GitHub Desktop.
#apache #httpd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /etc/apache2/mods-enabled/mod_datadome.conf | |
| /etc/apache2/sites-enabled/000-default.conf | |
| sudo apachectl configtest | |
| sudo apache2ctl start | |
| sudo apache2ctl status | |
| # Check modules | |
| apache2ctl -M |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment