[rt-users] RT & Apache

shimi shimi at shimi.net
Thu May 8 12:58:33 EDT 2003


i personally don't see the reason for the <Location> things.. try removing 
them.

plus, see your apache error file (I would suggest adding an ErrorLog 
directive especially for this virtual host)

On Thu, 8 May 2003 amelton at gservices-us.com wrote:

> I believe that I have succsessully built rt-3.0.1 on OpenBSD 3.3.
> However, I am having trouble getting to the admin GUI.  I have added an
> alias for the NIC:
> 
> 'ifconfig 192.168.168.51 alias'
> 
> This works, I can access the macine via ping or telnet through the
> alias.  My /var/www/conf/httpd.conf virtual host directive looks like:
> 
> <VirtualHost 192.168.168.51>
> 	ServerName rt.domain.com
> 	DocumentRoot /opt/rt3/share/html
> 	AddDefaultCharset UTF-8
> 
> 	PerlModule Apache::DBI
> 	PerlRequire /opt/rt3/bin/webmux.pl
> 
> 	<Location />
> 	SetHandler perl-script
> 	PerlHandler RT::Mason
> 	</Location>
> </VirtualHost>
> 
> I compiled RT with --with-mysal --with-modperl1.  This is apache 1.3
> 
> Can you see where I might be making a mistake?  Why do I see my default
> /var/www/htdocs/index.html when I point a browser to 192.168.168.51?  I
> even tried modifying my DocumentRoot of the main server to
> /opt/rt3/share/html since this is the only website on this machine.
> When I did that, I got a 404 error...
> 
> 
> 
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users
> 
> Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm
> 

-- 

  Best regards,
     Shimi


----

   "Outlook is a massive flaming horrid blatant security violation, which
    also happens to be a mail reader."

   "Sure UNIX is user friendly; it's just picky about who its friends are."




More information about the rt-users mailing list