Mason component root / fastcgi

Hi,

I’m new to the Mason/fastcgi world yet this seems like it ought to be a FAQ
(but I looked and did not find):

[Thu Oct 18 08:37:55 2001] [warn] [Mason] Cannot resolve file to component:
/usr/local/rt2/bin/mason_handler.fcgi (is file outside component root?)

I can’t see where Mason’s component root is being specified; ScriptAlias has
been added to my httpd.conf (as per the installation instructions).

Thanks for any pointers.

Scott

scott> [Thu Oct 18 08:37:55 2001] [warn] [Mason] Cannot resolve file to component:
scott> /usr/local/rt2/bin/mason_handler.fcgi (is file outside component root?)
scott>
scott> I can’t see where Mason’s component root is being specified; ScriptAlias has
scott> been added to my httpd.conf (as per the installation instructions).

Hmm, I have the following, and it works for me:

<Location /WebRT>
Options +ExecCGI

RewriteRule /WebRT /WebRT/ [R,L]
Alias /WebRT/ /usr/local/rt2/bin/mason_handler.fcgi/

I’m not really sure that ScriptAlias should be used the way it’s
described in the guide.

Richard Levitte \ Spannv�gen 38, II \ LeViMS@stacken.kth.se
Redakteur@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47
\ SWEDEN \ or +46-733-72 88 11
Procurator Odiosus Ex Infernis – poei@bofh.se
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, GemPlus: http://www.gemplus.com/

Unsolicited commercial email is subject to an archival fee of $400.
See http://www.stacken.kth.se/~levitte/mail/ for more info.

I’m simply running with the ScriptAlias within one of our VirtualHosts,
and it runs just fine. No need to specify the Location or any
RewriteRule on my end…

-Rich

Hmm, I have the following, and it works for me:

<Location /WebRT>
Options +ExecCGI

RewriteRule /WebRT /WebRT/ [R,L]
Alias /WebRT/ /usr/local/rt2/bin/mason_handler.fcgi/

I’m not really sure that ScriptAlias should be used the way it’s
described in the guide.

Richard West $14.95 Registrations mailto:rwest@wesmo.com
Wesmo Computer Services .com .net .org .tv .cc http://www.wesmo.com
Full Domain & Web Hosting .BIZ .INFO & MORE!!

Rich.West> I’m simply running with the ScriptAlias within one of our
Rich.West> VirtualHosts, it runs just fine. No need to specify the
Rich.West> Location or any ewriteRule on my end…

The RewriteRule is there to make sure that people who forget to put an
ending slash on the initial URL get the right thing. An extra
commodity, basically, not really essencial.

Rich.West> >Hmm, I have the following, and it works for me:
Rich.West> >
Rich.West> > <Location /WebRT>
Rich.West> > Options +ExecCGI
Rich.West> >
Rich.West> > RewriteRule /WebRT /WebRT/ [R,L]
Rich.West> > Alias /WebRT/ /usr/local/rt2/bin/mason_handler.fcgi/
Rich.West> >
Rich.West> >I’m not really sure that ScriptAlias should be used the way it’s
Rich.West> >described in the guide.
Rich.West> >

Richard Levitte \ Spannv�gen 38, II \ LeViMS@stacken.kth.se
Redakteur@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47
\ SWEDEN \ or +46-733-72 88 11
Procurator Odiosus Ex Infernis – poei@bofh.se
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, GemPlus: http://www.gemplus.com/

Unsolicited commercial email is subject to an archival fee of $400.
See http://www.stacken.kth.se/~levitte/mail/ for more info.