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

Name duplicates previous WSGI daemon definition #1

Closed
mrinterestfull opened this issue May 10, 2018 · 1 comment
Closed

Name duplicates previous WSGI daemon definition #1

mrinterestfull opened this issue May 10, 2018 · 1 comment
Assignees

Comments

@mrinterestfull
Copy link
Owner

Reload failed for The Apache HTTP Server.
Reloading The Apache HTTP Server.
Syntax error on line 27 of /etc/apache2/sites-enabled/vinlibapi.con
Name duplicates previous WSGI daemon definition.
Action 'graceful' failed.

Looks like if there is another myapp.wsgi script that uses the same WSGIDeamonProcess name like "pyramid"

WSGIDaemonProcess pyramid threads=10 python-home=/usr/local/pyramid/env_py3

Apache will error saying

Name duplicates previous WSGI daemon definition.

Solution is to change the name of the process to be more inline with the app_name

@mrinterestfull
Copy link
Owner Author

Fixed in 3.18.20

mrinterestfull added a commit that referenced this issue May 15, 2018
Asking if you want to rename a subdomain.
Changing the wsgi app pool name to project name to make sure its unique
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant