OK, I've copied and pasted the LoadModule and WitangoModule statements into httpd.conf. Restarted apache. Unfortunately, I am still getting the same thing.
When a taf file is called, I get the HTML of the taf. While digging some more, I have found the following error when starting witangod. (/var/log/system.log) Sep 17 15:00:20 IS WitangoServer[3956]: RUNTIME ERROR shmget error : 'Invalid argument' Sep 17 15:00:20 IS WitangoServer[3956]: RUNTIME ERROR shmat error : 'Invalid argument' Sep 17 15:00:20 IS WitangoServer[3956]: RUNTIME ERROR Can't initialize the Witango status object Sep 17 15:00:20 IS WitangoServer[3956]: START ERROR Startup: Can't initialize Witango Server. See the previous error for details. Sep 17 15:00:20 IS WitangoServer[3956]: STOP WARNING Variable Store contained 78 variables on shutdown. Sep 17 15:00:20 IS WitangoServer[3956]: STOP WARNING Variable Store contained 10 variables on shutdown. When starting apache, I am still getting the following error in the error_log. [Sat Sep 17 15:12:53 2005] [error] Cannot remove module TangoApache.cpp: not found in module list Processing config directory: /etc/httpd/sites/*.conf Processing config file: /etc/httpd/sites/0000_10.70.0.6_80_is.rainbowschools.ca.conf Processing config file: /etc/httpd/sites/virtual_host_global.conf [Sat Sep 17 15:12:53 2005] [notice] Apache/1.3.33 (Darwin) DAV/1.0.3 mod_ssl/2.8.22 OpenSSL/0.9.7g configured -- resuming normal operations [Sat Sep 17 15:12:53 2005] [notice] Accept mutex: flock (Default: flock) Witango Entries in httpd.conf is:~ root# cat /private/etc/httpd/httpd.conf | grep tango LoadModule WitangoModule /usr/libexec/httpd/mod_witango55_apache1.so WitangoModule mod_witango55_apache1.so is:~ root# Shouldn't the "WitangoModule mod_witango55_apache1.so" be "AddModule WitangoModule mod_witango55_apache1.so"? If it is, this is the error I get when added. is:~ root# apachectl start Syntax error on line 138 of /etc/httpd/httpd.conf: Cannot add module via name 'WitangoModule': not in list of loaded modules /usr/sbin/apachectl start: httpd could not be started is:~ root# Thanks. -- Dominique > Be sure the module was installed in the correct location /usr/ > libexec/httpd/witango55_apache1.so and is named correctly. Also be > sure that the full path is in the httpd.conf file > > # LOAD WITANGO MODULE > # This loads the Witango 5.5 client for Apache to enable > # communication with the Witango Application Server. > LoadModule WitangoModule /usr/libexec/httpd/witango55_apache1.so > WitangoModule witango55_apache1.so On Sep 17, 2005, at 9:41 AM, Witango wrote: >> Hi Folks, >> >> I have install Witango 5.5 for OSX on our current production >> server. If I add the following line to httpd.conf >> "AddModule WitangoServer" (as stated in the installation), Apache >> won't start. >> This is the following error I receive: "Cannot add module via name >> 'WitangoModule': not in list of loaded modules" >> >> "LoadModule WitangoServer libexec/httpd/witango55_apache1.so" is >> not giving any errors on startup, however, in the >> error_log I am getting, "Cannot remove module TangoApache.cpp: not >> found in module list". >> >> I have a feeling this is why when I load a taf, the taf file is >> being displayed as text. Any thoughts. >> >> OS X Server 10.4.2 >> Witango Server 5.5.009 >> >> Permission are fine. Have tried /Applications/WitangoServer/5.5 >> with 777 and still no go. >> >> Thanks. >> >> -- Dominique >> >> ______________________________________________________________________ >> __ >> TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf >> >> > ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
