=item $WWWGIFS
When L<"$WWW_USE_IMAGES"> is set to 1, this variable should be
-set to the URL path of the F<www/gifs> directory with the document tree of the
-web server.
+set to the URL path of the F<www/gifs> directory within the document tree of
+the web server.
+
+The typical setup is to alias the F</www> directory of your installation to a
+location in your document tree, for example C<alias /spong/
+/usr/local/spong/www/>. Then set $WWWGIFS to F</spong/gifs>.
+
+=item $WWWDOCS
+
+This is the URL path of the F<www/docs> directory of within the document tree
+of the web server.
+
+The typical setup is to alias the F</www> directory of your installation to a
+location in your document tree, for example C<alias /spong/
+/usr/local/spong/www/>. Then set $WWWDOCS to F</spong/docs>.
=item $WWWHTML