[Django] #22392: 'order' deprecated in apache 2.4

18 views
Skip to first unread message

Django

unread,
Apr 5, 2014, 10:19:31 PM4/5/14
to django-...@googlegroups.com
#22392: 'order' deprecated in apache 2.4
--------------------------------------+--------------------
Reporter: zjcheah@… | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: Documentation | Version: 1.6
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------------+--------------------
example in
https://docs.djangoproject.com/en/dev/howto/deployment/wsgi/modwsgi/ not
valid.
look at:
http://systembash.com/content/apache-2-4-upgrade-and-the-invalid-command-
order-error/

--
Ticket URL: <https://code.djangoproject.com/ticket/22392>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Apr 8, 2014, 7:03:31 PM4/8/14
to django-...@googlegroups.com
#22392: 'order' deprecated in apache 2.4
-------------------------------+------------------------------------
Reporter: zjcheah@… | Owner: timo
Type: Bug | Status: assigned
Component: Documentation | Version: 1.6
Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-------------------------------+------------------------------------
Changes (by timo):

* status: new => assigned
* needs_better_patch: => 0
* needs_tests: => 0
* owner: nobody => timo
* needs_docs: => 0
* has_patch: 0 => 1
* type: Cleanup/optimization => Bug
* stage: Unreviewed => Accepted


Comment:

Does the attached patch look correct?

--
Ticket URL: <https://code.djangoproject.com/ticket/22392#comment:1>

Django

unread,
Apr 12, 2014, 7:18:07 AM4/12/14
to django-...@googlegroups.com
#22392: 'order' deprecated in apache 2.4
-------------------------------+------------------------------------
Reporter: zjcheah@… | Owner: timo
Type: Bug | Status: assigned
Component: Documentation | Version: 1.6

Severity: Normal | Resolution:
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-------------------------------+------------------------------------

Comment (by claudep):

Tim, I think you missed two more `Order` directives to remove on that page
(for static and media files). Apart from that, I think it's RFC.

--
Ticket URL: <https://code.djangoproject.com/ticket/22392#comment:2>

Django

unread,
Apr 15, 2014, 5:45:18 PM4/15/14
to django-...@googlegroups.com
#22392: 'order' deprecated in apache 2.4
-------------------------------+------------------------------------
Reporter: zjcheah@… | Owner: timo
Type: Bug | Status: closed
Component: Documentation | Version: 1.6
Severity: Normal | Resolution: fixed

Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-------------------------------+------------------------------------
Changes (by Tim Graham <timograham@…>):

* status: assigned => closed
* resolution: => fixed


Comment:

In [changeset:"0f37d2e4c0175d7b0ebe63e1146250437fc88cd0"]:
{{{
#!CommitTicketReference repository=""
revision="0f37d2e4c0175d7b0ebe63e1146250437fc88cd0"
Fixed #22392 -- Corrected deployment instructions for Apache 2.4.

Thanks zjcheah at yahoo.com for the report.
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/22392#comment:3>

Django

unread,
Apr 15, 2014, 5:46:24 PM4/15/14
to django-...@googlegroups.com
#22392: 'order' deprecated in apache 2.4
-------------------------------+------------------------------------
Reporter: zjcheah@… | Owner: timo
Type: Bug | Status: closed
Component: Documentation | Version: 1.6

Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-------------------------------+------------------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"76ed0a615cd0ef6cb411257a9d447656d1887f16"]:
{{{
#!CommitTicketReference repository=""
revision="76ed0a615cd0ef6cb411257a9d447656d1887f16"
[1.7.x] Fixed #22392 -- Corrected deployment instructions for Apache 2.4.

Thanks zjcheah at yahoo.com for the report.

Backport of 0f37d2e4c0 from master
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/22392#comment:5>

Django

unread,
Apr 15, 2014, 5:46:24 PM4/15/14
to django-...@googlegroups.com
#22392: 'order' deprecated in apache 2.4
-------------------------------+------------------------------------
Reporter: zjcheah@… | Owner: timo
Type: Bug | Status: closed
Component: Documentation | Version: 1.6

Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-------------------------------+------------------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"724ccd2ec15af78263adfc970ec9fb1f0597002b"]:
{{{
#!CommitTicketReference repository=""
revision="724ccd2ec15af78263adfc970ec9fb1f0597002b"
[1.6.x] Fixed #22392 -- Corrected deployment instructions for Apache 2.4.

Thanks zjcheah at yahoo.com for the report.

Backport of 0f37d2e4c0 from master
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/22392#comment:4>

Django

unread,
Apr 15, 2014, 5:46:27 PM4/15/14
to django-...@googlegroups.com
#22392: 'order' deprecated in apache 2.4
-------------------------------+------------------------------------
Reporter: zjcheah@… | Owner: timo
Type: Bug | Status: closed
Component: Documentation | Version: 1.6

Severity: Normal | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0

Easy pickings: 0 | UI/UX: 0
-------------------------------+------------------------------------

Comment (by Tim Graham <timograham@…>):

In [changeset:"cbc80eef6dea315a056f46d02fb129b068867024"]:
{{{
#!CommitTicketReference repository=""
revision="cbc80eef6dea315a056f46d02fb129b068867024"
[1.5.x] Fixed #22392 -- Corrected deployment instructions for Apache 2.4.

Thanks zjcheah at yahoo.com for the report.

Backport of 0f37d2e4c0 from master
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/22392#comment:6>

Reply all
Reply to author
Forward
0 new messages