From users-return-5182-daniel=haxx.se@subversion.apache.org Tue Oct 5 23:01:46 2010 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on giant.haxx.se X-Spam-Level: X-Spam-Status: No, score=0.5 required=3.0 tests=BAYES_00,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.1 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by giant.haxx.se (8.14.3/8.14.3/Debian-9.1) with SMTP id o95L1j0l002887 for ; Tue, 5 Oct 2010 23:01:46 +0200 Received: (qmail 62742 invoked by uid 500); 5 Oct 2010 21:01:35 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 62735 invoked by uid 99); 5 Oct 2010 21:01:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 21:01:35 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL Received-SPF: pass (nike.apache.org: domain of welshwonder11@gmail.com designates 209.85.214.171 as permitted sender) Received: from [209.85.214.171] (HELO mail-iw0-f171.google.com) (209.85.214.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 21:01:27 +0000 Received: by iwn9 with SMTP id 9so489239iwn.16 for ; Tue, 05 Oct 2010 14:01:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=E70XT9Lub3fFi56uV4PiivkbkrQNkF2gAU8DbYpBEbg=; b=h2POLo6t61K3UL02cVyih7GmEFMc0df5JH3FO6t5wxvlqabaQNp2rr2JlcZebHMI50 VHa9fk0jdJ2kTa2VFad/1ByIjFBn9ti8IyYEe7ICinr9KUFH0S2jMNVTK3Np8cOxesd+ pmJqR2sbBLM0tgp12I68tCAx/O3IWmU6hD8SQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=dG0fq2hfOkUmpNWeN2bMOXAtMhcfY1DoIzigYC58hdLAW0WnMCFZkPmRBOv64JIy0l 6A/uuzqwcJjHUDluuuGd6MewR4dmPZzzAuyk5B/djQABt4QiNFT5Mn6s2coXWutA3Fpz XM63tfmL9TOfw18/tpi+bDW9GSOiPZAn+Tp3A= Received: by 10.231.147.131 with SMTP id l3mr12805716ibv.74.1286312466403; Tue, 05 Oct 2010 14:01:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.193.228 with HTTP; Tue, 5 Oct 2010 14:00:44 -0700 (PDT) From: James Simpson Date: Tue, 5 Oct 2010 22:00:44 +0100 Message-ID: Subject: Checked Out CGI not served by Apache To: users@subversion.apache.org Content-Type: multipart/alternative; boundary=0016e64ea92ca1530f0491e4f547 X-Virus-Checked: Checked by ClamAV on apache.org X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.3.5 (giant.haxx.se [80.67.6.50]); Tue, 05 Oct 2010 23:01:46 +0200 (CEST) X-Friend: Nope --0016e64ea92ca1530f0491e4f547 Content-Type: text/plain; charset=ISO-8859-1 Hi, I am currently trying to set up a python cgi based websystem. I am using an SVN to backup the entirety of my ./www directory. When I create python files manually and access them from the browser they work fine. But if they are checked out from the svn they do not get served by apache and it returns a 500 internal server error instead. The permissions of the files appear to be fine as they match the permissions and ownerships of the manually created files. What might be causing this behaviour as I cant see the difference between the files created manually and those checked out from the svn. Regards, James --0016e64ea92ca1530f0491e4f547 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi, I am currently trying to set up a python cgi based websystem. I am= using an SVN to backup the entirety of my ./www directory. When I create p= ython files manually and access them from the browser they work fine. But i= f they are checked out from the svn they do not get served by apache and it= returns a 500 internal server error instead.
The permissions of the files appear to be fine as they match the permi= ssions and ownerships of the manually created files. What might be causing = this behaviour as I cant see the difference between the files created manua= lly and those checked out from the svn.
Regards,
James
--0016e64ea92ca1530f0491e4f547--