AutoWeb
WEB Based Personal Web Page
Creation & Editing Service

Sample Config.


What Is AutoWeb?

Features

System Requirements

Download

Installation

Admin Notes

Sample Config

Sample Screen Shots

Using AutoWeb

Contact

 

Here is the configuration file we use at Bilkent University:

#!/usr/bin/perl -U
#
# config.pl
#
@domains=("bcc", "ug", "ctp"); br> #
$home_servers{"bcc"} = "firat.bcc.bilkent.edu.tr";
$home_servers{"ug"} = "leylak.ug.bcc.bilkent.edu.tr";
$home_servers{"ctp"} = "gunes.ctp.bilkent.edu.tr";
$http_servers{"bcc"} = "www.bilkent.edu.tr";
$http_servers{"ug"} = "www.ug.bcc.bilkent.edu.tr";
$http_servers{"ctp"} = "www.ctp.bilkent.edu.tr";
#
$allowed_ips = "/^139.179/";
#
$cookie_domain=".bilkent.edu.tr";
#
$autoweb_home="/autoweb";
#
$upload_dir="/home/httpd/html/autoweb/tmp";
#
$public_html="public_html";
#
$mailprogram = "/usr/lib/sendmail";
#
$hotline = "hotline\@bilkent.edu.tr";
#
$home_url = "http://www.bilkent.edu.tr";
#
$home_url_text= "Back to Bilkent University Home Page";
#


#------ end of script  --------#