Remove obsolete 'Rack application' / Passenger / WEBrick deployment references#380
Open
miharp wants to merge 1 commit into
Open
Remove obsolete 'Rack application' / Passenger / WEBrick deployment references#380miharp wants to merge 1 commit into
miharp wants to merge 1 commit into
Conversation
OpenVox Server 8.x runs on JRuby (puppetserver) only; the Rack application deployment model (config.ru with Passenger/Apache or WEBrick) no longer exists. Remove the stale inline references: - Drop the three config.ru/Rack `> **Note:**` blocks in dirs_vardir, dirs_confdir, and dirs_codedir. - Reword the config_print bullet to drop the Rack/Passenger/config.ru framing while keeping the non-standard confdir/vardir guidance. - Simplify the static_catalogs sentence to drop the obsolete Ruby/WEBrick/Passenger master reference. - Drop the "(or your Rack server)" aside in config_important_settings. Closes OpenVoxProject#275 Signed-off-by: Michael Harp <mike@mikeharp.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes stale references to running OpenVox Server as a Rack application (
config.ruwith Passenger/Apache or WEBrick). That deployment model no longer exists in OpenVox 8 — OpenVox Server runs on JRuby (puppetserver) only.Changes
config.ru/Rack> **Note:**blocks indirs_vardir.markdown,dirs_confdir.markdown, anddirs_codedir.markdown— they describe a deployment that no longer exists.config_print.markdownbullet to drop the Rack/Passenger/config.ruframing while keeping the useful guidance about specifying a non-standardconfdir/vardiron the command line.static_catalogs.mdsentence to drop the obsolete Ruby/WEBrick/Passenger master reference; it now just states that static catalogs are produced only by OpenVox Server.config_important_settings.markdown— an occurrence not listed in the issue but surfaced by a broader sweep.The "Rack related settings" section in
config_important_settings.markdownwas already removed in #273; this covers the remaining inline mentions.The two other
passengerhits in the collection (modules_installing.markdown,lang_namespaces.markdown) are module-name/namespace examples, not deployment references, and are intentionally left untouched.Closes #275