Hi, I'm trying out Eric Cholet's chatsrv with a lite apache front end and mod_perl server. The front end and mod_perl are on different machines.
if I use http://mod_perl_server:8080/chat.pl everything works okay when I use http://front_end/chat.pl I get don't get any output displayed to the browser's window. If I type on the front_end a user connected to http://mod_perl_server:8080/chat.pl will see the chat. Looking at error log files on both front and and mod_perl server ... there are no errors. Has anyone ever used Eric's chat program this way? Is the front_end apache server waiting for the output to end before it sends all the data to the client's browser? Or? Scott -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html