Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'charset:iso-8859-7': 0.04; 'skip:[ 20': 0.04; 'output': 0.05; 'root': 0.05; 'upgraded': 0.07; 'latter': 0.09; 'oh,': 0.09; 'permissions': 0.09; 'subject:script': 0.09; 'python': 0.11; 'apache': 0.15; 'googling': 0.16; 'help...': 0.16; 'received:65.55.116.7': 0.16; 'subject:Apache': 0.16; 'subject:issue': 0.16; 'subject:run': 0.16; 'subject:python': 0.16; 'to:name:python-list@python.org': 0.22; 'installation': 0.23; 'config': 0.24; 'received:65.55.116': 0.24; 'mon,': 0.24; 'script': 0.25; 'second': 0.26; 'header:In- Reply-To:1': 0.27; 'idea': 0.28; 'skip:- 40': 0.29; 'topic': 0.29; 'url:mailman': 0.30; "skip:' 10": 0.31; 'apparently': 0.31; 'prints': 0.31; 'subject:that': 0.31; 'writes:': 0.31; 'probably': 0.32; 'run': 0.32; 'url:python': 0.33; 'guess': 0.33; 'minimal': 0.33; 'date:': 0.34; 'except': 0.35; 'but': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'should': 0.36; 'changing': 0.37; 'email addr:python.org': 0.37; 'hat': 0.38; 'to:addr:python-list': 0.38; 'issue': 0.38; 'does': 0.39; 'subject:': 0.39; 'to:addr:python.org': 0.39; 'url:mail': 0.40; 'problems.': 0.60; 'hope': 0.61; 're:': 0.63; 'email name:python-list': 0.65; 'nobody': 0.68; 'default': 0.69; 'skip:/ 30': 0.84; 'subject:let': 0.93; '2013': 0.98 X-TMN: [bzQlAFKMZYD5JTX+lwtOosQlJcRil9RP] X-Originating-Email: [carlosnepomuceno@outlook.com] From: Carlos Nepomuceno To: "python-list@python.org" Subject: RE: Apache and suexec issue that wont let me run my python script Date: Tue, 4 Jun 2013 01:13:44 +0300 Importance: Normal In-Reply-To: References: <20a49aac-3867-481f-96d4-c95a050781ed@googlegroups.com>, Content-Type: text/plain; charset="iso-8859-7" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 03 Jun 2013 22:13:45.0058 (UTC) FILETIME=[9D068C20:01CE60A7] 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: 47 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1370297692 news.xs4all.nl 15942 [2001:888:2000:d::a6]:38224 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46811 ----------------------------------------=0A= > From: as@sci.fi=0A= > Subject: Re: Apache and suexec issue that wont let me run my python scrip= t=0A= > Date: Mon=2C 3 Jun 2013 18:20:00 +0300=0A= > To: python-list@python.org=0A= >=0A= > =CD=E9=EA=FC=EB=E1=EF=F2 =CA=EF=FD=F1=E1=F2 write= s:=0A= >=0A= >> [code]=0A= >> root@nikos [/home/nikos/www/cgi-bin]# chmod g+w /var/log/httpd/suexec.lo= g=0A= >> root@nikos [/home/nikos/www/cgi-bin]# ls -l /var/log/httpd/suexec.log=0A= >> -rw-rw-r-- 1 root root 0 Jun 1 02:52 /var/log/httpd/suexec.log=0A= >> [/code]=0A= >>=0A= >>=0A= >> and still iam receiving the same error.....=0A= >=0A= > What did you hope to accomplish with this second chmod? Nobody is in the= =0A= > root group except root. I hope. My guess based on very minimal Googling= =0A= > on the topic is you should change the group of /var/log/httpd/suexec.log= =0A= > to apache.=0A= >=0A= > Then again=2C I have no idea why you have both=0A= > /usr/local/apache/logs/suexec_log and /var/log/httpd/suexec.log=2C but th= e=0A= > former apparently has some data in it and the latter does not so=0A= > changing permissions on /var/log/httpd/suexec.log may not help...=0A= =0A= '/var/log/httpd' is the default place for the Red Hat and CentOS installati= on of httpd.=0A= =0A= '/usr/local/apache/logs' is the default directory of the Apache httpd insta= llation.=0A= =0A= httpd has probably been upgraded by 'make install'.=0A= =0A= > Oh=2C apparently suexec prints its config if you run suexec -V=2C so incl= ude=0A= > that output if you still have problems.=0A= > --=0A= > http://mail.python.org/mailman/listinfo/python-list =