Hello, I'm using aio on FreeBSD 8.2 with the following in my nginx.conf: http { ... sendfile on; aio sendfile; tcp_nopush on; read_ahead 512k; output_buffers 1 128k; ... } I'm serving some content via NFS mounted drives in a private network, those boxes are also running FreeBSD 8.2. I've read in a couple of locations that sendfile() doesn't work in suchby Jim Ohlstein - Nginx Mailing List - English
On 7/13/11 1:19 PM, Gelonida wrote: > Hi, > > I'm just starting to use nginx. > I'm not sure, whether my nginx configuration is wrong or > whether there are some parameters do be changed in phpmyadmin, such, > that it works well behind a reverse proxy. > > Currently phpmyadmin is running on apache. > > What I wanted to do is use nginx (https) as front end > andby Jim Ohlstein - Nginx Mailing List - English
On 7/11/11 10:12 AM, António P. P. Almeida wrote: > On 11 Jul 2011 10h21 WEST, rishab.jain@sourcefuse.com wrote: > > > As suggested above try php-fpm, it provides a native PHP process > manager. Alternatively to php-fpm and supervisor, I suggest > monit. This is a C program opposed to supervisor which is Python. > > http://mmonit.com Didn't I actually suggest that? I mby Jim Ohlstein - Nginx Mailing List - English
On 7/11/11 7:46 AM, Валентин Бартенев wrote: > Обратите внимание: http://forum.nginx.org/read.php?21,212050 > на эту тему вчера было дано два ответа из рассылки: мой и Максима Дунина. > Однако, их там нет. А только сообщения от Mitry Matyushkov и автора, >by Jim Ohlstein - Nginx Mailing List - Russian
On 7/11/11 5:21 AM, Rishab Jain wrote: > Hi guys, > > I'm facing an issue and was wondering if anybody could help me with > this. > > I have an Ubuntu server, and I have installed all the softwares > required using apt-get. Now, I have installed Nginx using the same > mechanism as well. I want to use the Nginx for serving php scripts > from the browser too. So thereforby Jim Ohlstein - Nginx Mailing List - English
On 7/1/11 11:58 AM, bindsocket wrote: > Having a huge problem with the auth_basic. Despite putting in the exact > same lines as what I found in many examples, the web server is still > allowing access even without sending any authorization. > Relevent conf bits: > > server { > listen 80; > server_name my.servers.name.com; > log_format fullCombined '$remoteby Jim Ohlstein - Nginx Mailing List - English
On 6/25/11 3:59 PM, Maxim Dounin wrote: > Hello! > > On Sat, Jun 25, 2011 at 12:39:19PM -0400, Jim Ohlstein wrote: > >> I'm trying to insert google analytics code into an app by using the >> directions at http://wiki.nginx.org/HttpSubModule. >> >> In so doing, I first tried to set a variable as follows: >> >> set $analytics = "var _gaq = _gaqby Jim Ohlstein - Nginx Mailing List - English
I'm trying to insert google analytics code into an app by using the directions at http://wiki.nginx.org/HttpSubModule. In so doing, I first tried to set a variable as follows: set $analytics = "var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-xxxxxx-xx']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.asyncby Jim Ohlstein - Nginx Mailing List - English
On 6/15/11 12:35 PM, M.A.G wrote: > Anyone? > > Posted at Nginx Forum: http://forum.nginx.org/read.php?2,199956,207211#msg-207211 It's been three weeks since the last time you posted. Perhaps you could run the benchmarks yourself and share your results. -- Jim Ohlstein _______________________________________________ nginx mailing list nginx@nginx.org http://nginx.org/mailman/listinfoby Jim Ohlstein - Nginx Mailing List - English
thanks a lot, thats a really smart idea and it works. i'm thinking if i should maybe write a module which is simply uppercasing or lowercasing a variable, so that i don't need this workaround anymore. do you think there would be other people happy about having that? via google i haven't found any existing module to do that. anyway for now i'm going to deploy the workaround. thanksby Mauro Stettler - Nginx Mailing List - English
FYI There was a database corruption today. An approximately two hour old backup was restored. I don't know how many mailing list entries were lost. Apologies for the inconvenience. -- Jim Ohlstein _______________________________________________ nginx mailing list nginx@nginx.org http://nginx.org/mailman/listinfo/nginxby Jim Ohlstein - Nginx Mailing List - English
> > Swallow pride and replace with a google search box? I'm not sure how this is "swallowing pride" but again it is for Cliff to decide. I'd be surprised if he weren't around here soon. > > Thomas > _______________________________________________ nginx mailing list nginx@nginx.org http://nginx.org/mailman/listinfo/nginxby Jim Ohlstein - Nginx Mailing List - English
On 6/11/11 6:11 AM, Tony wrote: > No the design isn't fine. It looks like something right outta the cold war. > What's wrong with you?? The wiki is designed and maintained by Cliff Wells. I imagine he'll chime in at some point, but feel free to contact him with your suggestions. > > Tony > http://www.orangeriet.no > > On Sat, Jun 11, 2011 at 11:58 AM, Mathew Davies < &gby Jim Ohlstein - Nginx Mailing List - English
On 6/11/11 9:04 AM, etrader wrote: > I removed Apache by "yum remove httpd" before installing Nginx. But > php-fpm processes are associated with Apache (instead of Nginx) as (as > seen by top command) > > > 1590 root 21 0 13624 2096 340 S 0.0 0.4 0:00.00 nginx > 1592 nginx 15 0 13840 2984 992 S 0.0 0.6 0:00.40 nginx > 3591 apache 16by Jim Ohlstein - Nginx Mailing List - English
On 6/9/11 10:32 AM, Igor Sysoev wrote: > On Thu, Jun 09, 2011 at 10:29:13AM -0400, Jim Ohlstein wrote: >> Hello, >> >> The wiki is not clear on this. Can specific ipv6 addresses be allowed >> and/or denied? > > Yes. Thank you Igor. I have updated the wiki. > > Changes with nginx 1.0.3 25 May 2011 > > [ ..by Jim Ohlstein - Nginx Mailing List - English
Hello, The wiki is not clear on this. Can specific ipv6 addresses be allowed and/or denied? -- Jim Ohlstein _______________________________________________ nginx mailing list nginx@nginx.org http://nginx.org/mailman/listinfo/nginxby Jim Ohlstein - Nginx Mailing List - English
On 5/19/11 4:34 PM, nickn wrote: > Hi, > 1.) What would cause nginx to randomly stop serving large file > downloads? When I try to download a 800MB file it stops serving the file > after between 10 and 30 MB. I've had to revert to lighttpd because of > this. > > I checked the usual things: There wasn't anything in the error log, the > system had plenty of memory (several hby Jim Ohlstein - Nginx Mailing List - English
Generally I prefer to keep forum business on the forum but given the current state of IPv4 addresses and the upcoming World IPv6 Day on June 8, 2011 - see http://isoc.org/wp/worldipv6day/ - I am pleased to announce that the forum now has "native" IPv6 support. Most people who have an IPv4/IPv6 dual stack either natively from their ISP or by using a tunnel, and is using a modern browseby Jim Ohlstein - Nginx Mailing List - English
The forum is now running on the nginx 1.0.x series. Congratulations to Igor and all the others who have helped him.by Jim Ohlstein - Announcements
On 3/19/11 3:18 PM, kthxbai2u wrote: > I have done some more debugging, and it appears the issue is with the VHosts... As soon as I comment out this line: > > include "/etc/nginx/vhosts/*"; > > and restart nginx, htop reports normal usage. CPU + Mem all fine. > > I think I am going to poke around a bit more, but it seems there is a problem with the way NginX convby Jim Ohlstein - Nginx Mailing List - English
On 3/19/11 2:28 PM, kthxbai2u wrote: This is too rich for me to not take a stab. >> <sarcasm> >> Congratulations >> It's really difficult to get 100% efficiency for >> modern code - this is >> truly scalable >> </sarcasm> > > Sorry not sure what you mean here... Google "sarcasm" But the whole deal was that nginx is BETTER thanby Jim Ohlstein - Nginx Mailing List - English
Jim Ohlstein Wrote: ------------------------------------------------------- > Maxim Dounin Wrote: > -------------------------------------------------- > ----- > > Hello! > > [...] > > > Probably you have ancient PCRE library. Try > > (?P<name>) form > > which is supported since PCRE 4.0. > > This one now quotes properly as weby Jim Ohlstein - Nginx Mailing List - English
Igor Sysoev Wrote: ------------------------------------------------------- [...] > > Use late 0.8.x with this configuration: > > location ~ ^/phpmyadmin/(?<NAME>.+\.php)$ { > fastcgi_pass 127.0.0.1:9000; > fastcgi_param SCRIPT_FILENAME From my tests this is not only quoted correctly but formatted correctly in email. > &gby Jim Ohlstein - Nginx Mailing List - English
That seemed to be a bit premature . They quote properly in the forum but are sent out incorrectly in the emails. Will look into this.by Jim Ohlstein - Nginx Mailing List - English
Maxim Dounin Wrote: ------------------------------------------------------- > Hello! [...] > Probably you have ancient PCRE library. Try > (?P<name>) form > which is supported since PCRE 4.0. This one now quotes properly as well. > > http://nginx.org/en/docs/http/server_names.html#re > gex_names > > Maxim Douninby Jim Ohlstein - Nginx Mailing List - English
Maxim Dounin Wrote: ------------------------------------------------------- > Hello! [...] > > And as far as this indeed affects mailing list and > forum, > including people in this particular thread (note > several messages > with incorrect configs due to <NAME> being > stripped) - I don't > consider private reporting to be better way to go.by Jim Ohlstein - Nginx Mailing List - English
On 3/9/11 7:47 AM, Christopher wrote: > No kind of hack you could think of? My guess is that anyone who is still running a site or sites based on FrontPage is not running anything high volume. Putting her on a VPS with Apache is probably not going to stress your server very much. You might remind her that there are no longer any security updates for FrontPage as it is way beyond EOL (2006) andby Jim Ohlstein - Nginx Mailing List - English
-- Jim Ohlstein On Feb 27, 2011 11:28 AM, "Dayo" <nginx-forum@nginx.us> wrote: > > Maxim Dounin Wrote: > ------------------------------------------------------- > > > server { > > > listen 80; > > > server_name ~^(www\.)?(?P[^.]+).mydomain.com$; > > > > Just a side note: forum is still eating data > > (originally > > &by Jim Ohlstein - Nginx Mailing List - English
On 2/20/11 6:49 AM, Maxim Dounin wrote: > Hello! > > On Sat, Feb 19, 2011 at 08:28:27PM -0500, Jim Ohlstein wrote: > >> On 2/19/11 6:14 PM, Maxim Dounin wrote: >>> Hello! >>> >>> On Sat, Feb 19, 2011 at 12:05:17PM -0500, Jim Ohlstein wrote: >>> >>> [...] >>> >>>>> And as far as this indeed affects mailing listby Jim Ohlstein - Nginx Mailing List - English
On 2/20/11 6:49 AM, Maxim Dounin wrote: > Hello! > > On Sat, Feb 19, 2011 at 08:28:27PM -0500, Jim Ohlstein wrote: > >> On 2/19/11 6:14 PM, Maxim Dounin wrote: >>> Hello! >>> >>> On Sat, Feb 19, 2011 at 12:05:17PM -0500, Jim Ohlstein wrote: >>> >>> [...] >>> >>>>> And as far as this indeed affects mailing list aby Jim Ohlstein - Nginx Mailing List - English