Try google and learn Lua, otherwise open a new topic maybe someone can
assist you.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,252707,252910#msg-252910
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Yeah i was looking for that script but could not find it. But if converting
to lua is easy please elaborate and share how i can convert the following to
a lua script.
http://documentation.hwdmediashare.co.uk/w/images/6/66/Ubr_upload-2.1.5.zip
Posted at Nginx Forum:
http://forum.nginx.org/read.ph
Yes, you're right. The problem was in the backend. We fixed it up and it
worked.
Thanks.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,252902,252908#msg-252908
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo
To be short, no, use Lua, its not that difficult to convert to Lua (and make
it non-blocking). There is a fastcgi shell for perl out there from 2002
which needs to be rewritten for todays demands, when thats done you can run
perl just like php(cgi).
Posted at Nginx Forum:
http://forum.nginx.org/r
itpp2012 can you compile your Nginx with Perl i have a few .pl scripts i
cant run because of the missing perl module :(
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,252707,252906#msg-252906
___
nginx mailing list
nginx@nginx.org
http://mail
Hi
The error you supplied appears to be coming from the backend itself
so the proxy_pass is actually working
Check with your backend logs to find out if the url requested is not
what you expected.. and why the url is invalid
Richard
On 27/08/14 18:37, ricardo.ekm wrote:
Hi All,
I'm trying t
Hi All,
I'm trying to configure a reverse proxy in Nginx, which receives a HTTP
request and call a HTTPS URL. When we change the config to call a HTTP it
works fine, however it doesn't work with HTTPS. The http_ssl_module is
installed.
Here is the error:
Invalid URL
Invalid URL
The requested U
On Sunday 17 August 2014 00:04:14 Richard Kearsley wrote:
> Hi
>
> Tested 1.6.1 and 1.7.4
> Speed is back to normal
>
Thank you for testing.
The fix was committed: http://hg.nginx.org/nginx/rev/11790b461a6f
and likely will be released with 1.7.5.
wbr, Valentin V. Bartenev
_
Hi,
On 27 Aug 2014, at 16:21, shahzaib shahzaib wrote:
> Hi,
>
> I am using proxy_store on edge server to replicate mp4 files from origin
> server when user request for the video file. The reason i am not using
> proxy_cache is, when user seeks through the mp4 video,proxy_cache keeps on
>
Hello!
On Wed, Aug 27, 2014 at 08:48:19PM +0500, shahzaib shahzaib wrote:
> We're facing following error on edge server with nginx-1.6.1, using
> proxy_store on edge.
>
> 2014/08/27 20:35:05 [alert] 5701#0: *21244 zero size buf in output t:0 r:0
> f:0 02579840 02579840-02
Hello!
On Wed, Aug 27, 2014 at 11:51:08AM -0500, Mohammad Dhedhi wrote:
> Hi,
>
> I was able to setup nignx with client certificate authentication and OCSP
> stapling. I however noticed that OCSP is used only for the nginx server ssl
> certificate.
>
> It does not use OCSP for validating client
Hi,
I was able to setup nignx with client certificate authentication and OCSP
stapling. I however noticed that OCSP is used only for the nginx server ssl
certificate.
It does not use OCSP for validating client certificates to see if a client
is using a revoked certificate or not. Is ssl_crl the o
We're facing following error on edge server with nginx-1.6.1, using
proxy_store on edge.
2014/08/27 20:35:05 [alert] 5701#0: *21244 zero size buf in output t:0 r:0
f:0 02579840 02579840-0257A840 0-0
while sending to client, client: 119.160.118.123, server
Hi,
I am using proxy_store on edge server to replicate mp4 files from origin
server when user request for the video file. The reason i am not using
proxy_cache is, when user seeks through the mp4 video,proxy_cache keeps on
downloading whole video file with different Keys if multiple users
access
How can use these two together. Suppose I got an uncompressed response from
the backend/webserver. I want Nginx to compress the response before storing
in the cache. Looks like Nginx is first storing the response in the cache
and then doing a compression before sending the response to the client.
H
15 matches
Mail list logo