Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Mar 2006 10:57:39 -0500
From:      stan <stanb@panix.com>
To:        Free BSD Questions list <freebsd-questions@freebsd.org>
Subject:   Apache configuration for www/rt34 port?
Message-ID:  <20060312155739.GB18187@teddy.fas.com>

next in thread | raw e-mail | index | archive | help
I'm trying to implement the www/rt34 port on a machine that I already have
wordpress, and a few other things running on. 

I'm using Apache 1.3 (from ports). I've  run the db setup script and set up
the .pm files corectly (I think). Then I put the follosing snippet of code
in httpd.conf



<VirtualHost aldevelop.xxx.com:81>
    ServerName aldevelop.xxx.com
    DocumentRoot /usr/local/rt3/share/html
    AddDefaultCharset UTF-8

    PerlModule Apache::DBI
    PerlRequire /usr/local/rt3/bin/webmux.pl

    <Location />
     SetHandler perl-script
     PerlHandler RT::Mason
    </Location>
</VirtualHost>

Now, I really don't want to run this on a seperate port. I'd rather be able
to connect to it like, asy, http://aldevelop.xxx.com/rt

In any case, after restarting apache, I can't connect to port 81 on this
machine.

What am I doing wrong?

-- 
U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror 
- New York Times 9/3/1967



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060312155739.GB18187>