Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'root': 0.05; '1300': 0.09; 'received:151': 0.09; 'skip:/ 10': 0.09; 'apache': 0.15; '00:00:00': 0.16; '12:04': 0.16; 'chris,': 0.16; 'grep': 0.16; 'subject:WSGI': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'probably': 0.32; 'running': 0.33; 'should': 0.36; 'christian': 0.38; 'server': 0.38; 'skip:[ 10': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39 X-Greylist: Passed host: 37.201.133.86 X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-18.arcor-online.net 4EBFE3DC320 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arcor.de; s=mail-in; t=1401020529; bh=Bo7SBxSXSOL+aPgmRUZdksDpKC/1bEoaLr7NpkyLCzs=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=sXz4r09oBjpc5N/8pIMsy7e0LC4gNtVPm25maY+zKiRWHMY+yTVy7bGZULaUP736w LA5xVroj78WMyeWG+7UvzsLodWznPCw+5/29pW9QI41pDnWfMr+uha2DS4yx5ee9QS 4yKmVhzxZgjGku7xTG9htS+16eG/i2rhuAY7A9nQ= Date: Sun, 25 May 2014 14:22:08 +0200 From: Chris User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: WSGI References: <20140519205252.264fc764@bigbox.christie.dr> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Sun, 25 May 2014 20:50:14 +0200 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1401043815 news.xs4all.nl 2853 [2001:888:2000:d::a6]:35746 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:72027 On 05/25/2014 12:04 PM, alister wrote: > is your apache server running as root? > if so it probably should be corrected One is running as chris, the others as apache: [root@t-centos1 ~]# ps -ef|grep httpd root 1199 1 0 08:47 ? 00:00:01 /usr/sbin/httpd chris 1293 1199 0 09:47 ? 00:00:00 /usr/sbin/httpd apache 1294 1199 0 09:47 ? 00:00:00 /usr/sbin/httpd apache 1295 1199 0 09:47 ? 00:00:00 /usr/sbin/httpd apache 1296 1199 0 09:47 ? 00:00:00 /usr/sbin/httpd apache 1297 1199 0 09:47 ? 00:00:00 /usr/sbin/httpd apache 1298 1199 0 09:47 ? 00:00:00 /usr/sbin/httpd apache 1299 1199 0 09:47 ? 00:00:00 /usr/sbin/httpd apache 1300 1199 0 09:47 ? 00:00:00 /usr/sbin/httpd apache 1301 1199 0 09:47 ? 00:00:00 /usr/sbin/httpd root 1578 1566 0 14:21 pts/0 00:00:00 grep httpd -- Gruß, Christian