in reply to Re^4: CGI page sometimes do not loading, apache write error
in thread CGI page sometimes do not loading, apache write error
... i think there will be no problem if it will be generates in a moment
To figure out whether the issue is in fact time related, you could (for debugging purposes) pre-generate one of your large pages from the commandline by redirecting the CGI's output to a file
(in your cgi-bin directory on the server) $ ./simashin.cgi param1=value1 param2=value2 ... >test.html
Then try loading the resulting static html page via the same server (put the test.html into htdocs/... or wherever, not in cgi-bin/, of course). See the debugging section in the CGI docs for details.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: CGI page sometimes do not loading, apache write error
by simak (Sexton) on Mar 25, 2010 at 06:47 UTC | |
by simak (Sexton) on Mar 25, 2010 at 19:57 UTC |