Skip to content

Updates dated language on the main website#37

Merged
rbowen merged 7 commits into
mainfrom
update-welcome
May 16, 2026
Merged

Updates dated language on the main website#37
rbowen merged 7 commits into
mainfrom
update-welcome

Conversation

@rbowen
Copy link
Copy Markdown
Contributor

@rbowen rbowen commented May 16, 2026

Update the front page to focus on httpd's capabilities rather than project history.

Changes:

Hero section: Replace the introductory text with a feature-focused overview highlighting configuration, security, performance, extensibility, and portability

2.2 EOL section: Trim to a brief factual statement — removed time-relative language that will keep aging

Download section: Removed references to the mirror network and specific signature technologies; simplified to point at the download and verify pages

Copy link
Copy Markdown

@Chealer Chealer left a comment

Choose a reason for hiding this comment

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

I only skimmed over CSS, but this looks excellent.
🅭🄍

<p class="apache">&nbsp;</p>
<a href="/">
<img alt="" width="800" height="72" src="/images/httpd_logo_wide_new.png" />
<img alt="Apache HTTP Server" src="/images/httpd_logo_wide_new.png" id="site-logo" />
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I am not sure this alt value is necessary/best. I don't master a11y, but this plays the role of a link to the homepage; perhaps there can be an invisible "Homepage" link, or the value should be "Homepage".

Comment thread content/index.md
April 1996. It has celebrated its 25th birthday as a project in February 2020.
- **Flexible configuration** — .htaccess per-directory config, virtual hosts, dynamic module loading
- **Security** — TLS/SSL, authentication modules, fine-grained access control
- **Performance** — event MPM, HTTP/2, content caching, reverse proxy
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

MPMs are an Apache httpd concept. Someone who does not know httpd won't even know what MPM means, let alone what the event MPM is, so:

Suggested change
- **Performance**event MPM, HTTP/2, content caching, reverse proxy
- **Performance** — HTTP/2, content caching, reverse proxy

Comment thread content/index.md
Comment on lines +36 to +38
Apache httpd 2.2 is end-of-life. The final release was 2.2.34 (July 2017).
No further patches, bug fixes, or security updates will be provided.
Users should upgrade to 2.4.x.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

As far as I know, EOL is not an adjective.

Suggested change
Apache httpd 2.2 is end-of-life. The final release was 2.2.34 (July 2017).
No further patches, bug fixes, or security updates will be provided.
Users should upgrade to 2.4.x.
Apache httpd 2.2 reached end-of-life. The final release was 2.2.34 (July 2017).
No further patches, bug fixes, or security updates will be provided.
Users should upgrade to 2.4.

Comment thread content/index.md
Comment on lines +41 to +42
Get the latest release from the [download page](/download.cgi).
Please [verify](/download.cgi#verify) your downloads.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I know this is entirely pre-existing, but if I may, the verification sentence is superfluous (and funny). The download page already asks for that in bold.

Suggested change
Get the latest release from the [download page](/download.cgi).
Please [verify](/download.cgi#verify) your downloads.
Get the latest release from the [download page](/download.cgi).

</div>
</div>
</div><!-- /#site-wrapper -->
<script>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

type is required in XHTML:

Suggested change
<script>
<script type="text/javascript">

Comment thread content/index.md
Comment on lines +5 to +7
A fast, reliable, and extensible open-source web server for modern
operating systems. Apache httpd powers everything from personal sites to
mission-critical production infrastructure with:
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Is Novell NetWare a “modern operating system”?😁 I feel the portability point already addresses that, so I suggest just:

Suggested change
A fast, reliable, and extensible open-source web server for modern
operating systems. Apache httpd powers everything from personal sites to
mission-critical production infrastructure with:
The Apache HTTP Server (httpd) is a fast, reliable, and extensible open-source
web server which powers everything from personal sites to
mission-critical production infrastructure with:

@rbowen rbowen merged commit 644e8e5 into main May 16, 2026
@rbowen rbowen deleted the update-welcome branch May 23, 2026 12:32
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.

2 participants