-
Hi all,
i installed a software (project-open.com), which runs on AOLServer on a Windows XP Pro machine.
The software is accessible from the same machine "http://localhost:8000", everything works good.
But, i can not access it from another computer using "http://[local ip]:8000". Firewall is off.
There is a Linux-version in the same network, and the port 8000...
2009-10-29 20:22:15 UTC by grommmm
-
One symptom is a ton of "missing close brace" errors when singlescript is enabled.
This fix works for me:
--- adpcmds.c~ 2006-06-25 20:28:02.000000000 -0400
+++ adpcmds.c 2009-10-10 14:21:01.000000000 -0400
@@ -436,7 +436,8 @@
"arg ?arg ...?");
return TCL_ERROR;
}
- isfile = flags = 0;
+ isfile = 0;
+ flags = itPtr->adp.flags;.
2009-10-10 18:27:28 UTC by ellisj
-
By the way, I say "truncated" because our testing indicates that the missing data all comes from the end of the transaction--so for the 74000-byte test above, the first 73728 bytes are received by the client but the last 272 bytes are lost/truncated.
2009-07-15 21:05:37 UTC by johnjcaruso
-
When using the https* client routines (e.g. ns_httpsget) to get a page from a server, SSL transactions are sometimes truncated. This happens with a AOLserver 4.5.1 and nsopenssl 3.0beta26 client and server. It also happens if the client is running AOLserver 3.4.2 / nsopenssl 2.x, but the server *must* be running AOlserver 4 / nsopenssl 3.0beta26. We've tested and verified this bug on Redhat...
2009-07-15 20:45:49 UTC by johnjcaruso
-
gneumann committed patchset 2289 of module aolserver to the AOLserver CVS repository, changing 2 files.
2009-05-15 08:31:27 UTC by gneumann
-
gneumann committed patchset 2288 of module aolserver to the AOLserver CVS repository, changing 2 files.
2009-05-14 06:51:15 UTC by gneumann
-
gneumann committed patchset 2287 of module aolserver to the AOLserver CVS repository, changing 2 files.
2009-05-14 04:27:03 UTC by gneumann
-
gneumann committed patchset 2286 of module aolserver to the AOLserver CVS repository, changing 1 files.
2009-03-08 11:39:01 UTC by gneumann
-
gneumann committed patchset 2285 of module aolserver to the AOLserver CVS repository, changing 1 files.
2009-03-08 11:31:12 UTC by gneumann
-
gneumann committed patchset 2284 of module aolserver to the AOLserver CVS repository, changing 1 files.
2009-03-08 11:26:58 UTC by gneumann