similar to: can I let all winbindd processes accept connections like nginx does

Displaying 20 results from an estimated 6000 matches similar to: "can I let all winbindd processes accept connections like nginx does"

2013 Jul 26
1
nginx exploit / accept filters
As described here: http://lists.grok.org.uk/pipermail/full-disclosure/2013-July/091084.html If I understand this correctly our accept filters will have zero effect on stopping this exploit, correct?
2015 Mar 26
3
winbindd: Failed to fetch our own, local AD domain join password for winbindd's internal use
Hello, I apologize in advance for cross-posting (and posting for help) to samba-technical, but I've been seeking help on the samba list and bugzilla since last week and have had no replies. Using Google, I've found this issue referenced only once on the mailing list and once in a bugzilla bug (10991). Unfortunately, I've found no resolutions. The problem appears to be specific to
2003 Sep 15
1
winbindd using FQDN domain name now?
As of RC3 and RC4, I've noticed that winbindd's wb_getpwuid function is using the form <FQDN-domain><winbind-seperator><username>, and before, it was simply <NetBIOS-domain><winbind-seperator><username>. The net effect of what I'm seeing is that users which have a UNIX account locally on the samba box and also a domain account are being
2015 Mar 27
0
winbindd: Failed to fetch our own, local AD domain join password for winbindd's internal use
Hai Tom, Im not in 4.2 yet, but maybe i can help analize your problem. ( as long its possible, big power outage in the netherlands.. ) this : https://lists.samba.org/archive/samba/2014-September/185031.html is a good example how not to setup your samba server. so before we can think with, please post (and sorry if its again) some info. Your OS? Compiles samba or os provided samba, or
2019 May 03
3
Permissions on nginx logs
Hi folks. Just wondering if I can change the ownership on the nginx logs folder so I can access them easier for analysis on a regular basis and cronjobs. /var/log/nginx is owned by nginx:nginx which shuts me out. Cheers, Bee
2023 Aug 09
1
Upload files and folders to nginx web server from the browser
Hi, Is there a way to upload files to nginx webserver https://software.mydomain.com from the browser ? I have the below nginx config file. I am running nginx version: nginx/1.24.0 on CentOS Linux release 7.9.2009 (Core) # nginx -v nginx version: nginx/1.24.0 # cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) # *cat /etc/nginx/conf.d/default.conf* > server { > listen
2006 Nov 13
2
mongrel upload progress and nginx
Does anyone know whether the mongrel upload progress plugin works with nginx? It works fine for my app under pound, but not with nginx. I am using DRb to handle the uploads as detailed at http://mongrel.rubyforge.org/docs/upload_progress.html . If I am using pound I can see the uploads with irb -r lib/upload_client.rb , but cannot if I am using nginx. Does anyone know anything more about this
2015 Jun 01
0
nginx conflicting server name ignored warning
Guys, I'm getting a strange warning whenever I do a config test or a restart of nginx 1.0.15 [root at aoadbld00032lb nginx]# nginx -t nginx: [warn] conflicting server name "aoadbld00032lb.company.com" on 0.0.0.0:80, ignored nginx: [warn] conflicting server name "logs.pcf.company.com" on 0.0.0.0:80, ignored nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
2019 Dec 26
3
Nginx on CentOS 7: which one for production?
Hi, I'm currently fiddling with Nginx to get acquainted with its various quirks and idiosyncrasies. I have a public CentOS 7 sandbox server, and I've tried various setups. Install the binary from EPEL, install various binaries from SCLo, build from source. I wonder which version is recommended for production use on CentOS 7. Any suggestions? Cheers & happy Christmas holidays,
2011 Mar 11
4
Alternatives to apache for php based servers: Nginx
Hi, Anyone here using Nginx as alternative to apache in conjunction to php scripts? Care to share thoughts and caveats? I am reading that it is a good alternative but do not know the real life limitations, diferences to apache, which repo to fetch etc. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Sep 12
2
Nginx conf with all the right rules for mongrel_cluster
Folks- James Cox, Alexy Kovyrin and I all huddled up and got nginx working perfectly with mongrel cluster and rails page caching. So all static and cached files are served fast by nginx and anything not static gets sent to mongrel. http://brainspl.at/articles/2006/09/12/new-nginx-conf-with-rails-caching Cheers- -Ezra
2014 Apr 01
1
BUG dovecot and nginx
we have setup a two level proxy configuration for our zimbra server: [ dovecot 2.2.12 (imap proxy mode) ] V [ nginx (imap proxy mode) ] V [ zimbra imap server] and it does not work ... after tying a login, the connection just hangs and ends after 30 seconds with a timeout. - if I try again rightaway in the same dovecot connection, the login goes though without trouble.
2015 Dec 22
0
Announcing release for nginx 1.6 and 1.8 on CentOS Linux 6 x86_64 SCL
I am pleased to announce the immediate availability of versions 1.6 and 1.8 of the nginx HTTP and reverse proxy server on CentOS Linux 6 x86_64, delivered via a Software Collection (SCL) built by the SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). QuickStart ---------- You can get started in three easy steps: $ sudo yum install centos-release-scl $ sudo
2015 Dec 22
0
Announcing release for nginx 1.6 and 1.8 on CentOS Linux 7 x86_64 SCL
I am pleased to announce the immediate availability of versions 1.6 and 1.8 of the nginx HTTP and reverse proxy server on CentOS Linux 7 x86_64, delivered via a Software Collection (SCL) built by the SCLo Special Interest Group (https://wiki.centos.org/SpecialInterestGroup/SCLo). QuickStart ---------- You can get started in three easy steps: $ sudo yum install centos-release-scl $ sudo yum
2019 May 04
2
Permissions on nginx logs
Just did that, and I still can?t do this: $ cd /var/log/nginx -bash: cd: /var/log/nginx: Permission denied > On May 3, 2019, at 7:22 PM, John Pierce <jhn.pierce at gmail.com> wrote: > > Add group nginx to your user... usermod -G nginx,... username > (Where .... Is any other groups you're a member of, not counting your > primary group) Cheers, Bee
2014 Oct 29
3
Right way to install phpMyAdmin through Nginx and PHP-FPM
First I know this is not a list for PHP or Nginx setup or something else but I'll give it a try and ask here for support I'm running a new server with PHP 5.5.18 and Nginx 1.6.2 through FPM/FastCGI. The server is working fine since I have other websites running on it. Now I'm trying to configure phpMyAdmin and I tried this: * 1. *Create a file under
2013 Jan 07
1
Nginx and puppet
Hello, I use puppetmaster behind nginx and I have a strange issue. The master can sign the agent but after this, I have an SSL error. If I don''t use nginx, everything work great, no problem with ssl. The nginx configuration and the ssl error are here : http://pastebin.com/nEt5uvN2 Thanks for the help. -- You received this message because you are subscribed to the Google Groups
2011 Nov 14
3
nginx + unicorn deployment survey
Hello all, I''m wondering if you deploy nginx: 1) on the same machine that runs unicorn (exclusively proxying to that) 2) on a different machine that doesn''t run unicorn 3) both, nginx could forward to either to localhost or another host on the same LAN And of course, the reason(s) you chose what you chose. I''m inclined to believe many folks are on 1) simply
2020 Jan 01
2
Nginx and SELinux on CentOS 7
Hi, I'm currently fiddling with Nginx on CentOS 7. Eventually I want to use it instead of Apache on some servers. Apache works more or less out of the box with SELinux. My websites are all stored under /var/www, and ls -Z shows me that all files created under /var/www are correctly labeled httpd_sys_content_t. On my sandbox server I don't have Apache (httpd) installed, only Nginx
2013 Feb 12
0
nginx-1.2.7
Changes with nginx 1.2.7 12 Feb 2013 *) Change: now if the "include" directive with mask is used on Unix systems, included files are sorted in alphabetical order. *) Change: the "add_header" directive adds headers to 201 responses. *) Feature: the "geo" directive now supports IPv6 addresses in CIDR