Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow configuration of WSGISocketPrefix #296

Merged
merged 2 commits into from
Aug 16, 2013
Merged

Allow configuration of WSGISocketPrefix #296

merged 2 commits into from
Aug 16, 2013

Conversation

stdietrich
Copy link
Contributor

This patch adds support for configuring the WSGISocketPrefix for mod_wsgi.
If you use mod_wsgi in daemon mode, UNIX sockets are used and will be created in the standard Apache runtime directory.
Some distros, e.g. RHEL, set restrictive permissions on that directory and mod_wsgi fails to create the sockets.

Regards,
Stefan

hunner added a commit that referenced this pull request Aug 16, 2013
Allow configuration of WSGISocketPrefix
@hunner hunner merged commit 48f5979 into puppetlabs:master Aug 16, 2013
@hunner
Copy link
Contributor

hunner commented Aug 16, 2013

Looks like some other variables that could be added in the future are WSGIScriptAlias, WSGIProcessGroup, and WSGIDaemonProcess.

@stdietrich stdietrich deleted the add_wsgi_socket_prefix branch August 17, 2013 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants