Re: HTTP/1.1 505 HTTP Version Not Supported Server: nginx/1.2.6
Here is the error from the curlFault Name: HttpRequestReceiveErrorError Type: DefaultDescription: Http request received failedRoot Cause Code: -19002Root Cause : HTTP Transport: Http version not...
View ArticleYA Converting .htaccess to nginx, I can't get it to work!
Hi all,I am trying to convert this htaccess file to nginx config and it is not working.Here is my .htaccess<IfModule mod_headers.c>Header unset ETagFileETag None<FilesMatch...
View ArticleUpdated hotlink protection with new Google Image Search
As you can see from this thread on Webmasterworld(http://www.webmasterworld.com/google/4537063.htm), a lot of people areupset about the new Google Image Search changes that allow visitors tosee much...
View ArticleRe: HDD util is 100% - aio questions
HelloWell, we don't have a single box, we have a few setups with large slow HDDsand a couple of edge servers running on 1.5TB RAID SSD for actual streaming.Right now it's stable(70% max util) as we...
View ArticleRe: hard-disk util% got higher on enabling aio for nginx-1.2.1
HelloIt looks like you'r eon my spot right now.I learned directio is useless for large files as it set nginx to skipcaching for anything larger than 512 Kb.If you have enough RAM (128MB maybe) you get...
View Article[Nginx&TLS] How to make log show a successful exchange of digital certificates.
Hello,I've make nginx support TLS(Mutual Authentication), It's can be work and very cool. but i want have some detail log about exchange of digital certificates. for example, the log have exchange...
View ArticleRe: hard-disk util% got higher on enabling aio for nginx-1.2.1
We've got similar setup to you, 1db server, 3 www servers (App clustering),5 content servers(nginx-1.2.1) for static content i.e (jpg,flv,mp4) but wedon't have a separate conversion server, conversion...
View ArticleRe: [Nginx&TLS] How to make log show a successful exchange of digital...
Hi, i find way to show exchange of digital certificates information.i'm sorry, I did not read the documenthttp://wiki.nginx.org/HttpSslModule========ref=========Module ngx_http_ssl_module supports the...
View ArticleRe: [Nginx&TLS] How to make log show a successful exchange of digital...
My log formatlog_format tls_log '$remote_addr $remote_user [$time_local] "$request" $http_host ''$status $upstream_status $body_bytes_sent "$http_referer" ''"$http_user_agent" $upstream_addr...
View ArticleRe: Problem with client_max_body_size
Hello!On Tue, Feb 05, 2013 at 03:08:03PM +0100, dast@c-base wrote:[...]> So, what can i check?> What is wrong in my config?> Why is client_max_body_size ignored?> Does client_max_body_size...
View ArticleRe: Problem with client_max_body_size
Hi Maxim,i have checked /var/log/syslog - but no entrys about nginx.same in /var/log/nginx/error.log.i only found this in nginx error.log on restart:2013/02/05 16:21:13 [info] 26394#0: Using 32768KiB...
View ArticleNewbie question on ip_hash
Why does ip_hash only use the first 3 octects of the IP address?The reason I ask is that we run we servers for a number of schools. Eachschool is going the be their own subnet, ranging from a /24 to a...
View ArticleRe: Problem with client_max_body_size
Hello!On Tue, Feb 05, 2013 at 04:23:08PM +0100, dast@c-base wrote:> Hi Maxim,>> i have checked /var/log/syslog - but no entrys about nginx.> same in /var/log/nginx/error.log.>> i only...
View ArticleRe: Problem with client_max_body_size
WTF, it works now :(what i have done:- backup /etc/nginx- removed all commented lines in the config files in /etc/nginx- stoped nginx- start nginx (from now nginx asks 2 times for the ssl-cert...
View ArticleRe: Очистка кеша nginx
Здравствуйте, dimn.Видимо, нужно использовать два разных кеша для разных разделов сайта сразным inactive.Igor Sysoev wrote:> Cache manager starts to work just after nginx starts or was...
View ArticleRe: Очистка кеша nginx
А параметр inactive по-моему чуть не то - например при inactive=10м при обращении в течении 10 мин кеш не удалается, а удаляется только тогда, когда не было обращений в течении 10 мин. Или не так?
View ArticleRe: Очистка кеша nginx
Здравствуйте, dimn.> Настроил кеширование для неавторизованных пользователей.> Кешируются разные разделы сайта в папку /var/cache/nginx.> Как настроить очистку кеша для каждого раздела по...
View ArticleRe: Очистка кеша nginx
> А параметр inactive по-моему чуть не то - например при inactive=10м при> обращении в течении 10 мин кеш не удалается, а удаляется только тогда, когда> не было обращений в течении 10 мин. Или...
View ArticleRe: MaxMind-GeoIP Question
On Tue, Feb 05, 2013 at 09:27:37AM -0500, AJ Weber wrote:> http://nginx.org/en/docs/http/ngx_http_geoip_module.html#geoip_org>> OK, that's great! I was looking here:...
View Article