"Fossies" - the Fresh Open Source Software archive 
Member "SiteMgrYAP/secure/sitemgr.conf" of archive SiteMgrYAP-0.2.0.tar.gz:
##########################################
#
# Sample SiteMgr YAP configuration file
#
#
##
##
#
# HostName: The name of your host.
$HostName = "http://www.yoursitenamehere.org";
##
#
# The DocumentRoot variable, must be set to point the same directory as for your web server.
$DocumentRoot = "/home/httpd/html/";
##
#
# The SiteMgrPasswd contains the place where sitemgr passwords are stored.
$SiteMgrPasswd = "/home/httpd/secure/sitemgrpasswd";
##
#
# URL to the authentication script.
$AuthSiteMgrURL = $HostName . "/cgi-bin/authsmgryap.cgi";
##
#
# The SiteMgrURL, URL to sitemgr.cgi.
$SiteMgrURL = $HostName . "/cgi-bin/smgryap.cgi";
##
#
# The SiteMgr administrator's mail address (URL form).
$Administrator = "<a href=mailto:webmaster\@yoursitenamehere.org>webmaster\@yoursitenamehere.org</a>";
##
#
# The URL pointing to the UploadForm.html file.
$UploadURL = $HostName ."/smgryap/UploadForm.html";