Quantcast
Browsing all 53287 articles
Browse latest View live

Re: [LB]Bad root document set via proxy_pass

On Thu, May 30, 2013 at 12:14:09PM -0400, mafious wrote:Hi there,> Depending of the url, I forward to the proper backend:> location /<myApp> {> proxy_pass...

View Article


Re: Disable gzip for text/html content-type

# nginx -Vnginx version: nginx/0.7.67TLS SNI support enabledconfigure arguments: --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log...

View Article


Проблема с chroot в связке Nginx + PHP-FPM

Здравствуйте, господа.Недавно решил поднять веб-серверок для экспериментов. Остановился на связке Nginx 1.4.1 + PHP-FPM 5.4.4 + MySQL 5.5.31.Директория расположения сайтов у меня...

View Article

Re: if statement + ssl_certificate?

And is it possible to use different certificates under different subdomains having the same tld?

View Article

Re: if statement + ssl_certificate?

You mean like foo.com and bar.com?Of course - just use different server{} blocks with different SSLcertificates on different IPs.Jonathan_______________________________________________nginx mailing...

View Article


Re: if statement + ssl_certificate?

No I mean like foo.bar.com and fooz.bar.com where each subdomain is declared under different server blocks

View Article

Re: Nginx SSL for backend server, do I need another server?

Hi,>> I'm going to open a website to deliver huge files over the internet,> I'm planning to provide secure download (SSL) with nginx.>> But I don't know how much the cpu usage the ssl...

View Article

Re: if statement + ssl_certificate?

On 1 June 2013 17:18, natostanco <nginx-forum@nginx.us> wrote:> No I mean like foo.bar.com and fooz.bar.com where each subdomain is declared> under different server blocksYes, that's how...

View Article


Re: if statement + ssl_certificate?

I can't use different ips, I tried with the server_names, but the subdomain just keeps using the certificate of the tld ...

View Article


Re: if statement + ssl_certificate?

Hello,You might be interested in the following:http://nginx.org/en/docs/http/configuring_https_servers.html#name_based_https_servers---*B. R.*_______________________________________________nginx...

View Article

Re: fastcgi_read_timeout with PHP backend

Hello,I do not know if my private emails on the matter to Maxim went through.Non-broken resources were included.---*B. R.*_______________________________________________nginx mailing...

View Article

Re: if statement + ssl_certificate?

That does not help because following that example I should use:server {listen 443 ssl;server_name www.sub1.example.com;ssl_certificate www.sub1.example.com.crt;...}server {listen 443 ssl;server_name...

View Article

Nginx SSL for backend server, do I need another server?

> Hi,>>>> I'm going to open a website to deliver huge files over the internet with nginx,>> I'm planning to provide secure download (SSL) with nginx.>>>> But I don't...

View Article


Re: if statement + ssl_certificate?

I read :"With this configuration a browser receives the default server’scertificate, i.e. www.example.com regardless of the requested server name.This is caused by SSL protocol behaviour. The SSL...

View Article

Re: if statement + ssl_certificate?

On 1 June 2013 18:32, natostanco <nginx-forum@nginx.us> wrote:> I guess either I can't> declare a server with server_name equal to a subdomain of an already> declared TLD.That's not the...

View Article


HTTP status code 499 from long running requests

Hello, I have long running requests upwards of five minutes that are called via ajax (jQuery) (XHR), and hitting a backend PHP script.I am seeing very strange behavior, intermittently calling the...

View Article

Upstream on Windows 60 second delay

I've set up nginx (on Windows) as a front end for Tomcat. Accessing the Tomcat webapp works perfectly when I go directly to Tomcat from either Firefox or IE and when I access it from Java code. It also...

View Article


[PATCH]upstream server directive support variable

Hi, guysIn my business, I need dynamicly to find the backend ip address according to the request. However, I also want to use the upstream to take advantage of load balance. So I add the variable...

View Article

Re: Проблема с chroot в связке Nginx + PHP-FPM

1) Не могли бы Вы включить более подробный логгинг? :) Да и попробовтаьпосмотреть в файле. (который error_log в nginx'е).2) Я бы всё-таки посоветовал не слушать то, что написано в конфигах PHPи не...

View Article

Re: Проблема с chroot в связке Nginx + PHP-FPM

> chroot = /home/kursk.dyndns.org/www..> Если разместить в /home/kursk.dyndns.org/www/ файл index.php со строчкой> phpinfo();> то всё прекрасно открывается. Но если залить тот же phpBB3, то...

View Article
Browsing all 53287 articles
Browse latest View live