Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31621
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.062 |
| X-Spam-Evidence | '*H*': 0.88; '*S*': 0.00; 'subject:python': 0.11; 'apache': 0.13; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'oct': 0.16; 'scripts.': 0.16; 'wrote:': 0.17; 'script.': 0.17; 'thu,': 0.17; 'header:In-Reply-To:1': 0.25; 'guess': 0.27; 'message-id:@mail.gmail.com': 0.27; 'all.': 0.28; 'cgi': 0.29; 'mirror': 0.29; 'e.g.': 0.30; 'thursday,': 0.30; 'zero': 0.33; 'handle': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'protocol': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'thank': 0.36; 'october': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'easier': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'between': 0.63; 'other.': 0.64; 'out!': 0.84; 'clearing': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=0CgTE5Cp6Xf5DMBOtpZW9D0zBswUDoOvcf40jT9BhlA=; b=t+2YXxrLFbeFrMDmpnjJjvBJt9oYurDfVSMddsNClmjjRnsOtKEvr4uN/bIqgu1TyU ldFoDu8OoJJDlutrYPSlNhrL6TEL2aCs5AqlnzKSqoK2dvBmtgBoanR+lHiOF9fB/e/N kmCPSl/ZPZmDc03nBFIY3w2F6+/1j5vwHIIia+k4qM4e8HHD7ZQ/sShvq+SiFQZU+44i qxVZJZOraCwe9j+6TIsKwdHd09hGTEYR79BL1nhuxDqvi+iKtLdYG/tX/b6gWVoGQL9x uKSgUCazKmvE1GJvKtOLqn669PUD6OXETfu1y5YOs/W/WcmBLvZiqIzmljnbaNZ2lLe3 z4qw== |
| MIME-Version | 1.0 |
| In-Reply-To | <809c86c5-26a0-4f4a-bce7-ad8f63efa763@googlegroups.com> |
| References | <98b7e362-14fd-4721-84c8-ae1bc11febac@googlegroups.com> <CANaSqUeAJv3u4EqBymifyKZHey1YohU=O73niTpzYOvZgSV3TQ@mail.gmail.com> <mailman.2409.1350547078.27098.python-list@python.org> <e10b4aba-a725-46c4-aaa9-0035a099a9bf@googlegroups.com> <mailman.2412.1350549775.27098.python-list@python.org> <809c86c5-26a0-4f4a-bce7-ad8f63efa763@googlegroups.com> |
| Date | Thu, 18 Oct 2012 21:02:58 +1100 |
| Subject | Re: python scripts for web |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| 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 | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2419.1350554581.27098.python-list@python.org> (permalink) |
| Lines | 17 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1350554581 news.xs4all.nl 6868 [2001:888:2000:d::a6]:52980 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:31621 |
Show key headers only | View raw
On Thu, Oct 18, 2012 at 8:22 PM, <chip9munk@gmail.com> wrote: > On Thursday, October 18, 2012 10:42:56 AM UTC+2, Zero Piraeus wrote: >> That is exactly what a webserver does. Is there some reason you don't >> want to use e.g. Apache to handle the requests? > > no reason at all. so i guess the solution is much easier then I have anticipated. > So i guess in that case i do not need cgi or anything? > > Thank you for clearing that out! CGI is a protocol between Apache and your script. What you want to do is set up Apache to call your CGI scripts. BTW, you don't need to send to both comp.lang.python and python-list - they mirror each other. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
python scripts for web chip9munk@gmail.com - 2012-10-18 00:18 -0700
Re: python scripts for web Zero Piraeus <schesis@gmail.com> - 2012-10-18 03:57 -0400
Re: python scripts for web chip9munk@gmail.com - 2012-10-18 01:10 -0700
Re: python scripts for web Zero Piraeus <schesis@gmail.com> - 2012-10-18 04:42 -0400
Re: python scripts for web chip9munk@gmail.com - 2012-10-18 02:22 -0700
Re: python scripts for web Zero Piraeus <schesis@gmail.com> - 2012-10-18 06:02 -0400
Re: python scripts for web rurpy@yahoo.com - 2012-10-18 08:14 -0700
Re: python scripts for web chip9munk@gmail.com - 2012-10-18 09:01 -0700
Re: python scripts for web Chris Angelico <rosuav@gmail.com> - 2012-10-18 21:02 +1100
Re: python scripts for web chip9munk@gmail.com - 2012-10-18 09:03 -0700
Re: python scripts for web Zero Piraeus <schesis@gmail.com> - 2012-10-18 17:09 -0400
Re: python scripts for web chip9munk@gmail.com - 2012-10-18 23:05 -0700
Re: python scripts for web Gilles <nospam@nospam.com> - 2012-10-19 12:32 +0200
Re: python scripts for web chip9munk@gmail.com - 2012-10-23 02:17 -0700
Re: python scripts for web chip9munk@gmail.com - 2012-10-18 02:22 -0700
Re: python scripts for web chip9munk@gmail.com - 2012-10-18 01:10 -0700
Re: python scripts for web chip9munk@gmail.com - 2012-10-18 09:07 -0700
csiph-web