Temat: serwer lighttpd + prezentacja flash
Witam
Mam postawiony serwer lighttpd z takimi ustawieniami
server.modules = (
"mod_fastcgi"
)
server.network-backend = "write"
server.document-root = "/www3/"
index-file.names = ( "index.php", "index.html", "index.htm" )
mimetype.assign = (
".pdf" => "application/pdf",
".class" => "application/octet-stream",
".pac" => "application/x-ns-proxy-autoconfig",
".swf" => "application/x-shockwave-flash",
".wav" => "audio/x-wav",
".gif" => "image/gif",
".jpg" => "image/jpeg",
".jpeg" => "image/jpeg",
".png" => "image/png",
".svg" => "image/svg+xml",
".css" => "text/css",
".html" => "text/html",
".htm" => "text/html",
".js" => "text/javascript",
".txt" => "text/plain",
".dtd" => "text/xml",
".xml" => "text/xml"
)
server.port = 81
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi", ".htm", ".xml")
server.pid-file = "/var/run/lighttpd.pid"
server.upload-dirs = ( "/tmp" )
fastcgi.server = (
".php" => ((
"host" => "127.0.0.1",
"port" => 1026,
))
)na stronke wrzuciłem galerię zdjęć w flash w pliku swf i do niej plik z ustawieniami w xml. Problem jest taki ze na kompie stronka działa a na routerze (serwerze) zachowuje się tak jakby w ogóle nie czytał tego xml. Otwiera mi się prezentacja flash ale bez niczego... nie widzi co ma czytać bo tak jakby nie interesował go plik xml ;/