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


Groups > comp.lang.python > #62729

Re: Apache restart after source changes

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <dualbus@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.014
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'received:198': 0.07; 'restart': 0.09; 'stack.': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'django': 0.11; 'changes': 0.15; 'apache': 0.15; 'evaluating': 0.16; 'finds': 0.16; 'l\xc3\xb3pez': 0.16; 'subject:Apache': 0.16; 'subject:after': 0.16; 'wsgi': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'cc:addr:python.org': 0.22; 'header :User-Agent:1': 0.23; 'issue,': 0.24; 'file.': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'source': 0.25; '(for': 0.26; 'header:In-Reply-To:1': 0.27; 'compared': 0.30; 'dec': 0.30; '25,': 0.31; 'alan': 0.31; 'linux': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'example,': 0.37; 'being': 0.38; 'server': 0.38; 'issue': 0.38; 'major': 0.40; 'how': 0.40; 'skip:u 10': 0.60; 'from:charset:utf-8': 0.61; 'content- disposition:inline': 0.62; 'situation': 0.65; 'to:addr:gmail.com': 0.65; 'touch': 0.74; 'eduardo': 0.84; 'god,': 0.84; 'subject:source': 0.84; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=g3pVyaFrocVBsAVpkfaKLu5ISkTLUnFSrJ7ulsfgGQY=; b=H2pVDtb3ON6FUQa26gkPV3NsvzAkztZrITrYHIYdwTa9Pc0KdWobFW9Dz0uPQl6vrz 8lfbtS0bp6RZjsjcVrZN4AydiJhBcPn5ausr10D9h0HRaGWFqOnKv+OktHSsEXK5Z/H7 xZWzjsbjnjwcU4ITn+mjzrKBWtR1bmOENYMf470eIEob+cKw5vsFvMj97P0PaYvgp5bF cfwEQdsQOCePgBgTP9fE2qsVTIZpfy5MkqqGJvYxg9WfZhpn78t9QqtlC1GcljVfIZF8 HuCgxUMapz8CfbJkpT8yO2GAW+bEJjBZlcpBAP2QhtouKMHxjginus6ISMhNM2ac00i6 UVlg==
X-Received by 10.68.234.67 with SMTP id uc3mr28689754pbc.27.1388039266661; Wed, 25 Dec 2013 22:27:46 -0800 (PST)
Date Wed, 25 Dec 2013 22:27:44 -0800
From Eduardo A. Bustamante López <dualbus@gmail.com>
To Fredrik Bertilsson <frebe73@gmail.com>
Subject Re: Apache restart after source changes
References <9e70e719-10f9-4772-8da9-0270538f9fba@googlegroups.com>
MIME-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Disposition inline
Content-Transfer-Encoding 8bit
In-Reply-To <9e70e719-10f9-4772-8da9-0270538f9fba@googlegroups.com>
User-Agent Mutt/1.5.21 (2010-09-15)
Cc python-list@python.org
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.4625.1388039269.18130.python-list@python.org> (permalink)
Lines 11
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1388039269 news.xs4all.nl 2863 [2001:888:2000:d::a6]:37955
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:62729

Show key headers only | View raw


On Wed, Dec 25, 2013 at 09:57:42PM -0800, Fredrik Bertilsson wrote:
> I am evaluating Python for web development and just found out that I need to restart Apache after source changes on windows. Using linux the situation is better but I still have to touch the wsgi file. Is it only me that finds this being a major drawback compared to PHP?
How is it a «major drawback». «Oh, god, I have to touch that file!
This is unbearable! It's unbeliavable!!! How awful».

Also, it's not a python issue, it's an issue with your particular
stack. Other stacks do automatic reloading (for example, the web
server that Django uses).

-- 
Eduardo Alan Bustamante López

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


Thread

Apache restart after source changes Fredrik Bertilsson <frebe73@gmail.com> - 2013-12-25 21:57 -0800
  Re: Apache restart after source changes Eduardo A. Bustamante López <dualbus@gmail.com> - 2013-12-25 22:27 -0800
    Re: Apache restart after source changes Fredrik Bertilsson <frebe73@gmail.com> - 2013-12-25 22:36 -0800
      Re: Apache restart after source changes Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-12-26 14:13 +0100
      Re: Apache restart after source changes diverman <pavel@schon.cz> - 2013-12-29 23:32 -0800
  Re: Apache restart after source changes Ned Batchelder <ned@nedbatchelder.com> - 2013-12-26 08:26 -0500

csiph-web