Not a question, just a For Your Information.

If you have an Apache server instance running there may be a conflict 
requiring you to modify your "httpd-vhosts.conf" file.  You may need to add 
something like this with #### being the port number Sage is trying to run 
on.  The "ServerName" doesn't really seem to matter, but I put "Sage" in as 
a test and it worked.  My installation of the 8.4 app.dmg would not run the 
Jupyter notebook or for that matter the sage notebook until I made this 
modification.    

<VirtualHost *:####>
   ServerName Sage
</VirtualHost>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to