i would like to setup two transparent proxy server that use Ubuntu Server and Squid as transparent proxy. My idea is to synchronize the cache between Proxy 1 and proxy 2. so both Proxy server will have same cache inside them. I wish to use Rsync that is an open source utility that provides fast incremental file transfer.
I didn't have any luck finding anything useful on my own, so:
I would like to be able to automatically migrate all my .htaccess rules to the global Apache (2.2) config file, and disable .htaccess file parsing (for performance reasons).
That is:
after every code push a script would find all .htaccess files in a given directory (/var/webapps)
all the rules would be parsed and appropriately merge
How do I use a wildcard mask in VPM policy (Bluecoat proxy)
Solution
To place a wildcard mask into the VPM policy object, use (.*). An asterisk only (*) will not work.
For example, "http://www.mrbean.com/*/xyz" won't work.
Hi
Currently my DHCP Server is working
now
what i want to have is auto detection of squid proxy in any browser
but I still got an error in my dhcp server when I restart it.
My Config:
# DHCP configuration generated by Firestarter
ddns-update-style interim;
ignore client-updates;
subnet 192.168.50.0 netmask 255.255.255.0 {
option routers 192.168.50.1;
option subnet-mask 255.255.
I am trying to use this tutorial to set up a git remote repo on my server:
http://toroid.org/ams/git-website-howto
But when I try to push to the server, I get this error:
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
So it seems like git can't ssh the server because of some auth key issue.
My currently working apache config has everything running on port 80 (the usual) but I'm adding a node proxy to the front-end and this will listen on 80 and forward to other web servers based on the host requested.
At this time my httpd.conf file is empty, the ports.conf file looks like the below
NameVirtualHost *.80
Listen 80
inside my sites-available I have config file named "blog" -that fil
hi 2 all,
I am new to fedora. I have two problems
1) The problem i faced i already disscussed at
http://forums.fedoraforum.org/showthread.php?t=212936
Hi,
I have compiled Apache with cache modules in EA:
Modules are been loaded
# httpd -l | grep cache
mod_file_cache.c
mod_cache.c
mod_disk_cache.c
mod_mem_cache.c
but in httpd.conf I dont have any reference for this modules configuration,
like: mod_cache - Apache HTTP Server
CacheRoot folder, size, etc...
Will be interesting a sample config added by default.
Somebody can explain mor
I run a web server with multiple users. The machine provides Apache-based virtual hosts to a bunch of users, who can serve static content or use PHP.