You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,18 +11,18 @@ Nonetheless, the feature set is rich enough for programming virtually
11
11
any type of web application, but the result is generally more
12
12
scalable.
13
13
14
-
For more information on FastCGI, see on https://fastcgi-archives.github.io/
14
+
For more information on **FastCGI**, see on https://fastcgi-archives.github.io/
15
15
16
-
For information on installing mod_fastcgi with Apache 1.3.x, see the
16
+
For information on **installing mod_fastcgi with Apache 1.3.x**, see the
17
17
file [INSTALL](INSTALL.md).
18
18
19
-
For information on installing mod_fastcgi with Apache 2.x, see the
19
+
For information on **installing mod_fastcgi with Apache 2.x**, see the
20
20
file [INSTALL.AP2](INSTALL.AP2.md).
21
21
22
-
For information on configuring an installed instance of mod_fastcgi,
22
+
For information on **configuring an installed instance of mod_fastcgi**,
23
23
see the file [mod_fastcgi.html](https://htmlpreview.github.io/?https://github.com/FastCGI-Backups/mod_fastcgi/blob/master/docs/mod_fastcgi.html) in the docs/ directory.
24
24
25
-
For information on programming FastCGI applications, see on https://fastcgi-archives.github.io/
25
+
For information on **programming FastCGI applications**, see on https://fastcgi-archives.github.io/
26
26
27
27
Finally, if you get stuck - start with the [Frequently Asked Questions
0 commit comments