Comments on Tiny Content Filtering And Web Acceleration Appliance (Ubuntu, Squid, Apache, VMWare)
Tiny Content Filtering And Web Acceleration Appliance (Ubuntu, Squid, Apache, VMWare) This small HOWTO will show you how to set up a small virtual machine to speed up and secure your home / small enterprise web surfing network using Ubuntu Server 10.10, Squid 3.1 and Content Security 1.0 deployed in a VMWare Virtual Player running on Windows 7 x64 as a host operating system.
2 Comment(s)
Comments
You might want to try adding this to /etc/apache2/sites-enables/000-default right above the </VirtualHost> tag:
Alias /redirect /opt/quintolabs/qlproxy/redirect
<Directory "/opt/quintolabs/qlproxy/redirect">
Options FollowSymLinks
AllowOverride None
</Directory>
Alias /reports /opt/quintolabs/qlproxy/reports
<Directory "/opt/quintolabs/qlproxy/reports">
Options FollowSymLinks
AllowOverride None
</Directory>
What you have there does not work.
sure, sorry for incorrect (unclear) instructions I've done VirtualHost section modifications so many times that did not event notice that I should be more precise... sorry again :)