Opened 9 years ago

Closed 9 years ago

#24845 closed Uncategorized (invalid)

serve with apache in virualenv documentation

Reported by: Alcolo47 Owned by: nobody
Component: Documentation Version: 1.7
Severity: Normal Keywords: apache virtualenv
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

When I configure my apache2 server by reading the documentation, I can see that apache use system python (/usr/bin/python3) instead of my virtualenv python.

Then I have to add <virtualenv>/lib/python3.4 in GIDaemonProcess python-path in my apache config file.

But how can I do to force apache to launch <virtualenv>/bin/python3 ?

Change History (1)

comment:1 by Claude Paroz, 9 years ago

Resolution: invalid
Status: newclosed

Sorry, but this ticket tracker is not meant to answer support questions:
https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels

Your question is outside the scope of Django. You should better refer to the mod_wsgi documentation.
https://code.google.com/p/modwsgi/wiki/InstallationInstructions

Note: See TracTickets for help on using tickets.
Back to Top