[rt-users] SelfService/index.html and /Elements/Footer

Jarrod Smith jsmith at structbio.vanderbilt.edu
Wed Dec 18 10:54:54 EST 2002


On Wed, 18 Dec 2002, seph wrote:

> what's your apache config look like?

I'm on RedHat 7.2, running Apache 1.3.22

Here are the relevant lines from httpd.conf:

--------------------

ServerName support.structbio.vanderbilt.edu

#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "/usr/local/rt2/WebRT/html"

# RT stuff here
PerlRequire /usr/local/rt2/bin/webmux.pl
<Location />
  AllowOverride AuthConfig Limit
  SetHandler perl-script
  PerlHandler RT::Mason
</Location>

--------------------

And .htaccess in /usr/local/rt2/WebRT/html:

AuthUserFile /etc/httpd/htpasswd
AuthType Basic
AuthName "Structural Biology Computing Support"
require valid-user







More information about the rt-users mailing list