bkruse: trunk r579 - /trunk/Makefile

asterisk-gui-commits at lists.digium.com asterisk-gui-commits at lists.digium.com
Mon Apr 2 15:48:34 MST 2007


Author: bkruse
Date: Mon Apr  2 17:48:34 2007
New Revision: 579

URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=579
Log:
Quick fix for a common mis-understanding of how to access the GUI (link specific)

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk-gui/trunk/Makefile?view=diff&rev=579&r1=578&r2=579
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Mon Apr  2 17:48:34 2007
@@ -96,6 +96,7 @@
 endif
 HTTPURL:=http://$(HTTPHOST):$(HTTPBINDPORT)/$(HTTPPREFIX)/static/config/cfgbasic.html
 HTTPSETUPURL:=http://$(HTTPHOST):$(HTTPBINDPORT)/$(HTTPPREFIX)/static/config/setup/install.html
+HTTPSETUPURL:=http://localhost:$(HTTPBINDPORT)/$(HTTPPREFIX)/static/config/setup/install.html
 
 SUBDIRS:=tools
 SUBDIRS_CLEAN:=$(SUBDIRS:%=%-clean)
@@ -176,6 +177,11 @@
 	@echo " * GUI should be available at $(HTTPURL) "
 	@echo " * Before using the GUI, Please visit the install page at $(HTTPSETUPURL) "
 	@echo "" 
+	@echo " * Note: If you have bindaddr=127.0.0.1 in $(ASTETCDIR)/http.conf "
+	@echo "   you will only be able to visit it from the local machine. "
+	@echo ""
+	@echo "   Example: $(HTTPLOCALURL)"
+	@echo ""
 	@echo " * The login and password should be an entry from $(ASTETCDIR)/manager.conf"
 	@echo "   which has 'config' permission in read and write.  For example:"
 	@echo ""



More information about the asterisk-gui-commits mailing list