, I get a could not be found error.
I have forwarded tcp port 80 through the router,
but I am still not able to make it work. I am using windows 2000 sp4 behind a
belkin wireless g router.
Any help would be appreciated.
Thanks,
Tom
Hi,
is there a way to remove the X-Forwarded-For header from the request before it
enters some point in the request route through apache? I need this because the
weblogic module honors the header and this is not what is needed by us.
Thanks for your responses
Tomas
---
is that I don't know how to access the HAVE_X-Powered-By variable
at the second line ($HAVE_X-Powered-By$).
Thanks in advance,
Tomas
> On 8/1/07, tom <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > is there a way to remove the X-Forwarded-For header from the request be
Many thanks again !!
One last think, how do I match the whole string with (.*) I match nothing.. I
tried some things like (.*+) and (.+) but none of them seems to work.
Thanks
Tomas
>
> On 8/2/07, tom <[EMAIL PROTECTED]> wrote:
> > H
That would be the best way, but don't know how to do that in httpd.conf...
> > >
> > > On 8/2/07, tom <[EMAIL PROTECTED]> wrote:
> > > > Hi,
> > > >
> > > > thanks, works fine. Do you know
Hi *,
we have apache 2.2.3 with mpm prefork mode. We wrote a module for it and the
module needs to share statistical information between the apache child
processes. We have done this through standard linux shared memory, but it seems
not to work properly for higher loads (50 parallel clients).
Hi,
does anybody know how I could possibly add a header which would contain the
inbound (server) IP, some header like this
Inbound-IP: 192.168.0.1
, on which the request was received? (trying with mod_headers...)
Thanks,
Tomas
-
Hi,
we need apache to log in a special way. For this we wrote an program that is
executed by apache like this ErrorLog "|/path/to/our/program". We noticed that
the program is actually started twice. The first instance is closed right away
and gets EOF on stdin, the second than runs normally an
r, or by including a header indicating where the policy file is
located, or by accessing the policy file in the ''well known location''
'/w3c/p3p.xml'.
You can control headers using mod_headers, and you can control what
content is available in what locations in a v
=0006fe68 iopl=0 nv up ei pl nz ac
> po nc
> cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=
> efl=00010212
> libapr_1!warrsztoastr+0x9d:
> 6eec9f0d 8a16mov dl,byte ptr [esi]
> ds:0023:00969001=??
>
>
Knowing nothing a
ed.
> >
> > Is apache prefork or work MPM better in worker mgmt then tomcat ?
> >
> > Please suggest.
> >
> > Thanks
> > Singh
> >
Are you asking which uses more resources, tomcat, or tomcat + a proxy?
IMHO, If you have no need for apache in front o
workers with ``StartServers'', the
maximum number with ``MaxClients'' and you control how it ramps between
the two with ``MinSpareServers'' and ``MaxSpareServers''.
For other MPMs, those directives have slightly different meanings, so
always check
preciated.
>
> Thanks.
> Pete
>
I wrote a module to do this, to avoid having to keep adding rewrite
rules, see this mail
http://mail-archives.apache.org/mod_mbox/httpd-users/200904.mbox/%
3c1240428167.3533.7.ca...@localhost%3e
Cheers
Tom
>
If you have vhosts, then the default vhost is not what is specified
outside of the vhost tags, it is the first defined vhost in your conf
file. This means that any vhost level directives (like RewriteRules,
ProxyPass, Location blocks etc) mu
PassReverse /kongsberg/ http://aeoas02/kongsberg/${RU}/ interpolate
>
>
> I also noticed that I can see the username value in the access logfile but
> not in the rewrite logfile.
>
> Suggestions anyone?
>
>
> Kind regards, Dag
>
Does this not wo
On Thu, 2009-05-28 at 13:58 +0200, Efjestad, Dag wrote:
> No, when I do this the value in RewriteCond is null.
>
> From logfile:
> lookahead: path=/kongsberg/ var=REMOTE_USER -> val=
> RewriteCond: input='' pattern='(.*)' => matched
>
>
ild processes,
so having 500 at certain times is worrying you, then you should probably
drop that slightly.
Have you considered not using prefork MPM? From your description, this
apache sounds like a proxy/static content server - at
nably simple to do with a custom
apache module or as a mod_perl module, but I don't know much about
mod_perl, I try to avoid perl as much as possible!
Cheers
Tom
-
The official User-To-User support forum of the Apache HTTP S
7;
5) browser prompts for second username and password
However, most/all browsers will empty their basic auth cache for that
server/realm immediately on receiving a 401 response, so it will no
longer submit the first set of credentials.
The only way to provide this kind of authe
On Thu, 2009-06-04 at 02:36 -0700, dimce wrote:
> Hi Tom,
>
> Thanks for the good answer.
> Since its a Tomcat application in the background, do you think I could do
> the passwd authentication via Apache and then the LDAP authentication via
> Tomcat(JNDI)?
>
> Regard
Use ap_log_error() instead. eg
#include
void ap_log_error(const char *file, int line, int level, const
server_rec *s, const char* fmt, ...);
Typically, you would use macros for the first two arguments:
ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, cmd->s, "%s", message);
Cheers
Tom
---
com/exchange
ProxyPassReverse /exchange https://mail01.example.com/exchange
Your apache server, according to your conf file, is accessible at
https://webmail.example.com , so it is not possible for your exchange
server to be at the same address. Put the right address in, and it will
work.
Tom
ss. It is less
efficient than putting it in the main httpd.conf, has various 'gotchas'
and slight differences in syntax that are easy to catch you out.
Cheers
Tom
-
The official User-To-User support forum of th
esses is determined by the MaxClients
directive divided by the ThreadsPerChild directive.
BTW, large chunks of this I have literally copy pasted out of 'THE
MANUAL'. Read it, repeatedly, until it makes sense. If it doesn't make
sense, then for sure, come back and ask for more details, b
to call all
registered C++ atexit() handlers. I think that either the module was
compiled with a different compiler than httpd, or that your module tries
to shutdown a library that has changed version in the move.
Either way, this has nothing to do with apache, it is all in your
proprietary code.
lutely love to guess,
but I left my magic guessing hat at home.
Cheers
Tom
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe
tions.
> I am not very clear if apache is actually using the 2nd instance and why
> does the application crash
> the error that i get is "Your Application session has expired or an
> unexpected error has occured!!!"
>
> Can anyone
ry few
new features get added to apache in a stable branch).
Whether it works nicely with your infrastructure or not is something
that can only be determined by you yourself though. Be sure to test.
Cheers
Tom
-
The official U
e
install, and then reinstall.
Obviously, this is just if you are doing it from source. It is much
preferred to use your distributions package management to upgrade it.
Cheers
Tom
-
The official User-To-User support forum of t
Hi
This is really for the tomcat list but my subscription is taking ages to
come through so...
On tomcat 6.0.18 i need to set the classpath of a webapp, its the only
webapp running inside this tomcat.
i believe i need to do something like the following in the web.xml
classpath
/my/webapp/
rse proxies, but we still have to use prefork in our
organization for our SSL reverse proxies. As I understand the docs, the
limitation of mod_ssl not working with event is gone in trunk?
Cheers
Tom
-
The official User-To-User suppo
ou!
>
The whole issue in apache bugzilla [1] makes it clear that this is
considered by design; a CGI script either needs to slurp all input or
close stdin to signify that apache should do it. The reporter was
reporting it for forms where he couldn't be bothered/didn't want to rea
>
> Has anyone heard of a configuration or a ongoing fix to protect Apache
> against such attacks ?
>
> Thanks
>
> --
> Cordialement / Best Regards
>
> Bastien LEGRAS
>
Use the event MPM rather than prefork. Other people are suggesting
mod_evasive would preven
On Tue, 2009-06-23 at 16:36 +0100, Damian Myerscough wrote:
> Hello,
>
>
> Isn't the 'event MPM' experimental?
>
>
> Wouldn't 'worker MPM' work better?
>
> 2009/6/23 Tom Evans
> On Tue, 2009-06-23 at 15:11 +0200, Bastien
en there
are BSD licensed wheels out there, don't design your own..
Eg:
http://curl.haxx.se/ (MIT)
http://curl.haxx.se/libcurl/ (MIT)
http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libfetch/ (BSD)
Curl has a list of the FOSS http libraries:
http://curl.haxx.se/libcurl/competi
Event MPM does not help, there.
>
It is a bit like an arms race - I guess a solution could be to use a
dedicated thread for reading in POST bodies.
The best way to stop slowloris is to not allow a single user to cripple
your server in this wa
> MWD.
>
> [0] Sadly this domain is not hosted with us, but it seemed like a good
> example domain to use!
>
mod_vhost_alias
http://httpd.apache.org/docs/2.2/mod/mod_vhost_alias.html
Cheers
Tom
-
The official U
[rid#8264058/initial] (5) lookahead: path=/ var=REMOTE_USER -> val=
[rid#8264058/initial] (4) RewriteCond: input='' pattern='(.*)' => matched
[rid#8264058/initial] (5) setting env variable 'X_REMOTE_USER' to ''
[rid#8264058/initial] (1) pass through /
On Tue, 2009-07-07 at 14:42 +0100, Tom Evans wrote:
> Hi all
>
> httpd 2.2.11, prefork MPM, FreeBSD 7.2
>
> I'm trying to pass the REMOTE_USER variable, as determined by the
> reverse proxy, to a backend application server. The main reason to do
> this is to offload a
On Tue, 2009-07-07 at 14:47 +0100, Nick Kew wrote:
> Tom Evans wrote:
>
> > [chop]
>
> That rewrite stuff happens before authentication.
> You would need to put your rewriterules inside a
> to activate them after it's happened.
>
Isn't that the point of %
ou dont need to protect comms between proxy and JBoss, then just
drop the https from JBoss. There is no problem with having https
balancer members, but the certificates must match the host name. If you
continue to have proxy problems with https balancer members, then please
sent the reply too soon!
See http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypassmatch :
Description:Maps remote servers into the local server URL-space using
regular expressions
Syntax: ProxyPassMatch [regex] !|url [key=value [key=value ...]]
Context
On Tue, 2009-07-14 at 16:45 +0600, alee amin wrote:
> I am trying to configure the server for some project and it is written
> in project documentation that i need to add following thing in the
> httpd.conf file
>
> ProxyPass / ajp://localhost:8009/
> ProxyPassMatch ^(/photos/.*\.jpg)$ !
>
> now
On Tue, 2009-07-14 at 20:44 +0600, alee amin wrote:
> I am trying to configuring apache webserver with tomcat using AJP but
> i am not sure am i doing it right or not.
>
>
> Here are the steps that i followed
>
>
> - Enabled required module in httpd.conf file
> LoadModule proxy_module modules
Say to connect
> to MySQL.
>
> -Jason
>
>
Don't ever put them inside your document root. Ever. Place them outside,
and then include them from within the PHP script which requires it. PHP
doesn't give a monkey's where on
ld really use some expert help at this point.
> > --
> > Kevin O'Gorman, PhD
> >
>
> Oops: make that a 2.6.24 kernel string.
>
I suggest a mod_perl, perl or gentoo mailing list.
Cheers
Tom
-
The offic
On Wed, 2009-07-15 at 07:46 -0700, ML wrote:
> Hi Tom,
>
> >> Say I have a directory of files that contain my MySQL connection
> >> information, queries, etc, etc.
> >>
> >> How do I prevent people from browsing the directory but allow the
> >> f
>
>
> Options Indexes MultiViews
> AllowOverride None
> Order allow,deny
> Allow from all
>
>
>
> --
>
>
> How can if some request is for photos, don't forward, else forward it.
> Suggestions?
>
ProxyPass /photos !
This is all well cov
there a config option in httpd.conf we can benefit from to rotate logs?
>
>
> thanks
>
See http://httpd.apache.org/docs/2.2/logs.html#rotation
and http://httpd.apache.org/docs/2.2/logs.html#piped
and http://httpd.apache.org/docs/2.2/p
tion what language/mechanism you want to pull the data out;
memcached has client libraries for almost every language under the sun,
so it should be appropriate.
Cheers
Tom
-
The official User-To-User support forum of the Apache HT
On Mon, 2009-07-27 at 21:29 -0700, S.A. wrote:
>
> --- On Mon, 7/27/09, Tom Evans wrote:
>
> > From: Tom Evans
> > Subject: Re: [us...@httpd] Serving partial data of in-memory common data set
> > To: users@httpd.apache.org
> > Date: Monday, July 27, 2009, 1:0
y and symbolic links, etc. etc.
>
> Some ideas would be greatly appreciated.
>
> Steven
>
What does the error log say? If you get a 403 it will say why in the
error log.
Cheers
Tom
-
The official User-To-Us
apache needs to be told that it can follow symlinks
from /srv/www/htdocs. If you add this, does it work? What error message
if it doesn't work?
Options FollowSymLinks
Cheers
Tom
-
The official
ill only do it for files loaded from the
disk directory /mySubFolder/.
I'm pretty sure you just want containers rather than
, like so:
# All your SSPI directives here
Allow from all
Satisfy any
Cheers
Tom
-
ical configurations then. At a pinch, I
would guess that the slow one has 'HostNameLookups On' (or worse:
Double).
It would be impossible to help further on this without actual conf
files.
Tom
-
The official User-To-User
ot, and all the files under
there, can be owned by your local user. You only need root privileges to
start/stop apache.
Cheers
Tom
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apa
ce is thereby substantially
> improved. Fortunately, I usually don't need DNS
> for anything else on that box.
>
> Mike.
>
>
I think your mailer dropped your patch, can you resend?
Cheers
Tom
-
The offi
(in both
versions), so you would see it in 'error' and higher LogLevels. If you
want to suppress it, you must log at a lower level if you do not want to
see it, eg 'crit', 'alert' or 'emerg'. See
http://httpd.apache.org/docs/1.3/mod/core.html#loglevel for more
d
> Soumendu
>
>
mod_rpaf [1] (Reverse Proxy Add Forward) will update your internal
request object with the address from X-Forwarded-For from trusted
proxies. We use it with akamai for the same purpose, and also behind our
own
I appreciate your help.
>
> Best Regards,
> A.
This looks like a simple rewrite rule surely?
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} ^/software_A_folder/(.*)
RewriteCond %{DOCUMENT_ROOT}/core/%1 -f
On Wed, 2009-08-26 at 15:23 +0100, Andrew Hole wrote:
> Your solutions looks very useful, but i'm afraid about impact on
> server performance.
>
> Do you have any idea about the impact on performance?
>
> Thanks a lot
>
> On Wed, Aug 26, 2009 a
t;
> -Tim
>
Use ProxySet instead. I assume your session is sticky for the entire
cluster?
RewriteRule ^/(foo.*) balancer://cluster5/$1
ProxySet balancer://cluster5 stickysession=JSESSIONID
See http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxyset
Cheers
Tom
--
SSH to that box ok.
ssh -D 3128
and then setup firefox to use 127.0.0.1:3128 as a SOCKS proxy.
The reason apache is probably not working is that it never uses that
vhost for the request. Does it work if you don't use vhosts?
Cheers
Tom
---
> AuthName "Please enter your credentials"
>
>
>
> I am wondering why I am not asked to authenticate on the browser.
>
> thanks
Wouldn't your browser be issuing GET requests? Check your access lo
_post__28832_77' for POST of 2306 bytes
>
>
This is not an apache error, it comes from your own, or 3rd party code.
All anyone on this list can tell you is that that error is not from
apache.
Contact your vendor or IT team for a fix.
Cheers
Tom
-
o use a case sensitive file system, ie not windows.
Cheers
Tom
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users
/string2/
then it is treated as a regular expression. Regular expressions
are implemented by the PCRE engine and have the same syntax as
those in perl 5. Note that == is just an alias for = and behaves
exactly the same way.
No idea
clear X-Forwarded-For, Forwarded-Host,
> X-Forwarded-Server.
> How can I do this?
> Thanks,
> Szabolcs
http://httpd.apache.org/docs/2.2/mod/mod_headers.html#requestheader
RequestHeader unset X-Forwarded-Server
HTH
Tom
--
ass it to mod_headers ?
>
> Btw, for those of you who wonder why we are not doing this with
> mod_rewrite it is because we use apache1 and mod_rewrite doesnt permit
> creating a cookie.
>
> Thank you.
>
> -- David
>
>
In 1.3, you can't do this without a custom mod
kernel mode before handing it over to apache, which
increases performance.
Normally it would fail to load it if the kernel module is not available.
Assuming you are using FreeBSD, try ''kldload accf_http``
The error you are seeing is not fatal tho
On Thu, 2009-09-17 at 14:27 +, Ralf W. wrote:
> Hello Group. I'm trying to understand the following setup.
> I have a main server, www.somedomain.com
> [DocumentRoot /var/www/www.somedomain.com/htdocs/], within the server
> I want to redirect to specific pages by using www2.somedomain.com,
> w
hen you would have
2.2 ...
If you really can't update the apache 1.3 to apache 2.2, then you can
run apache 2.2 in front of 1.3, and proxy to it. Apache like this can be
very lightweight and effecient, eg using event MPM etc.
Cheers
Tom
--
a dbi module is
trivial.
Usually the reason why something doesn't exist is that no-one cares
enough to write it.
Cheers
Tom
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd
,ou=Groups,o=Foo
fooclient/foopass are credentials used to look up the user before
authenticating them, IIRC. It is required if your LDAP server disallows
anonymous binds. Probably what you are missing is that you need 'Require
ldap-group ...' not 'Require group ...'.
health of the box to see if
> > anything else could be the issue (CPU pegged, RAM, disk..)? Anything
> > at all in apache error logs.
> > I'm sorry that I don't have more suggestions; mod_cache might indeed
> > be the problem but from a troubleshooting standp
>
> Though everything runs well if I put the symlinks option in .htaccess
> Any clue ?
> Thanks
>
>
You're setting Options twice for that directory, the first time removing
Indexes and adding FollowSymLinks,
you have apache finding the version of openssl that you built it
against at runtime, you could keep trying different versions of openssl
and it will have the same effect.
Cheers
Tom
-
The official User-To-User support foru
ype Basic
AuthName "Company"
AuthBasicProvider "ldap"
AuthLDAPURL "ldap://ldap/o=Company?mail?sub?(accountActive=TRUE)"
AuthLDAPBindDN "cn=authuser,ou=System Accounts,o=Company"
AuthLDAPBindPassword "authpass"
AuthzLDAPAuthoritative "On"
Requ
>
> Please let me know the solution.
>
>
>
>
>
>
>
FilesMatch matches files. You aren't serving files, you are proxying to
weblogic, therefore there are no fil
ed as such:
> $ egrep js$ /usr/local/etc/apache22/mime.types
application/javascript js
If you are getting a different mime-type, then that is because either
your mime.types file has a different setting, or it is being overridden
with an explicit
AddType applicat
ave a
> single file where password/username is stored for multiple pages.
>
> Kaya
What denies you access, squid or apache?
When you request a file that you get denied access to, what exactly gets
printed to the apache error log? If nothing is printed there, then your
problem is
ow
to change that.
http://httpd.apache.org/docs/2.2/mod/core.html#usecanonicalname
http://httpd.apache.org/docs/2.2/mod/core.html#servername
http://httpd.apache.org/docs/2.2/mod/core.html#usecanonicalphysicalport
Cheers
Tom
-
need to load
a new module or add a new configuration item in 2.2.14 to support SOAP?
Thanks in advance.
Tom Hickey
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/user
ient sends the request I get a "Premature
end of script headers" error in the logs. How can I get more logging
information to try to troubleshoot this issue?
Thanks.
Tom Hickey
-
The official User-To-User support
Thanks Nick, I did Google the error and it pointed me to possible errors in my
scripts but I verified there wasn't a problem there.
Tom
-Original Message-
From: nicholas@sun.com [mailto:nicholas@sun.com] On Behalf Of Nick Kew
Sent: Thursday, October 22, 2009 8:14 AM
To:
:
ServerSupportFunction HSE_REQ_GET_IMPERSONATION_TOKEN is not supported:
C:/Program Files/Common Files/MSSoap/Binaries/SOAPISAP.dll
All connections are accepted by the parent process and not handled by the child
process so they do not get processed. Any ideas on a solution or workaround?
Tom
-Original
configuration so no help is available.
Thank you to the group for your patience.
Tom
-Original Message-
From: André Warnier [mailto:a...@ice-sa.com]
Sent: Friday, October 23, 2009 9:21 AM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] Increase Logging
Hickey, Tom wrote:
> An
don't mean to take it out on the
group. Thank you very much for your help.
Tom
-Original Message-
From: André Warnier [mailto:a...@ice-sa.com]
Sent: Friday, October 23, 2009 10:17 AM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] Increase Logging
Tom,
1) did you try : ht
into the code. Thank you very much for giving me a starting
point for debugging.
Tom
-Original Message-
From: nicholas@sun.com [mailto:nicholas@sun.com] On Behalf Of Nick Kew
Sent: Friday, October 23, 2009 11:48 AM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] Increase Lo
{HTTP_HOST} (.*)
RewriteRule ^/svn/(.*) https://%1/svn/$1
If that doesn't work (thats off the top of my head) turn on the rewrite
log and see why.
Cheers
Tom
-
The official User-To-User support forum of the Apach
a NameVirtualHost
> directive in your configuration file."
>
> http://httpd.apache.org/docs/2.2/vhosts/details.html
>
>
But if you only have two vhosts, and each of them on a different port,
then you would not need them to be name based vhosts, and that entire
paragraph is mo
does not work. Same
configuration as I am copying the conf file and of course same third party dll
was used on all installs.
Any thoughts on what might have changed in 2.2.9 that would cause this type of
behavior on a Windows system as there is nothing listed in the change log
specific to windows?
gt;
I think I'm missing something. If you aren't supposed to access this
resource, except through SSL and after authentication, then surely this
is trivial.
Simply set up 2 vhosts, one SSL, one non-SSL. In the non-SSL vhost,
redirect to the SSL vhost and
k reference for _every_ directive!
Crazy! If you click on the 'M' in the index, you can even see the
reference for MaxClients!
http://httpd.apache.org/docs/2.2/mod/mpm_common.html#maxclients
Free information - crazy! It doesn't even require a subscription!
Tom
---
that the call in ap_get_client_block() to
ap_get_brigade() is returning empty buckets but I am not sure what the
r->input_filters is actually doing.
Any tips on troubleshooting this issue?
Thanks.
Tom
-Original Message-
From: Eric Covener [mailto:cove...@gmail.com]
Sent: Tuesday, Octo
in the CHANGES logs specific to this so thought I
would send it out and see if anyone had any ideas why the HTTP_IN filter would
not be added for this message.
Thanks.
Tom Hickey
-
The official User-To-User support forum of th
lters: Don't return 100-continue on redirects. PR 43711
[Ruediger Pluem]
*) http_filters: Don't return 100-continue on client error
PR 43711 [Chetan Reddy ]
Tom
-Original Message-
From: Hickey, Tom [mailto:tom.hic...@radiantsystems.com]
Sent: Tuesday, November 03,
/myapps.myserver-44088.log for STDERR
>
> --Shibi Ns--
>
stderr is connected to the error log in apache. If you configure the error
log to be something else, apache connects stderr to your something else.
See http://httpd.apache.org/docs/2.2/logs.html#errorlog
Cheers
Tom
e URL you are
passing ends in a slash, then the URL you are passing it to must also, and
vice versa.
Eg,
ProxyPass /travelchannel/ balancer://potapp/travelchannel/
ProxyPassReverse /travelchannel/balancer://potapp/travelchannel/
Cheers
Tom
getting redirected because of the RedirectMatch.
> I’m not sure why it’s not working correctly. Anyone have any suggestions.
>
> Thanks,
> Emil Diego
>
http://httpd.apache.org/docs/2.2/mod/mod_alias.html#redirectmatch
Your image matches the first regexp. If you mean "^/businessmiami(/|)$",
then you need to say so!
Cheers
Tom
1 - 100 of 1094 matches
Mail list logo