Thomas,
I am interested to find out if you have an answer to this too. I think that the mapping between file extension and plugin is hard coded into the witango apache plugin, because I couldn't find any way to customize that when I looked into it a while ago.
A possible workaround for you if you don't find the answer would be the following.
replace all instances of ".html" in the code to ".tml" rename all the files to .tml instead of .html
this should get the site running, except of course for external links pointing to .html instead of .tml (which you can fix with a mod_rewrite, right?)
And If you have any hard coded links inside of flash pieces or anything like that, but the mod rewrite might take of you there too.
/John
Thomas Jones wrote:
I know this thread is old, but I searched around and
didn't find an answer to the original question of
whether it's possible to tell apache to process
*.html thru the witango plugin, as you can do on IIS.
We have inherited a set of legacy tango2000 apps,
hosted on WinNT and IIS, that are littered
with html files that have logic in them via tango
metatags. We are moving them to witango in an effort
to improve reliability until we can replace them, and
our standard infrastructure is linux and apache. I'd
hate to have to host IIS servers just for these apps,
and rewriting 10000 html files to remove metatags is
not an option. Does anyone know if it's possible to map *.html to the witango plugin in apache, ala IIS?
Thanks! TJ
Actually you can set up an IIS web server to pass.html files to the
Witango
server.Directory/Configuration/App Mappings
Go to your web server properties/Home
server, if that's reallyand map .html to C:\Inetpub\scripts\t4iis.dll
All your html files will go through the Witango
what you want. Then you can put metatags, callMethodsetc. in your html
files and Witango will process them just like if itwas a .tml file.
Garth PenglaseDave Shelley
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
Sent: Monday, October 07, 2002 10:00 AMwith Tango
To: Multiple recipients of list witango-talk
Subject: Re: Witango-Talk: Processing .html files
Sorry if I am stating the obvious here and am rightoff the point but, I
think that you must be assuming that you add WiTangotags to a html page,
and then tell the Web Server to pass all filesthrough a post processor
like NetCloak and similar products to act on thetags. WiTango is not a
post-processor but more a cgi which receives callsfrom the web server to
files requested throughact upon certain MIME types.
The WiTango App Server processes .taf .tcf and .tml
the web browser which would be configured to passrequests for these MIME
Witango Editor totypes to the Witango App Server.
To server up WiTango functionality you create use the
create .taf files which include HTML and embeddedWiTango codes.
You don't process html files with the WiTango AppServer, that's what the
config file for theWeb Server is for.
If you're asking what MIME type you add to the httpd
Tango server to process .taf .tcf and .tml files thenthat should have been
done automatically by the installation of the WiTangoApp Server.
Apachecheers Garth Penglase
At 10:38 5/10/02, you wrote:
What is the syntax to add to httpd.conf file in
[EMAIL PROTECTED]so Tango will process html files or different specified extensions? This will be for the current version and for v5. Thank you.
__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to
[EMAIL PROTECTED]with unsubscribe witango-talk in the message body________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to
[EMAIL PROTECTED]with unsubscribe witango-talk in the message body
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to
with unsubscribe witango-talk in the message body
________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
