Hi,

* Jonathan Lang <[EMAIL PROTECTED]> [2007-01-23 14:20:47 -0800]:

> If I don't have it installed and running, how do I install it and
> start it up?

This is the Debian/Ubuntu command I use to setup and bootstrap my
Apache2 + Mason + postgresql environment from scratch:

    apt-get install apache2-mpm-worker libdbd-pg-perl postgresql-8.1 \
        libapache2-mod-perl2 libapache2-mod-apreq2 libapache2-request-perl \
        libhtml-mason-perl libtimedate-perl

This pulls in all the required dependencies. Yours will likely differ.

> When installing Mason on my Apache server, which .conf file(s?) do I
> modify in order to install it?

Under Debian, the basic files are:

    /etc/apache2/README
    /etc/apache2/apache2.conf
    /etc/apache2/conf/startup.pl
    /etc/apache2/conf/mod_perl.conf
    /etc/apache2/conf.d/*
    /etc/apache2/sites-available/<SITECONFIG>

And very importantly:

    /var/log/apache2/error.log or
    /var/log/apache2/error_log

As others have mentioned, refer to the Apache and other documentation
so you know what each option does. Also, take the installation
step-by-step, by making sure that each component (Apache, *sql, etc.)
works. When something doesn't work, refer to the errors in your error
file.

HTH,

Cliff



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to