I have a cgi program I've been working on recently that suddenly seems to have stopped responding. I click on things that should change pages for example and it behaves as though I hit refresh, however when I clear the cache and go directaly to those pages, it works correctally... until I try to go to the page after that or the page I was at before...
I did not have this problem until recently, and I can't think of what might have caused it other than my switch from HTML::Mason to just a normal cgi-script. Below is what the header it is currently printing out.
200 OK Connection: close Date: Fri, 28 Feb 2003 20:56:56 GMT Pragma: no-cache Server: Apache/1.3.27 (Unix) mod_perl/1.27 Content-Type: text/html Client-Date: Fri, 28 Feb 2003 20:56:05 GMT Client-Response-Num: 1 Set-Cookie: MY_SESSION_ID=1ce2b752001b4d4619d465175a8c9746; path=/
I'm still kinda new with configuring mod_perl as well, so it occurs to me that it might have something to do with that too... so I'll include the only parts of the httpd config I've changed:
PerlModule DBI PerlModule Apache::DBI PerlModule HTML::CalendarMonthSimple PerlModule Apache::Request PerlModule Tie::IxHash PerlModule Apache::Session::MySQL PerlModule CGI::Cookie PerlModule Apache::Registry <Location /cgi-bin> SetHandler perl-script PerlHandler Apache::Registry Options ExecCGI allow from all PerlSendHeader On </Location>
I've included everything that I can think of, did I overlook something or some other possibility for what I might have changed?
Thank you for any assistance you can give.
My code doesn't have bugs, it just develops random features.
In reply to mod_perl and cache? by Flame
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |