Exchange / Outlook - RPC Method and Error 405
Hi all,I've tried to do some research on this already, but without much luck. So I'm hoping others may be able to assist.I'm trying to use Nginx as a Reverse Proxy back to an Exchange 2007...
View ArticleA regex catch not working
Hi,I have a little problem with my regex.Here is my code :[code]location / {try_files /static/index.html @otherrules;}location ~* /^.+$ {try_files /static/$uri $uri/ @otherrules;}[/code]My goal is to...
View Articlemod_zip - неверные даты файлов.
Приветствую !Обнаружилась проблема при использовании mod_zip-а.При скачивании в 1 поток все ОК. Архив приходит в нормальном виде и распаковывается.При скачивании в несколько потоков архив скачивается,...
View ArticleIPv6 forward proxy
Пытаюсь сделать forward proxy для IPv4 & IPv6.Для 4 все работает отлично, для 6 пытается ходить по 4.Если указать хост у которого только 6 адрес - не резолвит.В логе следующее:2013/02/28 12:24:09...
View ArticleRe: IPv6 forward proxy
nginx version: nginx/1.3.132013/2/28 Alexander Moskalenko <alexander.moskalenko@gmail.com>:> Пытаюсь сделать forward proxy для IPv4 & IPv6.>> Для 4 все работает отлично, для 6...
View ArticleRe: IPv6 forward proxy
On Thu, Feb 28, 2013 at 11:33:07AM +0200, Alexander Moskalenko wrote:> Пытаюсь сделать forward proxy для IPv4 & IPv6.>> Для 4 все работает отлично, для 6 пытается ходить по 4.> Если...
View ArticleRe: IPv6 forward proxy
А обойти как-то можно?2013/2/28 Ruslan Ermilov <ru@nginx.com>:> On Thu, Feb 28, 2013 at 11:33:07AM +0200, Alexander Moskalenko wrote:>> Пытаюсь сделать forward proxy для IPv4 &...
View ArticleRe: IPv6 forward proxy
Пропустил IPv6 запросы через Tinyproxy - работает.2013/2/28 Alexander Moskalenko <alexander.moskalenko@gmail.com>:> А обойти как-то можно?>> 2013/2/28 Ruslan Ermilov...
View ArticleRe: if_modified_since
Hello!On Thu, Feb 28, 2013 at 08:51:27AM +0400, Igor Sysoev wrote:> On Feb 27, 2013, at 22:44 , Namaste wrote:>> > Привет!> >> > Интересно, почему if_modified_since по дефолту...
View ArticleRe: Want to access UNIX environment variable
On 28 February 2013 06:04, amodpandey <nginx-forum@nginx.us> wrote:> Let me put what I want to achieve.>> Before that I want to know what is this 'env' global directive for?I don't know....
View Articleproxy_cache and internal redirect
Hello.Can you please tell how to enable caching of responses with 'X-Accel-Redirect' headers.Nick._______________________________________________nginx mailing...
View ArticleRe: Exchange / Outlook - RPC Method and Error 405
Hello!On Thu, Feb 28, 2013 at 03:33:06AM -0500, gmor wrote:[...]> 1. How can I allow this Method, if that is the issue?> 2. If what I'm doing is fundamentally not possible, please just let me>...
View ArticleRe: Exchange / Outlook - RPC Method and Error 405
Hi,Thanks for the quick response. I've done what you suggested with the following results:>A>simple way to do this would be to just throw away all funny>regexp locations you wrote in your...
View ArticleRe: Is it possible that nginx will not buffer the client body?
> I know nginx team are working on it. You can wait for it.Hopefully they will find a solution!
View ArticleRe: Exchange / Outlook - RPC Method and Error 405
Hello!On Thu, Feb 28, 2013 at 09:15:52AM -0500, gmor wrote:> Hi,>> Thanks for the quick response. I've done what you suggested with the> following results:>> >A> >simple way...
View ArticleRe: proxy_cache and internal redirect
Hello!On Thu, Feb 28, 2013 at 03:50:19PM +0400, Nick wrote:> Hello.> Can you please tell how to enable caching of responses with 'X-Accel-Redirect' headers.> Nick.You may do so by...
View ArticleКака перекрыть доступ к любым файлам и директориям (фреймворк) на диске?
Всем добрый вечер,Запускается важный сайт (фреймворк), для которого соотв. прописано:try_files $uri $uri/ /index.php; (можно и try files "" /index.php;)Нужно перекрыть доступ ко всем имеющимся на...
View ArticleHow to write URI and make browser show original URL instead of rewritten URL?
Hi,I use nginx with tomcat. In nginx config, there are server 'www.360zhenbao.com' and '*.360zhenbao.com'. In rewrite rule, the 'abc.360zhenbao.com' is rewritten to 'www.360zhenbao.com/show/abc', and...
View Article