Apache configuration for www/rt34 port?

Matthew Seaman m.seaman at infracaninophile.co.uk
Sun Mar 12 17:09:33 UTC 2006


stan wrote:
> 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

http://wiki.bestpractical.com/index.cgi?ManualInstallation

Particularly the section "SETTING UP THE WEB INTERFACE" -- gives an example
of how to do exactly that.

> In any case, after restarting apache, I can't connect to port 81 on this
> machine.
> 
> What am I doing wrong?
> 

Got a Listen *:81 line in your apache config?

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       7 Priory Courtyard
                                                      Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey         Ramsgate
                                                      Kent, CT11 9PW

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20060312/4fafd543/signature.pgp


More information about the freebsd-questions mailing list