AW: [rt-users] Newbie Setup Question

Thomas Pither thomas.pither at execure.ch
Wed Mar 3 12:41:29 EST 2004


Hi Cerion,

I've chmod the 2 files and it still gives me code.

The access log shows:

IP - - date "GET / HTTP/1.1" 304 - 
IP - - date "GET /index.html? HTTP/1.1" 304 - 

The error log shows:

[notice] FastCGI: process manager initialized
[notice] Apache/1.3.29 (Unix) mod_fascgi/2.4.2 mod_ssl/2.8.16 OpenSSL(0.9.7a configured -- resuming normal operations
[notice] Accept mutex: sysvsem (Default: sysvsem)

And I added a virtualhost to the bottom of my httpd.conf 

<VirtualHost IP>
	ServerName xxx.xxx.xxx
	DocumentRoot /opt/rt-3-0-8/share/html
	AddDefaultCharset UTF-8

	# Perlmodule Apache::DBI
	# PerlRequire /opt/rt-3-0-8/bin/webmux.pl

	<Location />
		SetHandler perl-script
		# PerlHandler RT::Mason
	</Location>
</Virtualhost>

Every line with a # produces an error if i take the # out.

Any help will be appreciated.

Thanks - Tom

-----Ursprüngliche Nachricht-----
Von: rt-users-bounces at lists.bestpractical.com [mailto:rt-users-bounces at lists.bestpractical.com] Im Auftrag von Cerion Armour-Brown
Gesendet: Mittwoch, 3. März 2004 17:06
An: rt-users at lists.bestpractical.com
Betreff: Re: [rt-users] Newbie Setup Question

I fell over something like this, and it had to do with the permissions on RT_Config.pm, and RT_SiteConfig.pm - the apache log said:
"Can't locate /opt/rt3/etc/RT_Config.pm in @INC..."
...
"Compilation failed in require at /opt/rt3/bin/mason_handler.fcgi"
I haven't decided what permissions to give them yet, but I can say that opening them up to 777 solved my problem :)

If this isn't your problem, post your virtualhost setup, and let us know what your apache logs say.
Cerion


On Wednesday 03 March 2004 16:32, Thomas Pither wrote:
> Hi,
>
> I've been told to get RT up and running in my company.
> I have limited linux knowledge, near zero perl knowledge
> But understand programming logic.
>
> I got someone to set up a machine for me that has
>
> Perl 5.8.0
> MySQL 4.1.0
> Apache 2.0 with FastCGI
> postfix
>
> I have gone through editing the RT_SiteConfig.pm
> And am trying to get the index page up.
>
> I can access the index page, but only receive html code.
>
> I have set up the Virtualhost and location in the httpd.conf
> But it refuses to accept the PerlRequire, SetHandler and PerlHandler
> lines.
>
> How do I get it running with FastCGI?
> What do i do with the bin/mason_handler.fcgi ?
>
> Thanks in advance.
>
> Cheers - Tom

_______________________________________________
rt-users mailing list
rt-users at lists.bestpractical.com
http://lists.bestpractical.com/mailman/listinfo/rt-users

Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm



More information about the rt-users mailing list