Re: Please help, NGINX always convert links to HTTPS
Hi,Can anyone help me?I'm starting to figure these all out.I think there are problems with these files: function.cms_stylesheet.php and function.metadata.php. They are probably conflict with Nginx...
View ArticleRe: Disable auth_basic for unique (set of) URL
I found inspirationherehttp://serverfault.com/questions/119076/how-to-use-fastcgi-globally-and-basic-auth-in-sublocations-in-nginx..I then tried to solve my problem with:location /thisfile.php...
View ArticleMultilanguage Websites
I would like to realize a website in multiple languages. Is there a way to implement the project with Nginx, or recommends you other ways?Thanks for help and...
View ArticleRE: Multilanguage Websites
Hey Silvio, I've seen implementations of nginx with rewrites for different languages, but from personal experience in PHP, I've found it easy to implement language modules on the code side instead of...
View ArticleRe: ldap авторизация
Спасибо за ответ!Этот модуль под nginx 1.2 будет работать?Как я понимаю для его работы нужно перекомпилировать nginx?------------------------------С уважением, Александр.Мои контакты:icq :...
View ArticleRe: nginx erroneously redirecting to https
I'm starting to figure these all out.I think there are problems with these files: function.cms_stylesheet.php and function.metadata.php. They are probably conflict with Nginx configuration.Does it has...
View ArticleRe: nginx erroneously redirecting to https
Hi,Where should I put this line?fastcgi_param HTTPS $https if_not_empty;Thank youG
View ArticleRe: [nginx-announce] nginx-1.3.10
Hello Nginx Users,Now available: Nginx 1.3.10 For Windows http://goo.gl/RHn5k (32-bit and 64-bitversions)These versions are to support legacy users who are already using Cygwinbased builds of Nginx....
View ArticleRe: Multilanguage Websites
Web server can help with multilanguage when yo uwanna use URL rewriting.The problem start to arise when considering SEO. Separate languages per:- Subdomains?- Subdirectories?- Tag in file names?You may...
View ArticleRe: Multilanguage Websites
On Thu, 27 Dec 2012 11:36:56 -0500"B.R." <reallfqq-nginx@yahoo.fr> wrote:> Web server can help with multilanguage when yo uwanna use URL rewriting.Yes that i've found on web, the way but not...
View ArticleRe: Multilanguage Websites
Hello,On Thu, 27 Dec 2012 16:17:05 +0000Brad Riemann <brad@ftwentertainment.com> wrote:> Hey Silvio, I've seen implementations of nginx with rewrites for different languages, but from personal...
View ArticleRe: Using Crypt::OpenSSL::RSA with http_perl_module problem
I think I now understand when you say perl installation is broken.libperl migh not be matching up with the perl binaries here...
View ArticleRe: Multilanguage Websites
I Think it is best for an Application to be webserver agnostic. That way itdoes not matter what web server that is in front of your application.There is cases where it makes sense to depend on NGINX...
View ArticleRe: add_header и код 503
переформулирую вопрос:Можно ли в следующих версиях nginx реализовать возможность добавлятьзаголовок Retry-After директивой add_header к ответу с кодом 503, какэто описывается возможным в...
View ArticleНе запускается: "ngx_master_xxx" was not signaled for 5s
Запостил баг: http://trac.nginx.org/nginx/ticket/265Когда исправят этот баг не известно, потому прошу помощи у специалиста - кто сможет перекомпилить Nginx под винду? Либо же подскажите адрес где можно...
View ArticleRe: Multilanguage Websites
On 27 December 2012 17:18, Silvio Siefke <siefke_listen@web.de> wrote:> Is Server or Script better?Distinguishing between different versions of content that should beserved to different users...
View ArticleRe: add_header и код 503
27.12.2012 20:38, VovansystemS пишет:> переформулирую вопрос:>> Можно ли в следующих версиях nginx реализовать возможность добавлять> заголовок Retry-After директивой add_header к ответу с...
View ArticleRe: add_header и код 503
проблема сейчас в том что add_header "Добавляет указанное поле взаголовок ответа при условии, что код ответа равен 200, 201, 204, 206,301, 302, 303, 304 или 307". Т.е. такой конфиг, который привели Вы,...
View ArticleRe: add_header и код 503
27.12.2012 22:00, VovansystemS пишет:> проблема сейчас в том что add_header "Добавляет указанное поле в> заголовок ответа при условии, что код ответа равен 200, 201, 204, 206,> 301, 302, 303,...
View ArticleRe: add_header и код 503
27.12.2012 22:05, Андрей Василишин wrote:[...]> Но, я так понял надо просто показать страницу и добавить хедер, тогда так:> error_page 503 =200 /maintenance.html;Вряд ли поисковым ботам это...
View Article