[rt-users] Index.html not found

Erik Andrejko EAndrejko at transwesttel.com
Tue Dec 4 11:21:01 EST 2001


I am experiencing the following trouble with RT2.0.9 and HTML::Mason
1.0.4.

When I attempt to open the WebRT page I receive the error:

Not Found
The requested URL /is/app/rt/index.html was not found on this server.

Apache/1.3.22 Server at wwwi.transwesttel.com Port 80

In the error log is the following:

[Tue Dec  4 11:13:26 2001] [warn] [Mason] Cannot resolve file to
component: /www/wwwi.transwesttel.com/html/is/app/rt/index.html (is file
outside component root?)

Now I have the following symbolic links:

/wwwi -> /www/wwwi.transwesttel.com/html
/wwwi/is/app/rt -> /opt/rt2/WebRT/html/

and

[root at twtlnx HTML-Mason-1.04]# ls -la /wwwi/is/app/rt
lrwxrwxrwx    1 root     root           20 Nov 29 13:22 /wwwi/is/app/rt
-> /opt/rt2/WebRT/html/
[root at twtlnx HTML-Mason-1.04]# ls -la /wwwi/is/app/rt/
total 14
drwxrwxr-x   10 root     is           1024 Dec  4 08:32 .
drwxr-xr-x    5 root     root         1024 Nov 29 12:41 ..
drwxr-xr-x   10 root     is           1024 Nov 29 12:13 Admin
drwxr-xr-x    2 root     is           1024 Nov 29 12:13 CVS
drwxr-xr-x    3 root     is           1024 Nov 29 12:13 Elements
drwxr-xr-x    4 root     is           1024 Nov 29 12:13 NoAuth
drwxr-xr-x    3 root     is           1024 Nov 29 12:13 Search
drwxr-xr-x    5 root     is           1024 Nov 29 12:13 SelfService
drwxr-xr-x    5 root     is           1024 Nov 29 12:13 Ticket
drwxr-xr-x    3 root     is           1024 Nov 29 12:13 User
-rwxr-xr-x    1 root     is           1918 Nov  6 16:06 autohandler
-rwxr-xr-x    1 root     is            684 Nov  6 16:06 index.html
-rw-rw-r--    1 andrejko andrejko       84 Dec  4 08:32 test.html
[root at twtlnx HTML-Mason-1.04]# 


The Apache configuration looks like:

	PerlSetVar MasonCompRoot /wwwi
	PerlSetVar MasonDataDir /opt/rt2/WebRT/sessiondata
	PerlModule Apache::DBI
	PerlModule Apache::Registry
	PerlModule HTML::Mason::ApacheHandler
	PerlFreshRestart On
	PerlRequire /opt/rt2/bin/webmux.pl
	
	<Location /is/app/rt>
	SetHandler perl-script
	PerlHandler HTML::Mason::ApacheHandler
	Options +ExecCGI +Indexes
	</Location>	



Thanks,
Erik






More information about the rt-users mailing list