Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #72027

Re: WSGI

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 <ch2009@arcor.de>
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 <ch2009@arcor.de>
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 <btv115Fb0rlU1@mid.individual.net> <20140519205252.264fc764@bigbox.christie.dr> <mailman.10281.1401005873.18130.python-list@python.org> <pejgv.154404$hK2.6465@fx04.am4>
In-Reply-To <pejgv.154404$hK2.6465@fx04.am4>
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 <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.10309.1401043815.18130.python-list@python.org> (permalink)
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

Show key headers only | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Python CGI Christian <chris_news@arcor.de> - 2014-05-19 20:32 +0200
  Re: Python CGI Burak Arslan <burak.arslan@arskom.com.tr> - 2014-05-19 21:53 +0300
  Re: Python CGI Tim Chase <python.list@tim.thechases.com> - 2014-05-19 20:52 -0500
  WSGI (was: Re: Python CGI) Christian <chris_news@arcor.de> - 2014-05-25 09:01 +0200
  WSGI (was: Re: Python CGI) Chris <ch2009@arcor.de> - 2014-05-25 09:06 +0200
    Re: WSGI (was: Re: Python CGI) alister <alister.nospam.ware@ntlworld.com> - 2014-05-25 10:04 +0000
      Re: WSGI Chris <ch2009@arcor.de> - 2014-05-25 14:22 +0200

csiph-web