Try copying the 1.3.9 t4apache.dll into the modules directory and add the following to the httpd.conf file.
# Tango Apache Plug-in configuration LoadModule t4_module ./modules/t4apache.dll TangoModule t4apache.dll > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of > [EMAIL PROTECTED] > Sent: Monday, 20 May 2002 8:57 PM > To: Multiple recipients of list witango-talk > Subject: Witango-Talk: apache web server configuration for Tango > > > Hi Guys, > > I am wondering can anyone help me with configuring Apache for > Tango. I have never used Apache before and just want to try > something with it. I have installed Apache 1.3 and it is > running and serving fine. I tried to modify the httpd.conf > file for Tango but haven't been successful. > > I added the following 2 lines that I got from the documentation: > > TangoModule "t4apache.dll" > "C:/PVSW/Tango2000/Configuration/t4client.ini" > LoadModule t4_module "C:/PVSW/Tango2000/Apache > Modules/1.3.6/t4apache.dll" > > and got the following error : > -------------------------------------------------------------- > -------------- > ------------------------------------ > Syntax error on line 784 of c:/program files/apache > group/apache/conf/http: Invalid command 'TangoModule', > perhaps mis-spelled or defined by a modulecluded in the > server configuration > -------------------------------------------------------------- > -------------- > ------------------------------------ > > I then tried the following: > > LoadModule t4_module "C:/PVSW/Tango2000/Apache > Modules/1.3.6/t4apache.dll" AddModule t4_module > "t4apache.dll" "C:/PVSW/Tango2000/Configuration/t4client.ini" > > and got this error: > -------------------------------------------------------------- > -------------- > ------------------------------------- > Syntax error on line 781 of c:/program files/apache > group/apache/conf/httpd > : > Cannot add module via name 't4_module': not in list of loaded modules > -------------------------------------------------------------- > -------------- > ------------------------------------- > > Can anyone give me a few tips as to where I'm going wrong? > > Any help much appreciated > > Thanks > Mike. > > > ______________________________________________________________ > __________ > 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
