Apache2 Reverse Proxy

Started by Gundi, October 13, 2017, 02:09:49 PM

Previous topic - Next topic

Gundi

Hello,
can somebody help me with that Instruction but for Windows?

https://rocketmap.readthedocs.io/en/develop/advanced-install/apache2.html

I think i got the first 2 points but at the 3rd point i dont know if i can only copy and paste it.
And idk where i have to paste it.
I would only need http. So i dont need SSL.

Anybody who can help me?

Gregg

Translation into Windows

3. create a empty text file named rocketmap.conf in /Apache24/conf/extra
    in this file you paste in the first part for http and modify to fit your setup (domain/port/etc)

4. Add the below line to your httpd.conf file (at the bottom is fine)
Include conf/extra/rocketmap.conf

5. Test your config. At the command line type
httpd -t
if you have everything right it should only say "Syntax OK"

6. Restart Apache

7. Test with http://whatever-domain-you-used-in-step-3