Christian,
Some modules can override the mappings of types to modules that auto register their types. Try adding the following line after the WitangoModule line:

AddType application/witango-application-file taf tml thtml tcf wws


We also recommend that you upgrade to OS X 10.4.8. It has a lot of bug fixes in the libraries that the server uses.


Regards

Witango Support

On 27/02/2007, at 6:44 PM, Christian Platt wrote:

Hi all,

i looked up all the maillists, but found no solution.

Installed on a Macos 10.3.9 box
witango 5.5 Server professional (witangod up an running)

I pasted in httpd.conf
#WITANGO 5.5 Server
# Witango Apache Plug-in configuration
LoadModule WitangoModule modules/mod_witango55_apache2.so
WitangoModule mod_witango55_apache2.so

apache starts up, but does not recognize witangos "taf"

I get as output pure XML
#########
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE TAF SYSTEM "tango.dtd" >
<TAF Version="0x02000002">
        <Comments />

        <!--Main program-->
        <Program>
                <ActionRef Ref="Results" />
        </Program>

        <!--Program actions-->

        <Actions>
                <ResultAction ID="Results" Sig="null">
                        <ResultsOutput Ref="Results.Results" />
                </ResultAction>
        </Actions>

        <!--Data sources-->
        <DataSources />

        <!--Output blocks-->

        <Outputs>
                <Output ID="Results.Results" Type="HTML"><![CDATA[Hallo
<@Currenttimestamp>]]></Output>
        </Outputs>
</TAF>
#############


So what the heck am i doing wrong.

Christian
______________________________________________________________________ __
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
________________________________________________________________________
TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf

Reply via email to