I don't think the demo/example programs have been updated for the latest 
fpc/lazarus versions especially not for apache 2.0x

You should get the latest svn source code for both fpc and lazarus and 
compile it (or use the daily build installer). There are fixes not 
included in earlier releases.

Also make sure that you include the right units from the httpd20 folder 
in fpc and not the httpd22 ones (I think that is the default in lazarus).


Lee Jenkins wrote:
> Hi all,
> 
> This is a separate issue than that I posted before.  Using either the 
> sessiondemo or echo projects, the request fails every other request.
> 
> Request: OK
> Request: Error
> Request: OK
> Request: Error
> Request: OK
> Request: Error
> ..etc.
> 
> When it fails, I get this output from session demo:
> 
> ======================================================
> Debug failed: Access violation
> HTTP/1.1 200 OK
> Date: Wed, 19 Nov 2008 18:37:00 GMT
> Server: Apache/2.0.63 (Win32)
> Content-Length: 2545
> Keep-Alive: timeout=15, max=99
> Connection: Keep-Alive
> Content-Type: text/html
> 
> <snipped raw html tag output>
> 
> Debug failed: Access violation
> ======================================================
> 
> I'm using Apache 2.063 on Windows XP SP3.
> 
> Thanks,
> 
> --
> Warm Regards,
> 
> Lee
> _______________________________________________
> Lazarus mailing list
> Lazarus@lazarus.freepascal.org
> http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
> 

_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to