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


Groups > comp.lang.python > #92770

Re: Trying to configure Apache and Python 2.7 on Red Hat I get 403 Forbidden

Date 2015-06-17 11:00 -0600
From Michael Torrie <torriem@gmail.com>
Subject Re: Trying to configure Apache and Python 2.7 on Red Hat I get 403 Forbidden
References (3 earlier) <557feaf7$0$1655$c3e8da3$5496439d@news.astraweb.com> <CALyLaQK5=HQcuHkTm9QHcs5p05NXvJ7j-wpi9GffqDrcA14GVg@mail.gmail.com> <CAMw+j7Lhpt8hs8uZ3CFFNyyntg_RPEqrN82cPG2bfCvU_0rTRw@mail.gmail.com> <CALyLaQJfL8iaxmPgj+WFj6WaV19xJwBoCWOeS2W-kw3NjRisWg@mail.gmail.com> <CAMw+j7JXD7H29XJUyW_W18gPNZSPfYXBbTz3BZ7XSLPxPGqwnw@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.560.1434560462.13271.python-list@python.org> (permalink)

Show all headers | View raw


On 06/16/2015 12:19 PM, Chris Warrick wrote:
> On Tue, Jun 16, 2015 at 8:14 PM, Néstor Boscán <nestorjb@gmail.com> wrote:
>> I tried that but it didn't work.
>>
>>  I had to change /etc/selinux/config and reboot to make it work. It would be
>> nice if the wsgi module generated some log that explains why you get the
>> 403. There are several posibilities.
> 
> Well, that’s not wsgi’s fault.  There was a “permission denied” error,
> that’s everything wsgi ever knew.
> As a RHEL sysadmin, you should know that this is most likely caused by
> braindead syslinux and to read the audit log.

The officially-blessed software collections has a version of python2.7
that should work fine with selinux, and it comes with a mod_wsgi module
that will plug it into the stock apache.

https://www.softwarecollections.org/en/scls/rhscl/python27/
https://rhn.redhat.com/errata/RHBA-2014-0610.html

I think the package is called python27-mod_wsgi

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


Thread

Re: Trying to configure Apache and Python 2.7 on Red Hat I get 403 Forbidden Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-06-16 19:23 +1000
  Re: Trying to configure Apache and Python 2.7 on Red Hat I get 403 Forbidden Chris Warrick <kwpolska@gmail.com> - 2015-06-16 20:10 +0200
  Re: Trying to configure Apache and Python 2.7 on Red Hat I get 403 Forbidden Chris Warrick <kwpolska@gmail.com> - 2015-06-16 20:19 +0200
  Re: Trying to configure Apache and Python 2.7 on Red Hat I get 403 Forbidden Chris Angelico <rosuav@gmail.com> - 2015-06-17 09:58 +1000
  Re: Trying to configure Apache and Python 2.7 on Red Hat I get 403 Forbidden Michael Torrie <torriem@gmail.com> - 2015-06-17 11:00 -0600

csiph-web