I am having trouble getting SET Cookie to work using CGI.
I can run CGI routines from www/cgi-bin/ -- the usual "Hello World" and a routine to list ENVs work. The common Set Cookie routine does not. It does print the random number value but there is no cookie on the browser. I have tried IE and Firefox from 2 different systems. The only entry in the error log is: [Tue Oct 07 18:50:48 2008] [error] [client xxx.yyy.xxx.123] mod_mime_magic: invalid type 0 in mconvert(). I can use the CGI visit count routine and the log files do get updated OK if the exist. If they don't exist they don't get created. I can't run the commerce CGI auto install script either. I can click on continue on the first page but I don't satisfy the elseif test on the name test and fall though. The browser knows that a form has been submitted because it tells me I have stale data if I refresh the page. CARP with warnings and fatals show no errors.

All thoughts and suggestions much appreciated.