First off, I would like to thank you for making a basic version of your software available for public demonstration. I really like it (except for this problem =)
My problem is simple. Any time I hit submit to input any data in the form it will take ages. I believe the problem is displayed in the Apache error logs:
[Mon Nov 13 15:38:23 2006] [error] [client 192.168.0.90] File does not exist: /var/www/var, referer:
http://192.168.0.54/ttx/ttx.cgi192.168.0.54 is the address of the Apache server
192.168.0.91 is the address of the user viewing the page
The correct directory shuld be /var/www/ttx/ttx.cgi (at least I believe so). After a long while, it will timeout and do what it is supposed to. The data is sent nearly immediatly after pushing the submit button. While the page continues to time out, you can use another windows to view the data already there.
Thanks in advance!