In playing with ROR, which likes lighttpd as it's web server, I
ran across this in a lighttpd configuration file:
# Making sure file uploads above 64k always work when using IE or
Safari
# For more information, see http://trac.lighttpd.net/trac/ticket/360
$HTTP["useragent"] =~ "^(.*MSIE.*)|(.*AppleWebKit.*)$" {
server.max-keep-alive-requests = 0
}
The only analogous control with 4D's web server would be to turn
keep alive off completely.
Where do I find keep alive? I tried setting 'execute in 4d("set web
timeout(%d)" % (0))' and Safari still dies on a file upload half
the time. Firefox works fine.
'set web timeout' is for contextual mode and has nothing to do with
keep-alive. The only way to set keep-alive is through Preferences-
>Web->Options->Use Keep-Alive Connections.
I tried to install 10.4.6 combo update on my iBook and the
installation failed - leaving my system somewhere in between 10.4.4
and 10.4.6.
I fail to see how this could be related to anything with Active4D.
But if your Safari install is messed up, that could indeed cause the
problems you are seeing. Are the problems you are seeing occurring on
anyone else's machine with Safari? Would it be possible for me to try
somehow?
Regards,
Aparajita
www.aparajitaworld.com
"If you dare to fail, you are bound to succeed."
- Sri Chinmoy | www.srichinmoylibrary.com
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/