>From the Apache mod_rewrite documentation, the RewriteMap should be
working under both server config and virtual host. I have the
following RewriteMap rules:
RewriteMap images txt:/path/to/img.map
RewriteRule ^/images/([0-9][0-9][0-9])(.*)$
/multimedias/${images:$1}/$2 [L,PT]
which I n
Hi, folks:
On my websites, I want links like the following:
http://example.com/images/pic.jpg
silently grab the image from
http://192.168.53.93/images/pic.jpg [internal IP]
or
http://imgserver.com/images/pic.jpg [external IP]
example2.com(192.168.53.93) is a separate(physica
I'm brand new to Apache and pretty confused. I hope my question is a
simple one. I'd really like to know the fundamental difference
between AddModule, AddType and ForceType. I have read the Apache
documentation located here:
http://httpd.apache.org/docs/2.0/mod/mod_mime.html
However it
Hi,
I have following apache2 configuration:
ScriptAlias /cgi-bin/bugzilla /usr/lib/cgi-bin/bugzilla
ScriptAlias /bugzilla/cgi-bin /usr/lib/cgi-bin/bugzilla
Options +FollowSymLinks +Indexes +ExecCGI
AddHandler cgi-script .cgi .pl .sh
DirectoryI
Hi, thanks for your reply. But where I cant find a download for "-
symbols.zip" on the Apache. Can you direct me please?
Thanks,
Ben.
On Thu, Apr 3, 2008 at 7:56 PM, Joshua Slive <[EMAIL PROTECTED]> wrote:
> On Thu, Apr 3, 2008 at 11:00 AM, Ben Okonji <[EMAIL PROTECTED]> wrote:
> > Hi all,
> >