#25104 closed Cleanup/optimization (fixed)
Documentation assumes that there's a httpd.conf
Reported by: | Christian Kleineidam | Owned by: | za |
---|---|---|---|
Component: | Documentation | Version: | 1.8 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
The Deployment docs say on https://docs.djangoproject.com/en/1.8/howto/deployment/wsgi/modwsgi/ that code has to be added to the httpd.conf . The latest version of Apache2 on Ubuntu doesn't have a httpd.conf file. It would be nice if the documentation would address where to put the code in Ubuntu.
Change History (9)
comment:1 by , 9 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 9 years ago
Easy pickings: | set |
---|
comment:3 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:4 by , 9 years ago
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
comment:6 by , 9 years ago
Owner: | removed |
---|---|
Status: | assigned → new |
comment:7 by , 9 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
Would linking to http://wiki.apache.org/httpd/DistrosDefaultLayout help?