c0nw0nk Wrote: ------------------------------------------------------- > Because when i first connect to the drive all works fine i can access > the media, Then i restart nginx and it says 404 not found. > > What is the file path to delete the caches of the windows file shares. There is no cache as such, shares can get in a disconnect state (the infamous red cross), see http:/by itpp2012 - Nginx Mailing List - English
c0nw0nk Wrote: ------------------------------------------------------- > Try it with a mp4,flv,jpg file. Not documents that have a plain text > mime type. 127.0.0.1 - - [05/Apr/2014:12:58:46 +0200] "GET /29092007003.mp4 HTTP/1.1" 200 245770434 "-" "Mozilla/5.0 (Windows NT CISNSA; Win32; x86) Gecko/20100101 Firefox/28.0" Also works fine as expected, mp4by itpp2012 - Nginx Mailing List - English
I did a simple config: server { listen 80; server_name localhost; root Y:/www.mydomain.nl; index index.php index.html index.htm default.html default.htm; location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header Host $host; #proxy_pass http://127.0.0.1:8000; expires 3s; max_ranges 0; } # deny access to .htaccess files, iby itpp2012 - Nginx Mailing List - English
c0nw0nk Wrote: ------------------------------------------------------- > Same issue removed it from the server block i don't think nginx is > compatible with windows network sharing. It is compatible and works perfectly when done properly, post conf and describe how drives are mapped and in which context nginx is running.by itpp2012 - Nginx Mailing List - English
Apart from Kevin's answer, if you are running nginx as a service that service must map the drive letter and then start nginx. When you map a drive as a user the service running nginx does not have access to that user-mapped drive.by itpp2012 - Nginx Mailing List - English
For generating passwords you need to use htpasswd.exe from apache.by itpp2012 - How to...
> very useful to me. But, for the long term, I still strongly believe > the application should be able to be run multiple times on the same > windows server instance. I agree with you but its not strait forward to get this to work that way, I'll put it on the todo list.by itpp2012 - Nginx Mailing List - English
Its fairly simple; for example: error_log d:/webroot/logs/error.log; or: root 'd:/cache/root/xcadmin';by itpp2012 - How to...
See the nginx.conf file in /confby itpp2012 - How to...
tonyschwartz Wrote: ------------------------------------------------------- > run multiple instances. I would suggest nginx for windows should > allow it. Perhaps a config entry for this "shared pool name" property > can be added to the configs. I've tried this with the plain basic nginx version 1.5.12 which does not support multiple instances either, it used to a longby itpp2012 - Nginx Mailing List - English
You don't need to chmod anything on Windows, check the logfiles for messages why nginx doesn't start. Documentation can be found http://nginx.org/en/ and http://nginx.org/en/docs/by itpp2012 - New Member Introductions
tonyschwartz Wrote: ------------------------------------------------------- > This is definitely working better now. Thanks for letting me know > about the newer version. I didn't notice the newer version because > the order the versions were appearing was backwards, but that appear > to be corrected now. Good :) yep I've managed to get a proper listing like explorer does.by itpp2012 - Nginx Mailing List - English
Have a look here http://nginx-win.ecsds.eu/by itpp2012 - How to...
tonyschwartz Wrote: ------------------------------------------------------- > Has anyone else experienced nginx.exe 1.5.9.1. Cheshire crashing on > Windows server 2003? Intermittently, it is crashing on me with this > message in the NT event logs: > 0.0.0.0, faulting module nginx.exe, version 0.0.0.0, fault address > 0x001a54ff. Have you tried 1.5.12.2 ? contents nginx.cby itpp2012 - Nginx Mailing List - English
AFAIK there is only a ldap module for nginx.by itpp2012 - Nginx Mailing List - English
Jonathan Matthews Wrote: ------------------------------------------------------- > bugs/features like this will get exponentially more attention after > Windows XP goes EOL this April, as (I believe) it's the last major > platform not to support SNI. Which is a moot case since there are at least 5 other browsers for XP who support SNI. "SSL support with SNI on shared IP addby itpp2012 - Nginx Mailing List - English
Maybe you need to switch over to nginx :)by itpp2012 - Nginx Mailing List - English
The best guide on how to compile: http://blog.hemp-society.de/2013/08/nginx-rtmp-compile-for-windows.html Just remove rtmp if your after the basic version. Or grab this version: http://nginx-win.ecsds.eu/by itpp2012 - How to...
Its not my setup, its a common nginx example how to use a backend like PHP, this can be RoR, Perl or any other type of backend which has a listening interface nginx can pass information on to. Tests has shown that the NTS version is the most reliable/stable to use with nginx which does not mean TS can't be used.by itpp2012 - Nginx Mailing List - English
20:29 18-3-2014 nginx 1.5.12.2 Cheshire Based on nginx 1.5.12 (release 18-3-2014) with; + nginx security advisory (CVE-2014-0133) + echo-nginx-module v0.51 (upgraded 18-3-2014) + Nginx-limit-traffic-rate-module (https://github.com/bigplum/Nginx-limit-traffic-rate-module) + lua-nginx-module v0.9.6 (upgraded 18-3-2014) + changed compile order (openresty) + Source changes back ported + Sourby itpp2012 - Nginx Mailing List - English
Felix Quintana Wrote: ------------------------------------------------------- > What kind of php to use as a fastcgi in nginx on Windows? NTS.by itpp2012 - Nginx Mailing List - English
Try a simple google: https://www.google.nl/#q=nginx%20limit%20bandwidth%20per%20connection The first page gives plenty of solutions, even a module https://github.com/bigplum/Nginx-limit-traffic-rate-moduleby itpp2012 - How to...
You might be better of using wildcards to capture whatever a browser thinks it needs to send, http://nginx.org/en/docs/http/server_names.html use logging to find out where to wildcard.by itpp2012 - How to...
13:58 9-3-2014 nginx 1.5.12.1 Cheshire Based on nginx 1.5.12 (9-3-2014) with; + Fixed a c99 logging issue in naxsi + Now includes nginx_basic. Need a simple powerful Windows webserver without all the bling of it's big brother ? then nginx_basic is for you, other custom builds are available upon request + nginx security advisory (CVE-2014-0088) + encrypted-session-nginx-module (https:/by itpp2012 - Nginx Mailing List - English
tonyschwartz Wrote: ------------------------------------------------------- > There is definitely some issue doing proxying. At some point, the > connection to the back end appears to go bad. The request from the > browser to nginx just spins and spins. This occurs against (ahem...) > IIS6 and also against the Cassini local visual studio development 99% sure this is a backenby itpp2012 - Nginx Mailing List - English
tonyschwartz Wrote: ------------------------------------------------------- > How ready is this for production? I seem to be getting a lot of > intermittent timeouts/dropped connections to the backend or something > doing upstream proxying. Just wondering before I go digging into this > any more. It is ready for production use and it used in production servers, just keep an eby itpp2012 - Nginx Mailing List - English
disable gzip, sendfile off, use something else then epoll, disable proxy_cache_path and take it from there to see if it still happens.by itpp2012 - Nginx Mailing List - English
You might try; ssl_session_cache builtin:4000; which seems to work ok as its processed inside openssl only.by itpp2012 - Nginx Mailing List - English
Felix Quintana Wrote: ------------------------------------------------------- > I have configured the server to accept SSL connections and after two > or three requests always gives the error: > nginx.exe has encountered a problem and needs to close. [...] > ssl_session_cache shared:SSL:10m; This is a known issue, ssl_session_cache has a bug when it attempts to useby itpp2012 - Nginx Mailing List - English
![]() |
![]() |
![]() |
![]() |
![]() |