Hello, I am really in love with Nginx but I am missing one functionality: mod_svn. I see it as at the ToDo list: http://wiki.nginx.org/NginxFeatureRequests But for now: the only thing to use Nginx with SVN or Git is to use a reverse proxy to for example Apache or a custom git fcfgi wrapper (http://blog.chavant.info/2009/05/30/gitosis-gitweb-nginx). I really want to ditch Apache and the fcgiby xmichielx - Migration from Other Servers
I am also really curious about this one, the reason I am still using Varnish with Apache is because of SVN. I don't want to run a complete webserver just for 1 virtual host with mod_svn. Is there any progress or future plans for this functionality? I really want to move from Apache + Varnish + mod_php => Nginx + PHP-FPMby xmichielx - Ideas and Feature Requests
I fixed it! I found a good working example on the internetz..:)by xmichielx - How to...
Hello, I am running CentOS 5.5 with Nginx 0.7* with spawn-cgi init script (using fastcgi). I have the folowing problem, I get a No Input file specified when I am requesting an alias folder which has an index.php and running FCGI. My webroot is /var/www/simone/Webroot My alias with FCGI is set up like this: location ~ ^/gallery/(.*\.php)$ { alias /var/www/simone/SimpleViewby xmichielx - How to...
ok, we aren't seeing much diffirences between the apache 2.3 and ngin 0.7 stable using both 8000 max clients. both tests are done from the same remote machine and with siege and ab. Am I missing significant nginx.conf modules to really speed it up?by xmichielx - Migration from Other Servers
Hi, I downloaded the 0.7 latest stable and am already seeing some improvements. This is my config: user www-data; worker_processes 4; error_log /var/log/nginx/error.log; pid /var/run/nginx.pid; events { worker_connections 1024; use epoll; } http { include /etc/nginx/mime.types; default_type application/octet-stream; access_log /var/log/by xmichielx - Migration from Other Servers
Hi, I am using an old Nginx which comes with Debian Etch or using an Aapache 2.2 prefork MPM server. I am trying to set up nginx to be more speedy by serving static files (jpg and html). But I find out that Apache prefork is faster serving the images then Nginx 0.4. I know it is an old version but it is the default version shipped with Debian Etch (4.0) :( The Nginx version used is: nginx/0by xmichielx - Migration from Other Servers
I already found some diffirences with the HEAD request from Curl or from our content switch: css: stmycew01.hf.info.nl - - [21/Sep/2009:13:46:10 +0200] "HEAD /web/MYLER.htm HTTP/1.1" 200 - "-" "Mozilla/4.06 (WinNT; I)" curl head 1.1 test: 10.101.111.112 - - [21/Sep/2009:13:47:08 +0200] "HEAD /web/MYLER.htm HTTP/1.1" 404 - "-" "curl/7.by xmichielx - Nginx Mailing List - English
Hi Gena, A stupid question from me: But how can I check with curl the Apache settings and with HTTP 1.0 and HTTP 1.1 diffirence? And after that you want me to do the same tests with curl with Nginx in front of Apache? Kind regards, Michielby xmichielx - Nginx Mailing List - English
Hi Igor, I got this problem with the repostiroy ubuntu 8.04 is offering me. I used the old 0.5.* version but it is lacking a lot of features..so then I installed the backported nginx version but that is lacking the enable-tlsext. How can I find out if the old debian ubuntu 8.04 hardy package is using the enable-tlsext option? (but lacking other features) the one at: http://packages.ubuntu.comby xmichielx - Nginx Mailing List - English
Hi, I am having problems to use Nginx with the openssl version Ubuntu 8.04 server shipped. See: https://bugs.launchpad.net/ubuntu/+source/nginx/+bug/395637 I use the Nginx backported version: nginx_0.6.34-2ubuntu1~intrepid1_i386.deb (the 0.5.3 default version is too old on Ubuntu therfor I use the backports for nginx). When running a SSL virtual host I get: SSL_CTX_set_tlsext_servername_cby xmichielx - Nginx Mailing List - English
Hi Gena, That staging is not working from your side is because of an ACL in Apache. I can not enable the debug option because I use the RPM and it is not enabled by default: Starting nginx: 2009/09/15 10:26:21 17939#0: unknown log format "debug" in /etc/nginx/nginx.conf:55 The logfiles are the same like the one I send: > > The nginx access.log: > 172.23.3.14 - -by xmichielx - Nginx Mailing List - English
Hi, I tried to configure proxy_redirect but still got the 404. This is my nginx.conf: server { listen 80; server_name _; location / { proxy_pass http://172.23.3.14:81/; # proxy_redirect on; proxy_redirect / /; proxy_set_header Host $host; proxy_set_header X-Reaby xmichielx - Nginx Mailing List - English
Hi, Is the only option to change the port? Do I have to run nginx and apache on the same ports but diffirent ip-adresses? It would be nicer to let Apache run on a diffirent port and nginx on port 80. I also understand that I have to rewrite mu URI with a trailing / and use the proxy_redirect on; ? Thanks for the help. Regards, Michielby xmichielx - Nginx Mailing List - English
Hello Maxim, This is my nginx.conf server part: server { listen 80; server_name _; location / { proxy_pass http://172.23.3.14:81; proxy_redirect off; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proby xmichielx - Nginx Mailing List - English
Hi Igor, Thanks, do you know why the HEAD is returning a 301 with Apache and a 404 with Nginx? The nginx access.log: 172.23.3.14 - - [10/Sep/2009:20:45:12 +0200] HEAD /web/MYCE.htm HTTP/1.1 "404" 0 "-" "Mozilla/4.06 (WinNT; I)" "172.21.0.5, 172.21.0.5" 172.21.0.5 - - [10/Sep/2009:20:45:12 +0200] HEAD /MYCE.htm HTTP/1.0 "404" 0 "-&quby xmichielx - Nginx Mailing List - English
Hi, We are trying to setup Nginx as a reverse proxy in front of Apache. A HEAD gives a 404 with Nginx, when connecting directly to port 81 (Apache) we get an 301 and then a 200 error. Is my nginx version (0.6.36 allowing HEAD requests?) kind regards, Michielby xmichielx - Nginx Mailing List - English
![]() |
![]() |
![]() |
![]() |
![]() |