Apache configuration for www/rt34 port?

stan stanb at panix.com
Sun Mar 12 15:57:43 UTC 2006


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


More information about the freebsd-questions mailing list