Skip to content

Commit 6ea7d03

Browse files
committed
www.hiawatha-webserver.org -> hiawatha.leisink.net
page #236 thanks @vladas-palubinskas
1 parent 93ed7e9 commit 6ea7d03

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

setup/configuring-a-web-server.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ This `server` block includes a basic web hosting setup and translates the Apache
8282

8383
### Hiawatha with PHP-FPM
8484

85-
Textpattern runs faster on current mainline versions of Hiawatha, MariaDB and PHP legacy versions. Only a few settings are required in your Hiawatha [virtual host section](https://www.hiawatha-webserver.org/howto/websites), as a separate include file or in the main /etc/hiawatha/hiawatha.conf file itself:
85+
Textpattern runs faster on current mainline versions of Hiawatha, MariaDB and PHP legacy versions. Only a few settings are required in your Hiawatha [virtual host section](https://hiawatha.leisink.net/howto/websites), as a separate include file or in the main /etc/hiawatha/hiawatha.conf file itself:
8686

8787
~~~ nginx
8888
VirtualHost {
@@ -100,7 +100,7 @@ VirtualHost {
100100

101101
Replace `example.com` with your domain name and modify the server paths where appropriate. Use `PHP5` instead of `PHP7` if your host does not support PHP v7. Uncomment the `TLSCertFile` line if you want to support secure connections. To forbid open access and switch HTTP to HTTPS only, uncomment the directive `RequireTLS = yes`. Hiawatha has support for Server Name Indication, which allows us to serve multiple TLS websites via one IP address. Hiawatha also comes with a script to easily obtain, and automate renewing, Let's Encrypt! certificates according to your virtual host configuration.
102102

103-
Hiawatha does not use .htaccess files. If you wish to use clean URLs, paste the following [URL Toolkit for Textpattern CMS](https://www.hiawatha-webserver.org/howto/url_rewrite_rules) at the beginning of your include file for the virtual host, or in the main hiawatha.conf file itself:
103+
Hiawatha does not use .htaccess files. If you wish to use clean URLs, paste the following [URL Toolkit for Textpattern CMS](https://hiawatha.leisink.net/howto/url_rewrite_rules) at the beginning of your include file for the virtual host, or in the main hiawatha.conf file itself:
104104

105105
~~~ nginx
106106
UrlToolkit {
@@ -112,7 +112,7 @@ UrlToolkit {
112112
}
113113
~~~
114114

115-
[URL Toolkit](https://www.hiawatha-webserver.org/howto/url_toolkit) can also be adapted for many other tasks, for example HTTP 301 redirection:
115+
[URL Toolkit](https://hiawatha.leisink.net/howto/url_toolkit) can also be adapted for many other tasks, for example HTTP 301 redirection:
116116

117117
~~~ nginx
118118
UrlToolkit {
@@ -155,7 +155,7 @@ VirtualHost {
155155
}
156156
~~~
157157

158-
More options and further information can be found in the [Hiawatha manual](https://www.hiawatha-webserver.org/manpages/hiawatha), [Hiawatha how-to guides](https://www.hiawatha-webserver.org/howto), [Hiawatha FAQs](https://www.hiawatha-webserver.org/faq) and the [Hiawatha user forum](https://www.hiawatha-webserver.org/forum).
158+
More options and further information can be found in the [Hiawatha manual](https://hiawatha.leisink.net/manpages/hiawatha), [Hiawatha how-to guides](https://hiawatha.leisink.net/howto), [Hiawatha FAQs](https://hiawatha.leisink.net/faq) and the [Hiawatha user forum](https://hiawatha.leisink.net/forum).
159159

160160
### LiteSpeed with PHP
161161

0 commit comments

Comments
 (0)