Re: using a proxied server as default_server
On Fri, May 31, 2013 at 07:30:22AM -0400, angelochen960 wrote:Hi there,> Sorry for not making it more specific, the issue is, the app in the tomcat> is a virtual host as well, so it checks 'host'...
View ArticleRe: proxy redirect не происходит изменение Location
Валентин Бартенев Wrote:-------------------------------------------------------> On Friday 31 May 2013 13:43:27 schaos wrote:> > Доброго дня.> > пожалуйста помогите с задачей>...
View ArticleRe: proxy redirect не происходит изменение Location
On Friday 31 May 2013 17:02:34 schaos wrote:> Валентин Бартенев Wrote:> ------------------------------------------------------->> > On Friday 31 May 2013 13:43:27 schaos wrote:> >...
View ArticleRe: using a proxied server as default_server
Hi Francis,I think that's a good approach, will give that a try, thanks,Angelo
View ArticleFunction in Filter/Handler Chain Doing Actual Sending?
Hi there,I'm about to put some traffic stats code into the nginx core, as I'm goingto let the traffic go into specific user's "iptables" statistics bysetuid() rather than creating a filter counting...
View ArticleRe: proxy redirect не происходит изменение Location
31.05.2013 17:53, Валентин Бартенев пишет:>>> извинте сразу не указал>> ОС Centos 6.2>> nginx 1.0.15-5.el6>>> Смените антиквариат на актуальную версию, и всё будет...
View ArticleRe: Request: IP2Location Lite with Zip Code
Try this:http://stackoverflow.com/questions/918826/how-to-lookup-a-zipcode-from-a-gps-coordinate(Edit: How the f$#k do you embed hyperlinks? :/ )
View ArticleRe: proxy redirect не происходит изменение Location
Здравствуйте.В debian еще, вроде, нет пакета без сторонних модулей. Лично я используюрепы http://nginx.org/en/linux_packages.html#stableчего и вам всем желаю.31 мая 2013 г., 20:48 пользователь denis...
View Articleif statement + ssl_certificate?
Is it possible? or has it been forbidden in recent versions? Because I tried and it does not allow it.
View ArticleRe: if statement + ssl_certificate?
It is impossible, since the certificate has to be presented to the clientbefore the server knows anything about the request.On Fri, May 31, 2013 at 1:25 PM, natostanco <nginx-forum@nginx.us>...
View Articleproblem setting up certificate
I'm getting this error after installing the certificate & key:[emerg] 809#0: SSL_CTX_use_PrivateKey_file("/paging/site/config/server.key") failed (SSL: error:0B080074:x509 certificate...
View ArticleRe: problem setting up certificate
Meh, never mind. Supposedly same source of certificates as prior server installed within this same institution (I didn't do the prior one), but this one is in root->mine order instead of...
View ArticleHttpUploadModule - after upload file won't move/rename
I'm trying to setup a very simple HTTP POST file upload server. I'm trying to POST files via curl, without worrying about forms or responses, etc. I just want to drop the file in nginx, and have it...
View ArticleRe: HttpUploadModule - after upload file won't move/rename
Hello,Am 31.05.2013 23:50, schrieb Homebrewsky:> I'm trying to setup a very simple HTTP POST file upload server. I'm trying> to POST files via curl, without worrying about forms or responses,...
View Articlemaking supervisord web interface viewable on nginx
using the inet interface on supervisord was simple ( proxying to port 9001)i wanted to turn that off, avoid tcp and just use the unix socketafter a bit of tinkering, this seems to work :proxy_pass...
View ArticleNeed help on proxy passing
I experience an issue on missing some part of the page (Long page) onpassing proxy requests. Please help me to solve this. Thank You. Myconfiguration file is as follow.server {root...
View ArticleRe: SPDY over HTTP
О! То, что надо. Именно это и искал, но не нашел.Спасибо большое.31 мая 2013 г., 14:32 пользователь Валентин Бартенев <vbart@nginx.com>написал:> On Friday 31 May 2013 15:09:05 Дмитрий Лялюев...
View ArticleDisable gzip for text/html content-type
Hi, is it possible to disable gzipping for text/html content-type files? I've got no luck using nginx 0.7.67 on Debian 6.0.7 with the following options:gzip off;gzip_disable Mozilla; # my browserNginx...
View Article