From: north Date: Thu, 27 Jul 2006 15:07:37 +0000 (+0000) Subject: Mention webdot code 403. X-Git-Tag: LAST_LIBGRAPH~32^2~6032 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e2c348914e4ea822e8870eb230e61b428f2e2e9;p=graphviz Mention webdot code 403. --- diff --git a/doc/FAQ.html b/doc/FAQ.html index bd5344909..32b5f696f 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -1,9 +1,9 @@ -Graphviz FAQ 2006-03-22 +Graphviz FAQ 2006-07-27 -

Graphviz FAQ 2006-03-22

+

Graphviz FAQ 2006-07-27

Stephen North, Emden Gansner, @@ -902,6 +902,25 @@ simple cgi-bin tcl script like: Save this script as .../cgi-bin/test.tcl, make it executable, then look at: http://localhost/cgi-bin/test.tcl

+Also, if you see something like: +

+WebDot Error:
+
+Response Code = 403
+
+This usually means that webdot ran succesfully, but was not able +to fetch the remote graph from the URL you gave as an argument. +The reason is probably that your server is behind a firewall that +blocks the webdot server, so it cannot get the graph file. +You can either change firewall permissions, put the graph on a +different server, or install webdot locally so you don't need a +remote server to fetch your graph data. +

+It would be nice if someone hacked webdot to take the contents +of a graph as a cgi-bin argument, so it wouldn't need +permission to fetch a graph remotely. +This is left as an exercise for the Open Source Community. +

Q. I have "Font not found" errors, or text labels missing in webdot.