[rt-users] Fresh Install of RT-4.0.0rc4
Kevin Falcone
falcone at bestpractical.com
Tue Feb 8 15:51:36 EST 2011
> If I change my httpd.conf to something referenced in web_deployment.pod such
> as:
>
> <IfModule !mpm_netware_module>
> <IfModule !mpm_winnt_module>
> #User rt
> #Group www
> </IfModule>
> </IfModule>
>
> <VirtualHost rt.example.com>
> ServerRoot /usr
> ServerAdmin root at localhost
>
> LoadModule authz_host_module modules/mod_authz_host.so
> LoadModule env_module modules/mod_env.so
> LoadModule alias_module modules/mod_alias.so
> LoadModule perl_module modules/mod_perl.so
>
> # optional apache logs for RT
> # ErrorLog /opt/rt4/var/log/apache2.error
> # TransferLog /opt/rt4/var/log/apache2.access
> # LogLevel debug
>
> AddDefaultCharset UTF-8
> PerlSetEnv RT_SITE_CONFIG /opt/rt4/etc/RT_SiteConfig.pm
>
> RedirectMatch permanent (.*)/$ $1/index.html
>
> DocumentRoot "/opt/rt4/share/html"
> <Directory "/opt/rt4/share/html">
> Order allow,deny
> Allow from all
>
> SetHandler perl-script
> PerlResponseHandler Plack::Handler::Apache2
> PerlSetVar psgi_app /opt/rt4/sbin/rt-server
> </Directory>
> <Perl>
> use Plack::Handler::Apache2;
> Plack::Handler::Apache2->preload("/opt/rt4/sbin/rt-server");
> </Perl>
> </VirtualHost>
>
> My RT site doesn't run at all! I have libapache2-mod-perl2 installed.
What errors do you get?
The mod_perl doc may want some of the cleanups I added to the fastcgi
section
-kevin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20110208/22808bc7/attachment.sig>
More information about the rt-users
mailing list