Skip to content

Commit a184a00

Browse files
committed
Prevent sample URL's from becoming links.
1 parent 66ff76d commit a184a00

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/installation.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -850,9 +850,9 @@ method.
850850
rule.
851851
5. Test with ``mod_wsgi-express start-server``. This should serve
852852
up content on localhost port 8000. You can then direct a browser on
853-
the server itself to http://localhost:8000/ or on another machine at
853+
the server itself to ``http://localhost:8000/`` or on another machine at
854854
the server's domain name or ip address followed by colon then 8000
855-
(e.g. http://11.11.11.101:8000/). If successful, you should see a
855+
(e.g. ``http://11.11.11.101:8000/``). If successful, you should see a
856856
Malt Whiskey image.
857857

858858
Package manager install of mod_wsgi
@@ -889,7 +889,7 @@ To run the tracker on Port 8000 as a foreground process
889889
'''''''''''''''''''''''''''''''''''''''''''''''''''''''
890890

891891
1. Change the ``tracker.web`` url in ``config.ini`` to port 8000 at the
892-
server domain name or ip address (e.g. http://11.11.11.101:8000/).
892+
server domain name or ip address (e.g. ``http://11.11.11.101:8000/``).
893893
2. Open port 8000 for TCP on the server if you didn't already do so.
894894
3. ``cd`` to your tracker home directory, then run
895895
``mod_wsgi-express start-server wsgi.py``.
@@ -920,7 +920,7 @@ To run mod_wsgi on PORT 80
920920
''''''''''''''''''''''''''
921921

922922
1. Change the ``tracker.web`` url in ``config.ini`` to the server url
923-
with no port designator. E.g. http://11.11.11.101.
923+
with no port designator. E.g. ``http://11.11.11.101``.
924924
2. Open port 80 on the server for TCP traffic if it isn't open already.
925925
3. Stop the system instance of Apache to make sure it isn't holding on
926926
to port 80 run: ``sudo service apache2 stop``.
@@ -1070,7 +1070,7 @@ In this example the directory hosting all of the tracker homes is
10701070
inside the httpd.conf file!)
10711071

10721072
The URL for accessing these trackers then become:
1073-
`http://<roundupserver>/roundup/support/`` and
1073+
``http://<roundupserver>/roundup/support/`` and
10741074
``http://<roundupserver>/roundup/devel/``
10751075

10761076
Note that in order to use https connections you must set up Apache for secure

0 commit comments

Comments
 (0)