Server integrations
Apache
Apache
Apache is an open-source
web server software that facilitates the delivery of web pages over the Internet. It is highly configurable and widely used in hosting websites due to its stability and flexibility.
Integrating PERENDER with Apache.
Step 1.
Enable the following
modules in the
httpd.conf file:
1. headers_module
2. proxy_module
3. proxy_http_module
4. ssl_module
5. rewrite_module
To do this, uncomment the LoadModule line for each of the above modules in the httpd.conf file.
Then, add the following code in the httpd.conf file to allow proxy through https. <IfModule mod_ssl.c>
SSLProxyEngine On
</IfModule>
Powered by AstrolUi 