Re: [gentoo-user] Nginx with PHP-FPM

2012-04-03 Thread Silvio Siefke
Hello, nginx list dialog: On Tue, 3 Apr 2012 04:02:14 -0400 (EDT) "locojohn" wrote: > mkdir -p /var/run/fastcgi/php-fpm.sock > > php-fpm.conf: > > ;listen = 127.0.0.1:9000 > ;listen.allowed_clients = 127.0.0.1 > listen = /var/run/fastcgi/php-fpm.sock > l

[gentoo-user] nginx ssl

2014-11-27 Thread siefke_lis...@web.de
Hello, has someone here running nginx with comodo ssl? I try it yet since few hours but nginx say something what i can not understand. nginx -t nginx: [emerg] SSL_CTX_use_PrivateKey_file("/var/www/de/etc/ssl/de.key") failed (SSL: error:0B080074:x509 c

Re: [gentoo-user] {OT} RAM & apache MaxClients (rock & a hard place)

2013-03-08 Thread Nilesh Govindrajan
On Fri, Mar 8, 2013 at 12:59 PM, Grant wrote: >>>>>>> Changing completely from a user-facing apache to a user-facing nginx >>>>>>> sounds fraught with peril. >>>> >>>> The last time I set this up was for one of our e-commerce sit

Re: [gentoo-user] How to get nginx serving pages?

2016-11-07 Thread Poison BL.
On Mon, Nov 7, 2016 at 11:20 AM, Peter Humphrey wrote: > Hello list, > > Several years ago I set up an apache2 web server to host a development site, > and I had quite a struggle to get it all set up. Now I want to do it again, > but I decided to try nginx instead. I've follo

Re: [gentoo-user] {OT} RAM & apache MaxClients (rock & a hard place)

2013-03-10 Thread Grant
>> You guys were so right. What an excellent http server/proxy. I used >> this very simple howto: >> >> http://kbeezie.com/apache-with-nginx/ >> >> I can probably dump a lot of apache config. I still need SSL on both >> servers even though only nginx f

Re: [gentoo-user] {OT} RAM & apache MaxClients (rock & a hard place)

2013-03-07 Thread Grant
>>>>>> Changing completely from a user-facing apache to a user-facing nginx >>>>>> sounds fraught with peril. >>> >>> The last time I set this up was for one of our e-commerce sites on Centos. >>> >>> It went like this: >

Re: [gentoo-user] How to get nginx serving pages?

2016-11-08 Thread Alan McKinnon
On 08/11/2016 10:48, Peter Humphrey wrote: > On Monday 07 Nov 2016 12:17:05 Poison BL. wrote: > >> From the configuration in the aforementioned guide: >> >> server { >> listen 127.0.0.1; >> server_name localhost; >> &g

Re: [gentoo-user] nginx ssl

2014-11-27 Thread Michael Orlitzky
On 11/27/2014 01:45 PM, siefke_lis...@web.de wrote: > Hello, > > has someone here running nginx with comodo ssl? I try it yet since few > hours but nginx say something what i can not understand. > > nginx -t > nginx: [emerg] SSL_CTX_use_PrivateKey_file("/var/www/de/

Re: [gentoo-user] How to get nginx serving pages?

2016-11-08 Thread Peter Humphrey
t;> > >> listen 127.0.0.1; > >> server_name localhost; > >> > >> access_log /var/log/nginx/localhost.access_log main; > >> error_log /var/log/nginx/localhost

Re: [gentoo-user] Nginx dav-ext webdav the gentoo way

2012-04-22 Thread Mick
On Sunday 22 Apr 2012 15:18:46 Norman Rieß wrote: > Hello, > > i am running an OwnCloud instance on my nginx webserver. > The problem is, nginx seems not to implement the OPTIONS and PROPFIND > methods of webdav. But these methods are needed to run OwnCloud webdav. > There

Re: [gentoo-user] How to get nginx serving pages?

2016-11-08 Thread Peter Humphrey
On Monday 07 Nov 2016 12:17:05 Poison BL. wrote: > From the configuration in the aforementioned guide: > > server { > listen 127.0.0.1; > server_name localhost; > > access_log /var/log/nginx/localhost.access_log main; >

Re: [gentoo-user] {OT} RAM & apache MaxClients (rock & a hard place)

2013-03-07 Thread Nilesh Govindrajan
On Fri, Mar 8, 2013 at 3:55 AM, Alan McKinnon wrote: > On 08/03/2013 00:08, Grant wrote: >>>>>> Changing completely from a user-facing apache to a user-facing nginx >>>>>> sounds fraught with peril. >>> >>> The last time I set this up was f

Re: [gentoo-user] Nginx dav-ext webdav the gentoo way

2012-04-22 Thread Norman Rieß
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 22.04.2012 17:36, schrieb Mick: > On Sunday 22 Apr 2012 15:18:46 Norman Rieß wrote: >> Hello, >> >> i am running an OwnCloud instance on my nginx webserver. The >> problem is, nginx seems not to implement the OPTIONS

[gentoo-user] How to get nginx serving pages?

2016-11-07 Thread Peter Humphrey
Hello list, Several years ago I set up an apache2 web server to host a development site, and I had quite a struggle to get it all set up. Now I want to do it again, but I decided to try nginx instead. I've followed the instructions here: https://wiki.gentoo.org/wiki/Nginx ...but

Re: [gentoo-user] How to get nginx serving pages?

2016-11-08 Thread Peter Humphrey
t;> > >> listen 127.0.0.1; > >> server_name localhost; > >> > >> access_log /var/log/nginx/localhost.access_log main; > >> error_log /var/log/nginx/localhost

[gentoo-user] Nginx dav-ext webdav the gentoo way

2012-04-22 Thread Norman Rieß
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, i am running an OwnCloud instance on my nginx webserver. The problem is, nginx seems not to implement the OPTIONS and PROPFIND methods of webdav. But these methods are needed to run OwnCloud webdav. There is a nginx-ext-dav module, which

Re: [gentoo-user] {OT} RAM & apache MaxClients (rock & a hard place)

2013-03-07 Thread Grant
>>>> Changing completely from a user-facing apache to a user-facing nginx >>>> sounds fraught with peril. > > The last time I set this up was for one of our e-commerce sites on Centos. > > It went like this: > > install nginx > vi config file > ch

[gentoo-user] nginx init script dependencies

2011-07-20 Thread Giedrius Kudelis
Hello, I'm new to this mailing list, so greetings to everyone! I am having some trouble starting nginx while some of the network interfaces are down. Running "/etc/init.d/nginx ineed" gives me fsck localmount dhcpcd net.eth0 net.eth1 net.lo I guess this means that all the net.*

Re: [gentoo-user] {OT} RAM & apache MaxClients (rock & a hard place)

2013-03-07 Thread Alan McKinnon
On 07/03/2013 23:48, Grant wrote: >>> It sounds like having apache serve dynamic .html pages and nginx >>> serve images on the same port means turning apache into a proxy for >>> nginx which I'm hoping isn't too difficult. Could this pose any >>> p

Re: [gentoo-user] {OT} RAM & apache MaxClients (rock & a hard place)

2013-03-07 Thread Alan McKinnon
On 08/03/2013 00:08, Grant wrote: >>>>> Changing completely from a user-facing apache to a user-facing nginx >>>>> sounds fraught with peril. >> >> The last time I set this up was for one of our e-commerce sites on Centos. >> >> It went like

Re: [gentoo-user] nginx init script dependencies

2011-07-20 Thread Thanasis
on 07/20/2011 09:32 PM Giedrius Kudelis wrote the following: > Hello, > > I'm new to this mailing list, so greetings to everyone! > > I am having some trouble starting nginx while some of the network interfaces > are down. Running "/etc/init.d/nginx ineed" giv

Re: Re[2]: [gentoo-user] Nginx with PHP-FPM

2012-04-04 Thread Silvio Siefke
Good Morning, On Wed, 4 Apr 2012 23:13:14 +0200 Stefan Schmiedl wrote: > # emerge nginx php:5.3 -pv thanks i have compile php and nginx with ur flags. But the result is same. Nginx like not PHP. The website is blank. Not give out phpinfo(); I dont know what should do now, when self

Re: [gentoo-user] {OT} RAM & apache MaxClients (rock & a hard place)

2013-03-07 Thread Michael Mol
On 03/07/2013 04:44 PM, Grant wrote: >>> Thanks Michael, I think I will set up nginx to serve my images. That >>> should take a big load off apache. Is nginx still beneficial when >>> using the Worker MPM? >> >> It...depends? >> >> nginx in reve

Re: [gentoo-user] {OT} RAM & apache MaxClients (rock & a hard place)

2013-03-07 Thread Grant
>> Thanks Michael, I think I will set up nginx to serve my images. That >> should take a big load off apache. Is nginx still beneficial when >> using the Worker MPM? > > It...depends? > > nginx in reverse caching proxy mode will simply serve up objects before >

Re: [gentoo-user] {OT} RAM & apache MaxClients (rock & a hard place)

2013-03-07 Thread Michael Mol
On 03/07/2013 04:34 PM, Grant wrote: >> Michael's proxy suggestion is excellent too - I use nginx for this >> a lot. It's amazingly easy to set up, a complete breath of fresh >> air after the gigantic do-all beast that is apache. Performance >> depends a lot

Re: [gentoo-user] Nginx with PHP-FPM

2012-04-02 Thread Michael Schreckenbauer
On Monday 02 April 2012 04:26:47 siefke_lis...@web.de wrote: > Hello, > > I try my web hosting environment to mirror locally. On my Rootserver run > Nginx with PHP-FPM under FreeBSD. So i has installed Nginx, PHP and Mysql > here local on Gentoo. But something is not correct, it

Re[4]: [gentoo-user] Nginx with PHP-FPM

2012-04-05 Thread Stefan Schmiedl
Silvio, Thursday, April 5, 2012, 2:11:55 AM, you wrote: S> thanks i have compile php and nginx with ur flags. But the result is same. S> Nginx like not PHP. The website is blank. Not give out phpinfo(); If you have compiled nginx and php with these flags, things should work, if you tel

Re: [gentoo-user] {OT} RAM & apache MaxClients (rock & a hard place)

2013-03-07 Thread Grant
>> It sounds like having apache serve dynamic .html pages and nginx >> serve images on the same port means turning apache into a proxy for >> nginx which I'm hoping isn't too difficult. Could this pose any >> problems for an ecommerce site? > >> Changin

Re: [gentoo-user] {OT} RAM & apache MaxClients (rock & a hard place)

2013-03-07 Thread Michael Mol
up against MaxClients. Is a RAM upgrade the only >>> practical way to solve this sort of problem? >> >> Use a reverse proxy in caching mode. >> >> A request served up by the proxy server is a request not served up by >> Apache. >> >> Squid, nginx

Re: [gentoo-user] {OT} RAM & apache MaxClients (rock & a hard place)

2013-03-07 Thread Grant
> Michael's proxy suggestion is excellent too - I use nginx for this a > lot. It's amazingly easy to set up, a complete breath of fresh air after > the gigantic do-all beast that is apache. Performance depends a lot on > what your sites actually do, if every page is dynamic w

Re: [gentoo-user] {OT} RAM & apache MaxClients (rock & a hard place)

2013-03-09 Thread Grant
>> I can probably dump a lot of apache config. I still need SSL on both >> servers even though only nginx faces the user? > > Perhaps you need Apache for certain pages otherwise this is simply a > quick fix which is fair enough, we always like those at times but it > sou

Re: [gentoo-user] {OT} RAM & apache MaxClients (rock & a hard place)

2013-03-07 Thread Grant
gt;> practical way to solve this sort of problem? > > Use a reverse proxy in caching mode. > > A request served up by the proxy server is a request not served up by > Apache. > > Squid, nginx and varnish are all decent for the purpose, though squid > and nginx are probably

[gentoo-user] Re: [OT] Proxytunnel through nginx

2012-02-21 Thread Mick
On Sunday 19 Feb 2012 18:15:46 Mick wrote: > Hi All, > > I am trying to set up a reverse-proxy at my home to be able to by-pass > restrictive firewalls that only allow http/https traffic. > > So I configured nginx as a reverse-proxy to send connections to the sshd at > the

Re[2]: [gentoo-user] Nginx with PHP-FPM

2012-04-04 Thread Stefan Schmiedl
Silvio, Tuesday, April 3, 2012, 11:39:05 PM, you wrote: S> Could someone possibly provide me the USE flags available S> if someone has run Nginx, PHP and Fpm. S> It were nice. # emerge nginx php:5.3 -pv These are the packages that would be merged, in order: Calculating dep

[gentoo-user] [OT] Proxytunnel through nginx

2012-02-19 Thread Mick
Hi All, I am trying to set up a reverse-proxy at my home to be able to by-pass restrictive firewalls that only allow http/https traffic. So I configured nginx as a reverse-proxy to send connections to the sshd at the home server. However, I fail to establish a connection. The connection

Re: [gentoo-user] {OT} RAM & apache MaxClients (rock & a hard place)

2013-03-08 Thread Michael Hampicke
Am 07.03.2013 22:49, schrieb Michael Mol: > On 03/07/2013 04:44 PM, Grant wrote: >>>> Thanks Michael, I think I will set up nginx to serve my images. That >>>> should take a big load off apache. Is nginx still beneficial when >>>> using the Worker MPM?

Re: [gentoo-user] Nginx with PHP-FPM

2012-04-03 Thread Silvio Siefke
Hello, Could someone possibly provide me the USE flags available if someone has run Nginx, PHP and Fpm. It were nice. Regards Silvio

Re: [gentoo-user] {OT} RAM & apache MaxClients (rock & a hard place)

2013-03-08 Thread Michael Hampicke
Am 08.03.2013 10:02, schrieb Michael Hampicke: > Am 07.03.2013 22:49, schrieb Michael Mol: >> On 03/07/2013 04:44 PM, Grant wrote: >>>>> Thanks Michael, I think I will set up nginx to serve my images. That >>>>> should take a big load off apache. Is ngin

Re: [gentoo-user] OT: webserver reccomendations

2015-06-28 Thread Mick
On Sunday 28 Jun 2015 16:05:41 Neil Bothwick wrote: > On Sun, 28 Jun 2015 13:28:27 +0100, Mick wrote: > > I am using apache, nginx, thttpd, boa. > > > > I have also used lighttpd in the past. > > Why did you stop using lighttpd? I avoided offering much explanat

Re: [gentoo-user] Re: help! IP blocking not working

2016-09-07 Thread Grant
>>> Hi, my site is being ravaged by an IP but dropping the IP via >>> shorewall is seeming to have no effect. I'm using his IP from nginx >>> logs. IP blocking in shorewall has always worked before. What could >>> be happening? >> >> >&

Re: [gentoo-user] {OT} RAM & apache MaxClients (rock & a hard place)

2013-03-09 Thread Grant
>> I can probably dump a lot of apache config. I still need SSL on both >> servers even though only nginx faces the user? > > You don't need SSL at both. Only nginx is enough. > But to ensure nginx performs well at SSL, follow this - > http://matt.io/entry/ur

Re: [gentoo-user] Nginx with PHP-FPM

2012-04-04 Thread Silvio Siefke
Hello, ok i have found the problem. Maybe is it the php.ini files, because i has deactivated the ini files at all and the system run. But in disable_functions is not set phpinfo, why nginx give it not out? Regards Silvio

Re: [gentoo-user] Nginx with Python

2013-01-25 Thread Silvio Siefke
Hello, On Fri, 25 Jan 2013 08:35:33 +0530 Nilesh Govindrajan wrote: > Does your python application implement WSGI? Yes. Now all is okay, webpy is running. Next is Django and then i like my nginx again. Regards & Thank you Silvio

Re: [gentoo-user] Nginx with PHP-FPM

2012-04-02 Thread Michael Schreckenbauer
dvice. But nothing happen the result is same like before. > Blank website, no phpinfo output. > > In logs stand only "closed keepalive connection, can it be that something > in php-fpm.conf not correct is set? to get more info from nginx, try to increase the log level, eg error_log /v

Re: [gentoo-user] Nginx with PHP-FPM

2012-04-02 Thread Silvio Siefke
Hello, i have now setup a Freebsd box in Vmware and build the environment, has no problem, run without any problems. Strange that not run on Gentoo. I have changed the Gentoo Nginx config to Freebsd Nginx config, but the result is the same. Blank white page. nginx.conf > http://nopaste.i

Re: [gentoo-user] OT: webserver reccomendations

2015-06-28 Thread Bill Kenworthy
pint in my >> hand. :-)) > > So this is turning into a pub argument about which web server is best? :) > >> All these are good servers for particular use cases. My use case for >> the lighttpd was an embedded system with a 266Mhz SoC and 32MB of RAM. >> I trie

Re: [gentoo-user] Nginx with PHP-FPM

2012-04-02 Thread Silvio Siefke
Hello, On Mon, 02 Apr 2012 14:30 +0200 Michael Schreckenbauer wrote: > to get more info from nginx, try to increase the log level, eg > error_log /var/log/nginx/error_log debug; > php-fpm.conf looks correct to me. > You include fastcgi.conf. Could you post the contents? The

Re: [gentoo-user] Re: TCP Queuing problem

2016-10-01 Thread Grant
processes are always idle or nearly idle, even when traffic > levels are high. But it must be the case that each request made to > nginx which is then handed off to apache2 monopolizes an apache2 > process even though my backend application server is the one using all > the CPU instead o

Re: [gentoo-user] OT: webserver reccomendations

2015-06-28 Thread Mick
case for > >> the lighttpd was an embedded system with a 266Mhz SoC and 32MB of RAM. > >> I tried thttpd, lighttpd, apache and nginx on it. > >> > >> - lighttpd was heavier on memory usage, although not as bad as apache. > >> > >> - nginx was light

Re: [gentoo-user] {OT} RAM & apache MaxClients (rock & a hard place)

2013-03-09 Thread Nilesh Govindrajan
On Sun, Mar 10, 2013 at 9:40 AM, Grant wrote: >>> I can probably dump a lot of apache config. I still need SSL on both >>> servers even though only nginx faces the user? >> >> You don't need SSL at both. Only nginx is enough. >> But to ensure nginx per

Re: [gentoo-user] Re: help! IP blocking not working

2016-09-06 Thread Jeremi Piotrowski
On Tue, Sep 06, 2016 at 01:57:54PM -0700, Grant wrote: > > Hi, my site is being ravaged by an IP but dropping the IP via > > shorewall is seeming to have no effect. I'm using his IP from nginx > > logs. What you really need is to set up net-anlyzer/fail2ban and not do this

Re: [gentoo-user] Nginx with Python

2013-01-26 Thread Nilesh Govindrajan
33 +0530 > Nilesh Govindrajan wrote: > > > Does your python application implement WSGI? > > Yes. Now all is okay, webpy is running. Next is Django and then i like > my nginx again. > > > Regards & Thank you > Silvio > >

Re: [gentoo-user] Re: How to set up a website

2020-03-20 Thread Peter Humphrey
On Thursday, 19 March 2020 18:35:33 GMT Ian Zimmerman wrote: > On 2020-03-19 18:53, J. Roeleveld wrote: > > I found it far simpler to use Nginx when dealing with different > > websites, incl. seperate SSL certificates per site even though it is 1 > > server and public IP. &

[gentoo-user] Re: help! IP blocking not working

2016-09-06 Thread Grant
> Hi, my site is being ravaged by an IP but dropping the IP via > shorewall is seeming to have no effect. I'm using his IP from nginx > logs. IP blocking in shorewall has always worked before. What could > be happening? I'm blocking like this with the firewall running on

Re: [gentoo-user] Nginx with Python

2013-01-24 Thread Silvio Siefke
our uWSGI xml config file. UWSGI_XML_CONFIG=/etc/uwsgi.d/pss.xml gentoo-mobile init.d # cat /etc/uwsgi.d/pss.xml siefke siefke /tmp/python.siefke.sock 1 20 128 /var/www/python.silviosiefke.de/log/uwsgi.log gentoo-mobile init.d # cat /etc/nginx/si

[gentoo-user] Nginx with PHP-FPM

2012-04-01 Thread siefke_lis...@web.de
Hello, I try my web hosting environment to mirror locally. On my Rootserver run Nginx with PHP-FPM under FreeBSD. So i has installed Nginx, PHP and Mysql here local on Gentoo. But something is not correct, it want not really run. I has search in web and use the config for Nginx on Gentoo (is

Re: [gentoo-user] monitoring system resource usage

2013-06-17 Thread Grant
>>>> Agreed! Although getting apache, mysql, and nginx plugins fully >>>> working is proving to be a little trickier. To get those going it's >>>> necessary to edit /etc/munin/plugin-conf.d/munin-node as well as some >>>> apache and nginx

Re: [gentoo-user] Nginx with Python

2013-01-24 Thread Nilesh Govindrajan
> > /tmp/python.siefke.sock > > 1 > 20 > 128 > > > /var/www/python.silviosiefke.de/log/uwsgi.log > > > gentoo-mobile init.d # cat /etc/nginx/sites/python_siefke.conf > server > { > listen 80; > server_name p

Re: [gentoo-user] monitoring system resource usage

2013-06-16 Thread Dale
Grant wrote: > Agreed! Although getting apache, mysql, and nginx plugins fully > working is proving to be a little trickier. To get those going it's > necessary to edit /etc/munin/plugin-conf.d/munin-node as well as some > apache and nginx config. Still working on getting it all 1

Re: [gentoo-user] monitoring system resource usage

2013-06-17 Thread Grant
>> Agreed! Although getting apache, mysql, and nginx plugins fully >> working is proving to be a little trickier. To get those going it's >> necessary to edit /etc/munin/plugin-conf.d/munin-node as well as some >> apache and nginx config. Still working on getting it

Re: [gentoo-user] How to set up a website

2020-03-19 Thread Michael
/htdocs/ and leave /var/www/localhost/htdocs as the default catch-all apache webpage to be served for testing purposes. Then set separate configuration files (/etc/apache2/vhosts.d/* and /etc/ apache2/modules.d/*) for each domain, which you can easily clone/copy thereafter. > Is there a sp

Re: [gentoo-user] OT: webserver reccomendations

2015-06-28 Thread Neil Bothwick
gument about which web server is best? :) > All these are good servers for particular use cases. My use case for > the lighttpd was an embedded system with a 266Mhz SoC and 32MB of RAM. > I tried thttpd, lighttpd, apache and nginx on it. > > - lighttpd was heavier on memory usa

[gentoo-user] aggregate logs into Elasticsearch

2020-04-03 Thread Stefan G. Weichinger
I am trying my first steps to collect and aggregate logs into a elasticsearch/kibana combo. I have them in a docker-compose stack and want to collect nginx and postfix logs for a start. So far I am confused by stuff like filebeat, logstash, fluentd ... brrr Could someone explain or even share

Re: [gentoo-user] Re: help! IP blocking not working

2016-09-06 Thread J. Roeleveld
On September 6, 2016 10:57:54 PM GMT+02:00, Grant wrote: >> Hi, my site is being ravaged by an IP but dropping the IP via >> shorewall is seeming to have no effect. I'm using his IP from nginx >> logs. IP blocking in shorewall has always worked before. What could &g

Re: [gentoo-user] Nginx with PHP-FPM

2012-04-04 Thread Silvio Siefke
Hello, now i have build php and nginx from source direct, emerge --unmerge, have downloaded the sourcecode and compile it and same it run not. Thats really crazy, what is this? Is this maybe with eselect profile list option? Because i use gentoo-desk imap # eselect profile list Available

Re: [gentoo-user] {OT} RAM & apache MaxClients (rock & a hard place)

2013-03-06 Thread Michael Mol
upgrade the only > practical way to solve this sort of problem? Use a reverse proxy in caching mode. A request served up by the proxy server is a request not served up by Apache. Squid, nginx and varnish are all decent for the purpose, though squid and nginx are probably the more p

Re: [gentoo-user] {OT} RAM & apache MaxClients (rock & a hard place)

2013-03-06 Thread Alan McKinnon
myself >> periodically up against MaxClients. Is a RAM upgrade the only >> practical way to solve this sort of problem? > > Use a reverse proxy in caching mode. > > A request served up by the proxy server is a request not served up by > Apache. > > Squid, ngi

Re: [gentoo-user] OT: webserver reccomendations

2015-06-28 Thread Mick
ng vhosts. > > > > Is there something else much lighter weight than Apache for (each) of > > these tasks? - doesn't have to be the same application as I want to > > separate the tasks rather than have one huge complex Apache > > configuration serving an extre

Re: [gentoo-user] {OT} RAM & apache MaxClients (rock & a hard place)

2013-03-08 Thread Kevin Chadwick
> I can probably dump a lot of apache config. I still need SSL on both > servers even though only nginx faces the user? Perhaps you need Apache for certain pages otherwise this is simply a quick fix which is fair enough, we always like those at times but it sounds to me like you coul

Re: [gentoo-user] nginx init script dependencies

2011-07-20 Thread Giedrius Kudelis
Hi, Thanks very much, that works! Best regards, Giedrius Kudelis

Re: [gentoo-user] {OT} LWP::UserAgent slows website

2013-02-16 Thread Grant
ch is quick, easy, cheap > and often rather effective), sensible optimizations can work wonders > too, as can nginx as a proxy in front of Apache. I've been using net-mail/up-imapproxy but the initscript has issues. Is nginx good for IMAP too? - Grant

Re: [gentoo-user] OT: webserver reccomendations

2015-06-28 Thread Nuno Magalhães
Been happy with nginx ever since it wasn't 1.0 yet. Curious about YAWS :)

Re: [gentoo-user] monitoring system resource usage

2013-06-16 Thread Grant
evel and > make sure the munin cron job is enabled. Then just browse to > http://localhost/munin > > There's also a entry on the gentoo wiki: http://wiki.gentoo.org/wiki/Munin Agreed! Although getting apache, mysql, and nginx plugins fully working is proving to be a little trickier. To get those going it's necessary to edit /etc/munin/plugin-conf.d/munin-node as well as some apache and nginx config. Still working on getting it all 100%. - Grant

Re: [gentoo-user] Any good documentation out there? Anyone use NGINX?

2009-10-05 Thread Keith Dart
=== On Mon, 10/05, David Juhl wrote: === > Any thoughts are appreciated... === Find another job? -- Keith Dart -- -- Keith Dart ===

Re: [gentoo-user] Re: help! IP blocking not working

2016-09-06 Thread Alan McKinnon
On 06/09/2016 22:57, Grant wrote: >> Hi, my site is being ravaged by an IP but dropping the IP via >> shorewall is seeming to have no effect. I'm using his IP from nginx >> logs. IP blocking in shorewall has always worked before. What could >> be happening? >

Re: [gentoo-user] Any good documentation out there? Anyone use NGINX?

2009-10-06 Thread Dale
David Juhl wrote: > Finding another job is impossible. I am under an enlistment contract. > > > And if you did, you wouldn't have any internet access in the brig. O_O Dale :-) :-)

Aw: Re: Re: [gentoo-user] local mirrors (summary, leading to more questions)

2019-04-29 Thread n952162
abase. Yes, as instructed here: https://wiki.gentoo.org/wiki/Local_Mirror#Setting_up_the_mirror > Then, whatever you use to fetch distfiles for installation, it uses ftp or > http transport to fetch them. ... This page discusses local distfile servers: https://wiki.gentoo.org/wiki/Local_distfiles_

Re: [gentoo-user] Is there an Apache configuration guide for gentoo?

2009-10-05 Thread David Juhl
I found nginx But the documentation on it is a little hard to understand. I tried to follow some examples... I got it working... I'll need to play with it some more.. -- David L. Juhl

[gentoo-user] Re: How to set up a website

2020-03-19 Thread Ian Zimmerman
On 2020-03-19 18:53, J. Roeleveld wrote: > I found it far simpler to use Nginx when dealing with different > websites, incl. seperate SSL certificates per site even though it is 1 > server and public IP. +1 -- Ian

Re: [gentoo-user] [OT] easy to use proxy server

2014-02-17 Thread Nilesh Govindrajan
On 17 Feb 2014 16:15, "pat" wrote: > > Hi, > > Please, could someone suggest easy to use proxy server which supports SSL? > > Thanks > > Pat > > > > Freehosting PIPNI - http://www.pipni.cz/ > > Forward - squid, apache. Reverse - squid, apache, nginx

Re: [gentoo-user] QEMU/distcc combination question64-

2016-01-02 Thread Jc García
2016-01-02 22:31 GMT-06:00 Jc García : > I serve the binpkg host from my > desktop to my LAN with nginx but I'm considering git from the booted > container Correction: * I'm considering doing it from the booted container

[gentoo-user] Nginx with Python

2013-01-23 Thread Silvio Siefke
Hello, has someone run this part of Server and maybe will share the way? I look since days for tutorial but so really want nothing run. With Gentoo found nothing really most of them speak from Ubuntu. Thank you for Help & Greetings Silvio

[gentoo-user] help! IP blocking not working

2016-09-06 Thread Grant
Hi, my site is being ravaged by an IP but dropping the IP via shorewall is seeming to have no effect. I'm using his IP from nginx logs. IP blocking in shorewall has always worked before. What could be happening? - Grant

Re: [gentoo-user] {OT} RAM & apache MaxClients (rock & a hard place)

2013-03-06 Thread Michael Mol
gt; website's code and sped the site way up, and now I find myself >>> periodically up against MaxClients. Is a RAM upgrade the only >>> practical way to solve this sort of problem? >> >> Use a reverse proxy in caching mode. >> >> A request served up

Re: [gentoo-user] Any good documentation out there? Anyone use NGINX?

2009-10-06 Thread David Juhl
Finding another job is impossible. I am under an enlistment contract. On Mon, 2009-10-05 at 19:38 -0700, Keith Dart wrote: > === On Mon, 10/05, David Juhl wrote: === > > Any thoughts are appreciated... > === > > Find another job? > > > -- Keith Dart > -- SGT Juhl, David L. US ARMY

Re: [gentoo-user] Any good documentation out there? Anyone use NGINX?

2009-10-06 Thread Keith Dart
=== On Tue, 10/06, David Juhl wrote: === > Finding another job is impossible. I am under an enlistment contract. === Oh... sorry. Well then, my advice is don't try to get around any firewall or other security practices... -- Keith Dart --

Re: [gentoo-user] OT: webserver reccomendations

2015-06-28 Thread Neil Bothwick
On Sun, 28 Jun 2015 13:28:27 +0100, Mick wrote: > I am using apache, nginx, thttpd, boa. > > I have also used lighttpd in the past. Why did you stop using lighttpd? -- Neil Bothwick Give me ambiguity or give me something else. pgppl1jOa8so8.pgp Description: OpenPGP digital signature

Re: [gentoo-user] Nginx with Python

2013-01-26 Thread Silvio Siefke
On Sat, 26 Jan 2013 14:05:53 +0530 Nilesh Govindrajan wrote: > Typing from mobile, sorry for top post. No Problem. > I haven't worked with Django, so don't know. Ping @unbit on twitter. He > might be knowing. It's run fine. Thank you. Twitter i can not write, no account. Regards & Thank yo

Re: [gentoo-user] {OT} RAM & apache MaxClients (rock & a hard place)

2013-03-06 Thread Alan McKinnon
gt;>> Use a reverse proxy in caching mode. >>> >>> A request served up by the proxy server is a request not served up by >>> Apache. >>> >>> Squid, nginx and varnish are all decent for the purpose, though squid >>> and nginx are probably the

Re: [gentoo-user] php-cgi must be run as root?

2011-05-06 Thread Andrea Conti
> The access permission to > /usr/lib64/php5.3/bin/php-cgi is 755, so I think everyone can execute > it. Then, what is the problem? Most probably, the nginx user cannot access the .php file you're trying to execute, either because of its permissions or because it cannot traverse one

Re: [gentoo-user] OT: but cool - NASDAQ is gentoo powered

2011-08-16 Thread Jens Reinemuth
I use it on all of my hardware (except the smartphone)... That includes my server (Xeon, 64bit, nginx, mariadb, mongodb, postfix, ...), my pc at home (Core2, 64Bit, kde 4.7), the netbook (32bit, atom, kde 4.7), my file-server (atom, 64bit, samba)... gentoo is the system of choice on every new

Re: [gentoo-user] monitoring system resource usage

2013-06-17 Thread Dale
Grant wrote: >>> Agreed! Although getting apache, mysql, and nginx plugins fully >>> working is proving to be a little trickier. To get those going it's >>> necessary to edit /etc/munin/plugin-conf.d/munin-node as well as some >>> apache and nginx co

Re: [gentoo-user] Reverse Proxy with Apache2

2022-01-18 Thread Anatoly Laskaris
t conflict. Dynamic ports with service discovery == no port conflicts. Why start the email asking why something old is used and then finish the email suggesting the possibility of using something else old? Not that old as apache. Nginx is still widly used (contrast to apache), but is being repl

Re: [gentoo-user] Re: help! IP blocking not working

2016-09-07 Thread Rich Freeman
On Wed, Sep 7, 2016 at 9:14 AM, Grant wrote: >>>> Hi, my site is being ravaged by an IP but dropping the IP via >>>> shorewall is seeming to have no effect. I'm using his IP from nginx >>>> logs. IP blocking in shorewall has always worked before. What

Re: [gentoo-user] Is there an Apache configuration guide for gentoo?

2009-10-05 Thread Keith Dart
=== On Mon, 10/05, David Juhl wrote: === > I gave up on apache. I'm positive the permissions are right, and > coughed it up to not understanding the config files. I use nginx now. === I use lighttpd and don't have any problems with it. Its configuration is a bit obtuse, howeve

Re: [gentoo-user] QEMU/distcc combination question64-

2016-01-03 Thread Neil Bothwick
On Sat, 2 Jan 2016 22:34:24 -0600, Jc García wrote: > > I serve the binpkg host from my > > desktop to my LAN with nginx but I'm considering git from the booted > > container > Correction: > * I'm considering doing it from the booted container Why n

Re: [gentoo-user] The LIGHTEST web server (just for serving files) ?

2011-11-12 Thread Nilesh Govindarajan
I missed, but not > necessary. > > Rgds, nginx. You can disable fastcgi/etc using use flags. -- Nilesh Govindarajan http://nileshgr.com

Re: [gentoo-user] Nginx with Python

2013-01-23 Thread Nilesh Govindrajan
On Thursday 24 January 2013 05:34:50 AM IST, Silvio Siefke wrote: > Hello, > > has someone run this part of Server and maybe will share the way? I look > since days for tutorial but so really want nothing run. With Gentoo found > nothing really most of them speak from Ubuntu. > > > Thank you for He

[gentoo-user] SmokePing question

2018-07-31 Thread Alarig Le Lay
so in the nginx logs. Does anyone have a clue about that? Thanks, -- alarig

Re: [gentoo-user] apache htaccess - block IP range

2020-03-18 Thread Alarig Le Lay
to bother about how to do this with apache/nginx or another process, I’m blocking the traffic directly from iptables: iptables -s 114.119.128.0/19 -j DROP -- Alarig

  1   2   >