Fix virtualhost flow accuracy and clarify the two-step setup process - #132
Merged
Merged
Conversation
- Drop redundant "AlmaLinux 10 " title prefixes.
- Fix wrong virtualhost config path: the file Ansible actually writes
is example.localhost.conf, not example.localhost.
- Fix missing noun ("...list of configured, and output..." ->
"...list of configured virtualhosts, and output...").
- Fix hyphen-flattened em dashes, and phrase the PHP default version
by pointing at wsl/roles/php/tasks/main.yml instead of hardcoding a
number that will drift again.
- Fix absolute docs.dotkernel.org cross-links to relative paths.
- Clarify that provisioning is two independent, repeatable steps:
install.yml sets up the server-wide stack once; creating a
virtualhost per project is separate and can be repeated any time.
Reworded create-virtualhost.md's summary and setup-packages.md's
config.virtualhosts field + "Next step" section accordingly.
- Add a short security-framing note to setup-packages.md: this stack
is local-development-only, with a plaintext MariaDB root password
and root-login phpMyAdmin exposed at a predictable path.
arhimede
approved these changes
Sep 24, 2026
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.
create-virtualhost.md,setup-packages.md, andvirtualhosts/overview.md. Resolves postman issue #21(partial - the 4th file, faq.md, is in the FAQ PR).
is
example.localhost.conf, notexample.localhost(confirmed againstwsl/roles/virtualhost/tasks/create.yml). Resolves test ansible recipe on Windows 11 #1."...list of configured virtualhosts, and output..."). Resolves install mariadb 10.11 #23.
pointing at
wsl/roles/php/tasks/main.ymlinstead of hardcoding a numberthat will drift again. Resolves git command for ignoring file permissions #22 (partial).
install.ymlsets up the server-wide stack once; creating a virtualhostper project is separate and can be repeated any time. Reworded
create-virtualhost.md's summary andsetup-packages.md'sconfig.virtualhostsfield + "Next step" section accordingly.Resolves test ansible recipe on Windows 10 #2.
setup-packages.md: this stack islocal-development-only, with a plaintext MariaDB root password and
root-login phpMyAdmin exposed at a predictable path. Resolves Issue #14: Fixed MariaDB installation on AlmaLinux9 #15.