[rt-users] Problems installing rt

Rekha Varghese rekha at medemass.com
Fri Nov 18 01:46:57 EST 2005


When I used the apache that came with Fedora 4 I had to upgrade to
mod_perl2 since it gave an error. I could find apxs so I installed
Apache2 on the box, but I cant seem to uninstall the original. I don't
know whether this will cause a problem since I go to the relevant
directory to execute Apache2. But since I am clueless I have sent the
two conf files. 

The first is taken from the orignal httpd.conf:
ServerName rekha99
UseCanonicalName on
DocumentRoot "/var/www/html"
#
# Virtual hosts
#

# Virtual host Virtual Host 0
<VirtualHost localhost>
 	DocumentRoot /opt/rt3/share/html 
 		
 	ServerName rekha99
	 	
	DirectoryIndex index.html index.htm index.shtml 
	
	#Alias /rt3 /opt/rt3/share/html
	
	#Applies to Apache2
	#PerlModule Apache2 Apache::compat
	
	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>
 	
 
	DirectoryIndex index.html 
	
	 
	<Location />
		RewriteEngine On
		RedirectMatch permanent (.*)/$ $1/index.html
		AddDefaultCharset UTF-8
		SetHandler perl-script
		PerlHandler RT::Mason
	</Location>
 	 	
 	LogLevel debug

</VirtualHost>



The second is from the reinstalled Apache2 httpd.conf:
ServerRoot "/usr/local/apache2"
NameVirtualHost 127.0.0.1
NameVirtualHost 198.168.155.5:80

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#
#<VirtualHost *:80>
#    ServerAdmin webmaster at dummy-host.example.com
#    DocumentRoot /www/docs/dummy-host.example.com
#    ServerName dummy-host.example.com
#    ErrorLog logs/dummy-host.example.com-error_log
#    CustomLog logs/dummy-host.example.com-access_log common
#</VirtualHost>
	
	

<VirtualHost 127.0.0.1>
	ServerName localhost
	DocumentRoot "/usr/local/apache2/htdocs"
	<Directory "/usr/local/apache2/htdocs">
		Options Indexes FollowSymLinks
		AllowOverride None
		Order allow,deny
    		Allow from all
	</Directory>

</VirtualHost>

<VirtualHost 198.168.155.5:80>
	DocumentRoot "/opt/rt3/share/html"
	ServerName lekker
</VirtualHost>

<VirtualHost 198.168.155.5>
	ServerName lekker
	#DocumentRoot "/opt/rt3/share/html"
	Alias /rt3 "/opt/rt3/share/html"

	PerlModule Apache2 Apache::compat
	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 /rt3>
		RewriteEngine On
		RedirectMatch permanent (.*)/$ $1/index.html
		AddDefaultCharset UTF-8
		SetHandler perl-script
		PerlHandler RT::Mason
	</Location>

</VirtualHost>


-----Original Message-----
From: Todd Chapman [mailto:todd at chaka.net]
Sent: 18 November 2005 08:51 AM
To: Rekha Varghese
Cc: rt-users at lists.bestpractical.com
Subject: Re: [rt-users] Problems installing rt

Please post httpd.conf

On Fri, Nov 18, 2005 at 07:56:50AM +0200, Rekha Varghese wrote:
> Hi,
> 
> > I've followed the installation guide but cannot seem to overcome the

> > following problem:
> > 
> > "You haven't yet configured your webserver to configure to run
RT...."
> Somehow Apache still looks in the htdoc directory for rt3... I've even

> tried moving it but the same problem occurs.
> 
> > I'm using Apache2 on a Fedora 4.
> > 
> > Any help is appreciated.
> > 
> > Rekha
> > Development
> > Med-e-Mass (Pty) Ltd
> > PO Box 7045, Halfway House, 1685
> > Tel: n/a
> > Fax: n/a
> > Cell: 0832391913
> > E-mail: rekha at medemass.com
> > Web: www.medemass.com
> > 
> > This e-mail is subject to an e-mail disclaimer. 
> > To read our e-mail disclaimer notice go to:
> > http://www.dhsolutions.co.za/disclaimer/email/
> > Alternatively please contact us on +27 11 265 5400
> > 

> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
> 
> Be sure to check out the RT Wiki at http://wiki.bestpractical.com
> 
> Download a free sample chapter of RT Essentials from O'Reilly Media at

> http://rtbook.bestpractical.com
> 
> WE'RE COMING TO YOUR TOWN SOON - RT Training in Amsterdam, Boston and 
> San Francisco - Find out more at 
> http://bestpractical.com/services/training.html



More information about the rt-users mailing list