@@ -850,7 +850,7 @@ These notes were developed on a Microsoft Azure VM running Ubuntu
850850- the tracker ``mytracker`` is installed in the ``trackers`` folder of
851851 home directory of a user called ``admin``. Thus, the absolute path to
852852 the tracker home directory is ``/home/admin/trackers/mytracker``.
853- - the server has a static public IP address of 11.11.11.101
853+ - the server has a static public IP address of 198.51.100.25
854854
855855Install mod-wsgi
856856~~~~~~~~~~~~~~~~
@@ -898,7 +898,7 @@ method.
898898 up content on localhost port 8000. You can then direct a browser on
899899 the server itself to ``http://localhost:8000/`` or on another machine at
900900 the server's domain name or ip address followed by colon then 8000
901- (e.g. ``http://11.11.11.101 :8000/``). If successful, you should see a
901+ (e.g. ``http://198.51.100.25 :8000/``). If successful, you should see a
902902 Malt Whiskey image.
903903
904904Package manager install of mod_wsgi
@@ -935,7 +935,7 @@ To run the tracker on Port 8000 as a foreground process
935935'''''''''''''''''''''''''''''''''''''''''''''''''''''''
936936
9379371. Change the ``tracker.web`` url in ``config.ini`` to port 8000 at the
938- server domain name or ip address (e.g. ``http://11.11.11.101 :8000/``).
938+ server domain name or ip address (e.g. ``http://198.51.100.25 :8000/``).
9399392. Open port 8000 for TCP on the server if you didn't already do so.
9409403. ``cd`` to your tracker home directory, then run
941941 ``mod_wsgi-express start-server wsgi.py``.
@@ -966,7 +966,7 @@ To run mod_wsgi on PORT 80
966966''''''''''''''''''''''''''
967967
9689681. Change the ``tracker.web`` url in ``config.ini`` to the server url
969- with no port designator. E.g. ``http://11.11.11.101 ``.
969+ with no port designator. E.g. ``http://198.51.100.25 ``.
9709702. Open port 80 on the server for TCP traffic if it isn't open already.
9719713. Stop the system instance of Apache to make sure it isn't holding on
972972 to port 80 run: ``sudo service apache2 stop``.
0 commit comments