Category Archives: Server

Setup notes: nginx + wordpress multi site

Substitute domain_name1.com: Your domain name extra_domain_name.com: Extra domains if your also using extra domain mapping in wordpress file_root: Path to your wordpress install

Also posted in Uncategorized | Comments closed

Odd iproute2 gateway behavior with two gateways

After helping a frustrated yet patient Elvar I thought I better post about the situation we came across incase anybody else finds themselves in the same situation. Elvar started with all the correct elements to setup a functioning multrouting gateway. Two connections from two different providers, eth1, eth2. Running on an Ubuntu box with eth0 […]

Also posted in Ubuntu | Tagged , , , | Comments closed

Multi gateway balancing with iptables

I have been testing load balancing via both iptables and ip route nexthop for a couple of days now.  They both work pretty well too. This only balances outgoing traffic as incoming traffic balanced via DNS RR and the firewall just returns the traffic on the interface it arrived on as per the previous post. […]

Also posted in Ubuntu | Tagged , , , , , | Comments closed

Multi gateway routing with iptables and iproute2

Notes on multi gateway routing with iptables and iproute2, suggestions and corrections gladly accepted. My notes may be incomplete or just plain wrong, I pieced them together after getting it working. Running on Ubuntu-9.10 with two internet connections ppp0 and ppp1 both with static IP’s from two different internet providers in Australia (iiNet and Internode). […]

Also posted in Ubuntu | Tagged , , | Comments closed

Liferay wintersky theme updated, now with IE support

For anybody following updates the the Liferay theme I released: WinterSky ver-11 Theme now looks correct in IE7 and IE8. IE6 is functional, only sub color schemes (to do with selectors in the color scheme css), and png images need work. Added extra option in templates/init_custom.vm: $custom_places = true ## will replace the communities/my places […]

Posted in Server | Tagged , , , | Comments closed