How To Load Apache Proxy Module in Qnap
Log in to the Qnap as administrator via SSH.
To View the list of avaliable Apache modules, go to
1 /usr/local/apache/modules To view those modules have already load, open this file
1 /etc/config/apache/extra/apache-default-modules.conf You should add proxy modules to the main configuration of Apache, showed as below, not the apache-default-modules.conf
1 /etc/config/apache/apache.conf Just append these lines into the conf
1 2 3 4 # Added by xxx, xx/xx/2020 23:21:00 LoadModule proxy_module modules/mod_proxy.