Help Desk Software & Beyond
May 22, 2012, 12:03:21 AM *
Welcome, Guest. Please login or register.
To post messages you need to register. We apologize for inconvenience, but this is to prevent spam.
Registration is instant (no email verification) and we do not ask for any personal information.

Login with username, password and session length
News: Welcome to Help Desk Software forum!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Page redirect delays  (Read 2053 times)
iam8up
Newbie
*

Karma: 0
Posts: 2


View Profile
« on: November 13, 2006, 03:48:41 PM »

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.cgi

192.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!
Logged
Alex
Administrator
Hero Member
*****

Karma: 22
Posts: 605



View Profile WWW
« Reply #1 on: November 13, 2006, 11:44:17 PM »

It looks like the bottleneck is your SMTP server. The delay occurs while trying to send an email. For more info please refer to this document:

Why do connections to the SMTP port take such a long time?

I would suggest using sendmail instead of smtp host (see System Setup form, setup.cgi).

If you believe the delay is not due to email connection issues, please try to disable outgoing email: edit TTXMail.pm, find the line (#85) that reads

sub sendmail {

and add the following below it

return 1;

Please let me know if the problem persists after disabling outgoing email.


Logged

Follow me on: LinkedIn
iam8up
Newbie
*

Karma: 0
Posts: 2


View Profile
« Reply #2 on: November 14, 2006, 09:37:10 AM »

First off the mail system never worked.  I don't know what to do on this damned Debian thing =P

By simply bypassing the mail procedure that works just the way I need it to.  Thank you very much =)
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1 RC3 | SMF © 2001-2006, Lewis Media Valid XHTML 1.0! Valid CSS!
Page created in 0.02 seconds with 17 queries.