]> granicus.if.org Git - graphviz/commitdiff
Mention webdot code 403.
authornorth <devnull@localhost>
Thu, 27 Jul 2006 15:07:37 +0000 (15:07 +0000)
committernorth <devnull@localhost>
Thu, 27 Jul 2006 15:07:37 +0000 (15:07 +0000)
doc/FAQ.html

index bd5344909f4a60c0db89b093f798a821b0386251..32b5f696f05d4b07377fbf5f9081637b3e194abf 100644 (file)
@@ -1,9 +1,9 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
         "http://www.w3.org/TR/html4/loose.dtd">
-<HTML><HEAD><TITLE>Graphviz FAQ 2006-03-22</TITLE>
+<HTML><HEAD><TITLE>Graphviz FAQ 2006-07-27</TITLE>
 <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=utf-8">
 </HEAD><BODY>
-<H1>Graphviz FAQ 2006-03-22</H1>
+<H1>Graphviz FAQ 2006-07-27</H1>
 
 <A HREF="mailto:north@graphviz.org">Stephen North</A>,
 <A HREF="mailto:erg@graphviz.org">Emden Gansner</A>,
@@ -902,6 +902,25 @@ simple cgi-bin tcl script like:
 Save this script as .../cgi-bin/test.tcl, make it executable, then
 look at: <a href="http://localhost/cgi-bin/test.tcl">http://localhost/cgi-bin/test.tcl</a>
 <P>
+Also, if you see something like:
+<pre>
+WebDot Error:
+
+Response Code = 403
+</pre>
+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.
+<P>
+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.
+<P>
 <A name=Q37>
 <B>Q. I have "Font not found" errors, or text labels missing in webdot.</B>
 </A>