Aliases For Fusion Applications

2 messages Options
Embed this post
Permalink
James Card

Aliases For Fusion Applications

Reply Threaded More More options
Print post
Permalink
I've got working Fusion applications with URLs like  
<http://server/fusion/templates/mapserver/standard/> and I'm trying to  
convince Apache to serve the same thing as <http://server/GoodMap/>. I've  
added an alias to my Apache config (as follows) but on the Windows server  
I get a 403 error and on the Linux machine the index.html page loads but  
none of script executes. Have others encountered this problem? Any  
pointers on what I might have done wrong?

   # Create aliases for various applications
   Alias /GoodMap "/var/www/fusion/templates/mapserver/standard"
   <Directory "/var/www/fusion/templates/mapserver/standard">
     Options FollowSymLinks MultiViews Indexes
     AllowOverride None
     Order allow,deny
     Allow from all
   </Directory>

--
James Card
California CAD Solutions, Inc.
209-578-5580 - Voice
209-521-6493 - FAX
_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users
Nolte, Tim

RE: Aliases For Fusion Applications

Reply Threaded More More options
Print post
Permalink
James,

This sort of aliasing isn't going to work because the templates are
referencing the Fusion libraries and files outside of that directory.
Your essentially making the template directory your web root which isn't
valid. I'm not sure that it was ever intended that end users build their
clients in the templates directory. I copy the contents of a template to
my web root and then make sure Fusion is found under that web root. I
have no problems with this configuration.

- Tim

----
Timothy J Nolte - [hidden email]
Network Planning Engineer

iPCS Wireless, Inc.
4717 Broadmoor Ave, Suite G
Kentwood, MI 49512

Office: 616-656-5163
PCS:    616-706-2438
Fax:    616-554-6484
Web: www.ipcswirelessinc.com

-----Original Message-----
From: [hidden email]
[mailto:[hidden email]] On Behalf Of James Card
Sent: Friday, November 13, 2009 12:40 PM
To: Fusion-Users List
Subject: [fusion-users] Aliases For Fusion Applications

I've got working Fusion applications with URLs like  
<http://server/fusion/templates/mapserver/standard/> and I'm trying to  
convince Apache to serve the same thing as <http://server/GoodMap/>.
I've  
added an alias to my Apache config (as follows) but on the Windows
server  
I get a 403 error and on the Linux machine the index.html page loads but

none of script executes. Have others encountered this problem? Any  
pointers on what I might have done wrong?

   # Create aliases for various applications
   Alias /GoodMap "/var/www/fusion/templates/mapserver/standard"
   <Directory "/var/www/fusion/templates/mapserver/standard">
     Options FollowSymLinks MultiViews Indexes
     AllowOverride None
     Order allow,deny
     Allow from all
   </Directory>

--
James Card
California CAD Solutions, Inc.
209-578-5580 - Voice
209-521-6493 - FAX
_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users

_______________________________________________
fusion-users mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/fusion-users