Location Directive Not Working - Help Please

2024-04-15 Thread duluxoz
Hi All, Quick Q: Why does the following config not work ie NginX is returning a 404 when I attempt to access a php file/page from the "/common/" location? Obviously I'm misunderstanding something about how location directives work  :-) ~~~ location /common/ {   root /www;   try_files $uri $

Re: Help please

2020-01-30 Thread Francis Daly
On Thu, Jan 30, 2020 at 04:46:27PM +, Johan Gabriel Medina Capois wrote: Hi there, > Here are two attached with required information, sorry for the time, anything > else I'm available for send. > >From that, I do not see any evidence of a problem involving nginx. You say that authenticati

Re: Help please

2020-01-29 Thread Francis Daly
On Wed, Jan 29, 2020 at 07:12:24PM +, Johan Gabriel Medina Capois wrote: Hi there, > The issues is that nginx is not allowing authentication through, any > application cant’s authenticate through nginx, is this case the backend is > running in IIS, any idea? if you need more information i

RE: Help please

2020-01-29 Thread Johan Gabriel Medina Capois
Richard Paul Sent: Tuesday, January 28, 2020 11:00 AM To: nginx@nginx.org Subject: Re: Help please By the looks of things, if the application is redirecting to /wfc that's not working, your application doesn't seem to accept that as a valid. The Squid cache is returning a miss an

Re: Help please

2020-01-28 Thread Richard Paul
er Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; } } Regards -Original Message- From: nginx < <mailto:nginx-boun...@nginx.org> nginx-boun...@nginx.org > On

Re: Help please

2020-01-28 Thread Richard Paul
gt; nginx-boun...@nginx.org > On Behalf Of J.R. Sent: Tuesday, January 28, 2020 9:34 AM To: <mailto:nginx@nginx.org> nginx@nginx.org Subject: Re: Help please Can you help us please? You're going to have to be a *bit* more specific what your problem is...

RE: Help please

2020-01-28 Thread Johan Gabriel Medina Capois
sage- From: nginx On Behalf Of J.R. Sent: Tuesday, January 28, 2020 9:34 AM To: nginx@nginx.org Subject: Re: Help please > Can you help us please? You're going to have to be a *bit* more specific what your problem is... ___ nginx mailing l

Re: Help please

2020-01-28 Thread J.R.
> Can you help us please? You're going to have to be a *bit* more specific what your problem is... ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Help please

2020-01-28 Thread Johan Gabriel Medina Capois
Morning We are new using nginx as reverse proxy, we are having trouble with a site in IIS getting this logs Access logs "GET /wfc HTTP/1.1" 404 0 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0" "GET /wfc/logon HTTP/1.1" 200 7496 "-" "Mozilla/5.0 (Windows NT

Re: redirect help please... this one's driving me mad!

2014-03-22 Thread Jason Woods
On 22 Mar 2014, at 00.16, Francis Daly wrote: > On Sat, Mar 22, 2014 at 11:37:38AM +1300, Steve Holdoway wrote: > > Hi there, > >> Sadly not one mention of the correct way to handle %1 and $1 in either >> of these pages. > I seem to be having problems sending to this mailing list... but I wi

Re: redirect help please... this one's driving me mad!

2014-03-21 Thread Francis Daly
On Sat, Mar 22, 2014 at 11:37:38AM +1300, Steve Holdoway wrote: Hi there, > Sadly not one mention of the correct way to handle %1 and $1 in either > of these pages. Can you describe in words what you want your nginx config to do? As in: this request leads to that response. I can try guessing a

Re: redirect help please... this one's driving me mad!

2014-03-21 Thread Steve Holdoway
Sadly not one mention of the correct way to handle %1 and $1 in either of these pages. Anyone?? Cheers, steve On Thu, 2014-03-20 at 22:14 -0700, Payam Chychi wrote: > Hi Steve, > > that's a lot of apache nonsense ;) that you shouldn't need > > check out: > http://nginx.org/en/docs/http/conve

Re: redirect help please... this one's driving me mad!

2014-03-20 Thread Payam Chychi
Hi Steve, that's a lot of apache nonsense ;) that you shouldn't need check out: http://nginx.org/en/docs/http/converting_rewrite_rules.html another useful link with great commenting: https://blog.engineyard.com/2011/useful-rewrites-for-nginx/ -Payam On 2014-03-20, 9:44 PM, Steve Holdoway wrot

redirect help please... this one's driving me mad!

2014-03-20 Thread Steve Holdoway
I'm tryiing to migrate a site that uses codeigniter behind modx to draw pages, and this is the block that breaks the site when I remove it from .htaccess... RewriteRule ^$ home [L] RewriteCond %{HTTP_HOST} ^(?:www\.)?([^\.]*)\..*$ [NC] RewriteCond %{REQUEST_URI} !^/?$