[rt-users] Forbidden Error after Install

Roland, Ryan M rmroland at indiana.edu
Thu Jun 10 23:07:48 EDT 2004


Nothing like that.  This is a fresh apache setup.  No ssl or anything like that.  No IP blocks or anything.
 
This is the basic structure of the virtual host setup I have; taken from the Fedora Source install page: 
http://wiki.bestpractical.com/index.cgi?FedoraInstallGuide
 
<VirtualHost my.testmachines.ip.address>
    ServerName my.testmachines.ip.address
    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>

I have also tried using the VirturalDirectory setup mentioned at the bottom of the aforementioned page.

Alias /rt "/usr/share/rt3/share/html"
<Location /rt>
    SetHandler perl-script
    PerlHandler RT::Mason
</Location>

But that had the same issues.

 

Thanks,

 

Ryan

 

	-----Original Message----- 
	From: seph [mailto:seph at directionless.org] 
	Sent: Thu 6/10/2004 7:00 PM 
	To: Roland, Ryan M 
	Cc: rt-users at lists.bestpractical.com 
	Subject: Re: Forbidden Error after Install
	
	

	> Looking at the error_log on the server I get an error like:
	> "client denied by server configuration: /usr/rt3/share/html.'
	
	so, uh, how's you apache configured? Are you by change requiring ssl,
	and then connecting without it? Or disallowing an IP range....
	
	seph
	

-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 4950 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20040610/28b37d19/attachment.bin>


More information about the rt-users mailing list