[rt-users] Apache problem

William Harrison harrison at itrd.gov
Thu Mar 24 07:52:41 EST 2005



Give some more detail and perhaps someone can help you.

1. What route did you take (mod_perl or FastCGI)?

2. What is it running on (Windows, RHEL, BSD, Debain...)?

3. What version of RT?



-----Original Message-----
From: Frank Saxton [mailto:frankie at easyrider.com]
Sent: Wednesday, March 23, 2005 8:02 PM
To: rt-users at lists.bestpractical.com
Subject: [rt-users] Apache problem


Hello folks,

I submitted this yesterday but it's possible that my ISP spam filters 
clobbered any responses.  If you did reply, I hope you will resend.  If 
not...HELP!!!! :)

I'll bet just about everyone here has already had to solve this particular 
problem at least once.  I know that I've seen it before...

I have RT 99% installed but when I startup apache 2.0.52 it complains about 
PerlModule Apache and PerlRequire.  If I comment those lines out, apache 
starts fine (but of course RT won't work).

If I do a httpd -l it returns nothing but if I add LoadModule perl_module 
modules/mod_perl.so to the httpd.conf it says that it's already loaded.

I'm sure this is a simple thing to fix.  What should I do?  TIA!


<VirtualHost 172.21.5.5>
    ServerName jones.com

    # this line applies to Apache2+mod_perl2 only
    PerlModule Apache2 Apache::compat

Alias /rt "/opt/rt3/share/html"
#PerlModule Apache::DBI
#PerlRequire /opt/rt3/bin/webmux.pl

<Directory /opt/rt3/share/html>
   AllowOverride All
   Options ExecCGI FollowSymLinks
   <IfModule mod_access.c>
         Order allow,deny
       Allow from all
   </IfModule>
</Directory>

<Location /rt>
   RewriteEngine On
#  RedirectMatch permanent (.*)/$ $1/index.html
   AddDefaultCharset UTF-8
   SetHandler perl-script
   PerlHandler RT::Mason
</Location>

</VirtualHost> 

_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

RT Administrator and Developer training is coming to your town soon! (Boston, San Francisco, Austin, Sydney) Contact training at bestpractical.com for details.

Be sure to check out the RT Wiki at http://wiki.bestpractical.com



More information about the rt-users mailing list