--
Ticket URL: <https://code.djangoproject.com/ticket/25104>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_docs: => 0
* needs_tests: => 0
* stage: Unreviewed => Accepted
Comment:
Would linking to http://wiki.apache.org/httpd/DistrosDefaultLayout help?
--
Ticket URL: <https://code.djangoproject.com/ticket/25104#comment:1>
* easy: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/25104#comment:2>
* owner: nobody => slick666
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/25104#comment:3>
Comment (by sggottlieb):
I think that the correct answer here is to edit a virtual host rather than
the root httpd.conf On Ubuntu, that would be: /etc/apache2/sites-
enabled/<<virtual host such as default or 000-default>>
On ubuntu, the files in sites-enabled are symlinks from /etc/apache2
/sites-available
--
Ticket URL: <https://code.djangoproject.com/ticket/25104#comment:4>
Comment (by timgraham):
Yes, I think we should include a brief discussion of virtual hosts.
--
Ticket URL: <https://code.djangoproject.com/ticket/25104#comment:5>
* owner: slick666 =>
* status: assigned => new
--
Ticket URL: <https://code.djangoproject.com/ticket/25104#comment:6>
* owner: => za
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/25104#comment:7>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"d9e150b3117521f7c24dc6393eb29eebc3cc376a" d9e150b]:
{{{
#!CommitTicketReference repository=""
revision="d9e150b3117521f7c24dc6393eb29eebc3cc376a"
Fixed #25104 -- Added httpd.conf hyperlink to modwsgi doc.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25104#comment:8>
Comment (by Tim Graham <timograham@…>):
In [changeset:"0d6633df93c41f3999db0fd1551a6bc627f4bf57" 0d6633d]:
{{{
#!CommitTicketReference repository=""
revision="0d6633df93c41f3999db0fd1551a6bc627f4bf57"
[1.9.x] Fixed #25104 -- Added httpd.conf hyperlink to modwsgi doc.
Backport of d9e150b3117521f7c24dc6393eb29eebc3cc376a from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25104#comment:9>