Sunday, January 20, 2013

Reverse proxy on openSUSE

My previous article was about creating a reverse proxy on Debian.
Due to incompatibilities between Debian and Hyper-V I had to recreate the setup in an openSUSE environment.

How I did it:
1. Install openSUSE 12.2 as clean as possible.
2. Fix a error that causes yast to f#ckup the lines in the menus (disable all graphicall boot stuff in grub)
3. Fix a error "piix4_smbus", edit /etc/modprobe.d/blacklist.conf -> blacklist i2c_piix4
4. start yast2
    - Add "apache" + "yast2-httpserver"
5. Configure http-server from yast
    - Enable http
    - Open firewall port
    - Start apache on boot
    - Add modules (proxy, proxy-http, headers, rewrite)
    - Add vhost
6. Edit /etc/apache/vhost.d/IIS01.wouterspaans.nl.config
7. Reboot

No comments: