Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Wsgi hash documentation - #2553

#2553
Open
virot wants to merge 5 commits into
puppetlabs:mainpuppetlabs/puppetlabs-apache:mainfrom
virot:wsgi-hash-documentationvirot/puppetlabs-apache:wsgi-hash-documentationCopy head branch name to clipboard
Open

Wsgi hash documentation#2553
virot wants to merge 5 commits into
puppetlabs:mainpuppetlabs/puppetlabs-apache:mainfrom
virot:wsgi-hash-documentationvirot/puppetlabs-apache:wsgi-hash-documentationCopy head branch name to clipboard

Conversation

@virot

@virot virot commented Jun 10, 2024

Copy link
Copy Markdown

Summary

The code says wsgi_daemon_process_options is depreciated

Has been since 0d5e0be

The documentation for that was reverted with 98cf15c

@virot
virot requested review from a team, bastelfreak, ekohl and smortex as code owners June 10, 2024 15:01
@CLAassistant

CLAassistant commented Jun 10, 2024

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Comment thread manifests/vhost.pp Outdated
Comment thread manifests/vhost.pp Outdated
Comment on lines +1193 to +1194
# processes => '2',
# threads => '15',

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know if we can use integers? If so, this may be preferable for consistency (even if there is no actual check of the data type).

virot and others added 3 commits June 17, 2024 13:26
Co-authored-by: Romain Tartière <romain@blogreen.org>
Template does not care:
WSGIDaemonProcess <%= $key %> <%= join(sort($val.map |$k,$v| { "$k=$v"}), ' ') %>
@virot

virot commented Jun 17, 2024

Copy link
Copy Markdown
Author

I updated the documentation to Integers instead of Strings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

using wsgi_daemon_process_options logs a deprecation warning but the docs only show the deprecated usage

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.