Adding info to httpd.conf

Is there any special location to add this info into httpd.conf, or can it be placed anywhere?

DocumentRoot /path/to/rt2/WebRT/html ServerName your.rt.server.hostname PerlModule Apache::DBI PerlFreshRestart On PerlRequire /path/to/rt2/bin/webmux.pl SetHandler perl-script PerlHandler RT::Mason

Raymond

Usually at the bottom of the file. Make sure you define NameVirtualHost
somewhere in the config file too…

Greg Smythe
SysAdmin
Intellstat Communications
WA State Resident-----Original Message-----
From: Raymond Norton [mailto:ray@lctn.k12.mn.us]
Sent: Sunday, October 28, 2001 7:47 AM
To: rt-users@lists.fsck.com
Subject: [rt-users] adding info to httpd.conf

Is there any special location to add this info into httpd.conf, or can it be
placed anywhere?

DocumentRoot /path/to/rt2/WebRT/html ServerName your.rt.server.hostname PerlModule Apache::DBI PerlFreshRestart On PerlRequire /path/to/rt2/bin/webmux.pl SetHandler perl-script PerlHandler RT::Mason

Raymond