Page 1 of 1

Flash & Apache: Where is the problem?

PostPosted: 04. May 2006 00:55
by tian00
look, i have a simple web page with simple flash animation. but the flash animation is over 134 kb.. is not that much really if you think so....

but i can´t load this animation!

locally works perfect but throught the web, it keeps loading forever...

I´ve uncomment httpd.conf lines

EnableMMAP off
EnableSendfile off

but it´s not working.. help me please!

PostPosted: 04. May 2006 17:18
by capitalfellow
EnableMMAP off
EnableSendfile off

These 2 apache directives are only available on unix operating systems and not on windows.

How are you testing the flash animation on the web?

Are you running XAMPP for Windows on your home computer connected to a DSL/Cable Line and you're trying to access the flash animation from somewhere else ?

PostPosted: 04. May 2006 17:53
by Wiedmann
These 2 apache directives are only available on unix operating systems and not on windows.

That's not true.

BTW:
- The standard value for this directive is "on".
- On some systems you must turn this "off" to work properly.

(But there are also systems where you must use "on")

PostPosted: 04. May 2006 18:06
by capitalfellow
Thank you for clearing up my confusion. I was looking at the documentation on mod_file_cache with the MMapFile directive.

PostPosted: 05. May 2006 02:09
by tian00
hi there, thanks for answering...

well, I usually test my pages over localhost but i also can see it over internet throught mi ip... (i don´t know if it´s a good idea publishing it... you tell me.. :)) using alias like http://miip/lem/ (lem is one of the pages i´m testing) it works great over http://lem.dm.cl
but locally, like i said, it just keep on loading

either way i try to acces mi animation... well, just can´t

about the EnableMMap and EnableSendfile directives.. i got that from this forum (actually on the german xammp & windows) but i even don´t know how it works... just tring to solve this $%&@· problem...

please let me konw if you can solve this