2 posts tagged with apache by jasondigitized.
Displaying 1 through 2 of 2.
I am attempting to configure caching on an Apache server. I have it right for the most part, but.....I would like to prevent browsers from even checking the server once files like images are in the browser cache until an expiry date is exceeded. [more inside]
posted by jasondigitized
on Jul 18, 2007 -
2 answers
I have an Apache Web Server running on port 80. I have a Lotus Notes Web Server running on port 81. When a user enters one of my domain names, like www.foobar.com, I would like Apache to redirect to the following www.foobar.com:81/FOOBAR/home.nsf ( All of my Lotus databases will be called home.nsf ). Essentially I want Apache to point to a directory that corresponds to the domain name which will contain the file home.nsf, and make that request on port 81. Any mod_rewrite gurus out there? Another example would be a user entering www.kungfu.com and actually going to www.kungfu.com:81/KUNGFU/home.nsf.
posted by jasondigitized
on Aug 25, 2006 -
9 answers