Hi Jason,

You can place static HTML pages in  the “vsp” file system directory which the “ServerRoot” in the “HTTP Server” of the  virtuoso.ini config file points to ie

[HTTPServer]
 ServerPort = 80
 ServerRoot = ../vsp

Or you can create file system or DAV  Virtual DIrectories for hosting web server content as detailed in the docs at:

http://docs.openlinksw.com/virtuoso/webserver/

Best RegardsRe: [Virtuoso-users] Port 8890
Hugh Williams
Professional Services
OpenLink Software, Inc.      //              http://www.openlinksw.com/
Weblog   -- http://www.openlinksw.com/blogs/
LinkedIn -- http://www.linkedin.com/company/openlink-software/
Twitter  -- http://twitter.com/OpenLink
Google+  -- http://plus.google.com/100570109519069333827/
Facebook -- http://www.facebook.com/OpenLinkSoftware
Universal Data Access, Integration, and Management Technology Providers

On 5 Dec 2017, at 15:27, Jason Haag <jhaa...@gmail.com> wrote:

I turned off Apache2 and it is running now. However, if I want to upload some static pages where do I do this? Via conductor? Or is there www path on the virtuoso server where HTML pages can be delivered. Previously, Apache was handling this.

On Tue, Dec 5, 2017 at 8:30 AM, Jason Haag <jhaa...@gmail.com> wrote:
Thanks for the tip! Looks like Apache is running and using port 80 after all.

tcp6       0      0 :::80                   :::*                    LISTEN      1122/apache2   

On Tue, Dec 5, 2017 at 6:54 AM, Hugh Williams <hwilli...@openlinksw.com> wrote:
Hi Jason,

As you are starting with sudo that would eliminate the possibility of it being permission issue preventing it from running on port 80 . Have you checked that something is not actually running on port 80 already with a  command like:

       netstat -tulpn | grep :80

as it would seem to me the port is in use.

The URIQA DefaultHost would not be stopping it from starting on port 80 but in theory should be set to localhost:80 or just localhost or the hostname of the external domain you might want to publish Linked Data URI on on as detailed at:

       http://docs.openlinksw.com/virtuoso/uriqainifile/

Best Regards
Hugh Williams
Professional Services
OpenLink Software, Inc.      //              http://www.openlinksw.com/
Weblog   -- http://www.openlinksw.com/blogs/
LinkedIn -- http://www.linkedin.com/company/openlink-software/
Twitter  -- http://twitter.com/OpenLink
Google+  -- http://plus.google.com/100570109519069333827/
Facebook -- http://www.facebook.com/OpenLinkSoftware
Universal Data Access, Integration, and Management Technology Providers


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to