@@ -850,9 +850,9 @@ method.
850850 rule.
8518515. 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
858858Package manager install of mod_wsgi
@@ -889,7 +889,7 @@ To run the tracker on Port 8000 as a foreground process
889889'''''''''''''''''''''''''''''''''''''''''''''''''''''''
890890
8918911. 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/`` ).
8938932. Open port 8000 for TCP on the server if you didn't already do so.
8948943. ``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
9229221. 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`` .
9249242. Open port 80 on the server for TCP traffic if it isn't open already.
9259253. 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
10701070inside the httpd.conf file!)
10711071
10721072The 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
10761076Note that in order to use https connections you must set up Apache for secure
0 commit comments