diff --git a/website-build/README b/website-build/README index fdff5d4..c916683 100644 --- a/website-build/README +++ b/website-build/README @@ -13,7 +13,7 @@ $ ./autogen.sh $ ./configure $ make test -Then you can point a browser to http://localhost:8080/software/gnuboot/web/ or +Then you can point a browser to http://localhost:8086/software/gnuboot/web/ or to http://localhost:PORT/software/gnuboot/web/ if you changed the port through ./configure options. diff --git a/website-build/configure.ac b/website-build/configure.ac index 1aea32b..3036ee5 100644 --- a/website-build/configure.ac +++ b/website-build/configure.ac @@ -41,9 +41,9 @@ AM_CONDITIONAL( [WANT_LIGHTTPD], [test x"$lighttpd" = x"yes"]) AC_ARG_WITH([lighttpd-port], [AS_HELP_STRING([--with-lighttpd-port=PORT], [Use a custom TCP port for lighttpd tests instead of the - default one (8080).])], + default one (8086).])], [LIGHTTPD_PORT=$withval], - [LIGHTTPD_PORT=8080]) + [LIGHTTPD_PORT=8086]) # --with-rsync-destination AC_ARG_WITH([rsync-destination], diff --git a/website-build/serve.sh b/website-build/serve.sh index 35c8761..a826c69 100755 --- a/website-build/serve.sh +++ b/website-build/serve.sh @@ -30,7 +30,7 @@ basedir="$(dirname $(realpath $0))" tarball="$1" -lighttpd_port=8080 +lighttpd_port=8086 if [ $# -eq 2 ] ; then lighttpd_port="$2" fi