If it's a late night thing you'll be needing suggestions...
- do ?lang=jp right after restarting the server
- do ?lang=xx where xx is some random (invalid) combination of letters
- clarify "does not run" - does not produce expected output? crashes?
does not execute a certain bit of your code?
- maybe hard-code the lang parameter to "jp" at the top of your cgi
script, see what happens?
John
Daniel McBrearty wrote:
8 of 9 args work fine. The last, jp, causes the "doesn't run" problem.
Even odder is that the exact server config runs fine on port 80 (my
test setup). This only happens on port 8080 (which is my dev server -
a completely seperate apache instance). I have commented everything
that differs between the two instances, except the prot number, pathes
and so on.
This is so odd I'm embarassed to post about it, but I'm pretty baffled
.. I hope it's just a "late night thing". Or a weird side effect of my
odd config?