HOW GEEK!

geek notes for advice seekers

March, 2011

Apache PROXYPASS, NEGATIVE PROXYPASS AND AUTH_BASIC

Today i had to face a weird problem with Apache 2. I wanted to setup a webmail on the SAME virtualhost that i was using to proxy to another host. Here’s a summary of my configuration: <VirtualHost *:80> ServerAdmin sysadmin@localhost DocumentRoot /var/www/folder ServerName localhost Alias /mail /var/lib/roundcube/ <Directory /var/lib/roundcube/> Options Indexes Includes FollowSymLinks AllowOverride All […]

, , ,