Autore Topic: Visualizzare un SWF su una CENTOS 5.4  (Letto 13724 volte)

Offline luca_rivara

  • Jr. Member
  • **
  • Post: 25
    • Mostra profilo
    • Il mio sito
    • E-mail
Visualizzare un SWF su una CENTOS 5.4
« il: 28 Aprile 2010, 11:46:14 »
Ciao a tutti!

Posto questo messaggio perchè in rete e da altre parti non riesco a trovare una soluzione al mio problema e la mia semi-esperienza di Centos 5.4 non mi permette di arrivare da solo alla soluzione (in rete sembra non esserci nulla in proposito).

Il problema è questo. Ho creato un piccolo sito in php e l'ho messo sul server di una macchina virtuale (VIRTUAL BOX) su una centos 5.4 virtuale (anch'essa).

Dopo qualche tentativo fallito, sono riuscito ad installarci sopra il plugin di Adobe Flash e adesso il browser visualizza correttamente i video su Youtube e altro.

Però le animazioni in flash sulla mia macchina virtuale non si vedono ancora (anche se ho fatto reboot più di una volta) e neanche da altre macchine (non virtuali).

Il mio sospetto è che si debba configurare qualcosa del server ma purtroppo neanche sul sito della ADOBE è presente uno straccio d'informazione.

Qualcuno ha qualche suggerimento da darmi?

(bruciare flash a parte)

Grazie






Offline LonelyWolf

  • Moderator
  • Hero Member
  • *****
  • Post: 1396
    • Mostra profilo
    • Traversate dei laghi
Re: Visualizzare un SWF su una CENTOS 5.4
« Risposta #1 il: 28 Aprile 2010, 12:00:37 »
Con che codice includi le animazioni flash nelle pagine? Puoi postarlo?
Le animazioni flash sono raggiungibili dal server web (apache suppongo)?
Hai controllato i log di apache?

Offline luca_rivara

  • Jr. Member
  • **
  • Post: 25
    • Mostra profilo
    • Il mio sito
    • E-mail
Re: Visualizzare un SWF su una CENTOS 5.4
« Risposta #2 il: 28 Aprile 2010, 12:07:38 »
Allora il codice con cui includo le animazioni SWF è

Codice: [Seleziona]
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','900','height','700','src','video','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','video' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="900" height="700">
  <param name="movie" value="video.swf">
  <param name="quality" value="high">
  <embed src="video.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="900" height="700"></embed>
</object></noscript>

Tieni presente che ho usato Dreamweaver cs3 e  non penso ci siano altri modi per inserire Flash nell'html (o sì?).

Il server apache...non saprei dire esattamente. Uso una CENTOS 5.4

ciao e grazie per l'aiuto

Offline luca_rivara

  • Jr. Member
  • **
  • Post: 25
    • Mostra profilo
    • Il mio sito
    • E-mail
Re: Visualizzare un SWF su una CENTOS 5.4
« Risposta #3 il: 28 Aprile 2010, 12:08:53 »
Uhm..

Per problemi tecnici adesso non posso controllare i log di apache ma lo farò domani mattina come prima cosa.
Grazie per avermelo suggerito


Offline LonelyWolf

  • Moderator
  • Hero Member
  • *****
  • Post: 1396
    • Mostra profilo
    • Traversate dei laghi
Re: Visualizzare un SWF su una CENTOS 5.4
« Risposta #4 il: 28 Aprile 2010, 13:22:57 »
Il modo è uno solo (indipendentemente dal fatto che si usi il blocco note o un wysiwyg), ma ci sono vari parametri, per questo ti ho chiesto il codice.
Il file video.swf è nella stessa cartella della pagina che lo richiama, vero (è una domanda stupida lo so, ma spesso una svista fa perdere tempo) ?

Da quale browser non vedi le animazioni? quello sulla macchina virtuale o quello sulla macchina reale?

Offline luca_rivara

  • Jr. Member
  • **
  • Post: 25
    • Mostra profilo
    • Il mio sito
    • E-mail
Re: Visualizzare un SWF su una CENTOS 5.4
« Risposta #5 il: 29 Aprile 2010, 09:15:37 »
ciao

I due swf e il video flv sono presenti nella stessa cartella dove sono presenti anche le pagine php, jpg, css, ecc...

Tutto regolare.

Da quale browser non si vede? Da tutti (Chrome - Firefox e  penso anche gli altri) e dai vari computer (non solo quello che ha il server installato. Qualcuno mi aveva detto di controllare i log di Apache. Avresti per favore qualche suggerimento da darmi per favore?

Grazie

Offline LonelyWolf

  • Moderator
  • Hero Member
  • *****
  • Post: 1396
    • Mostra profilo
    • Traversate dei laghi
Re: Visualizzare un SWF su una CENTOS 5.4
« Risposta #6 il: 29 Aprile 2010, 11:27:20 »
Io ti ho chiesto di controllare i log, li hai guardati?

Offline luca_rivara

  • Jr. Member
  • **
  • Post: 25
    • Mostra profilo
    • Il mio sito
    • E-mail
Re: Visualizzare un SWF su una CENTOS 5.4
« Risposta #7 il: 29 Aprile 2010, 12:20:13 »
Ciao

I log sono questi qua sotto (vero)? Se la risposta è sì, ti dovrei chiedere alcune cose.
Codice: [Seleziona]
#
# The location and format of the access logfile (Common Logfile Format).
# If you do not define any access logfiles within a <VirtualHost>
# container, they will be logged here.  Contrariwise, if you *do*
# define per-<VirtualHost> access logfiles, transactions will be
# logged therein and *not* in this file.
#
#CustomLog logs/access_log common

#
# If you would like to have separate agent and referer logfiles, uncomment
# the following directives.
#
#CustomLog logs/referer_log referer
#CustomLog logs/agent_log agent

#
# For a single logfile with access, agent, and referer information
# (Combined Logfile Format), use the following directive:
#
CustomLog logs/access_log combined

#
# Optionally add a line containing the server version and virtual host
# name to server-generated pages (internal error documents, FTP directory
# listings, mod_status and mod_info output etc., but not CGI generated
# documents or custom error documents).
# Set to "EMail" to also include a mailto: link to the ServerAdmin.
# Set to one of:  On | Off | EMail
#
ServerSignature On

#
# Aliases: Add here as many aliases as you need (with no limit). The format is
# Alias fakename realname
#
# Note that if you include a trailing / on fakename then the server will
# require it to be present in the URL.  So "/icons" isn't aliased in this
# example, only "/icons/".  If the fakename is slash-terminated, then the
# realname must also be slash terminated, and if the fakename omits the
# trailing slash, the realname must also omit it.
#
# We include the /icons/ alias for FancyIndexed directory listings.  If you
# do not use FancyIndexing, you may comment this out.

Perchè alcune cartelle (che ho capito che dovrebbero essere piene) sono vuote?

Codice: [Seleziona]
Alias /icons/ "/var/www/icons/"

<Directory "/var/www/icons">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

Oppure per esempio... E' questo la parte del codice che devo analizzare e che mi legge o meno i file presenti nella cartella?
Codice: [Seleziona]
AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip

AddIconByType (TXT,/icons/text.gif) text/*
AddIconByType (IMG,/icons/image2.gif) image/*
AddIconByType (SND,/icons/sound2.gif) audio/*
AddIconByType (VID,/icons/movie.gif) video/*

AddIcon /icons/binary.gif .bin .exe
AddIcon /icons/binhex.gif .hqx
AddIcon /icons/tar.gif .tar
AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
AddIcon /icons/a.gif .ps .ai .eps
AddIcon /icons/layout.gif .html .shtml .htm .pdf
AddIcon /icons/text.gif .txt
AddIcon /icons/c.gif .c
AddIcon /icons/p.gif .pl .py
AddIcon /icons/f.gif .for
AddIcon /icons/dvi.gif .dvi
AddIcon /icons/uuencoded.gif .uu
AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
AddIcon /icons/tex.gif .tex
AddIcon /icons/bomb.gif core

AddIcon /icons/back.gif ..
AddIcon /icons/hand.right.gif README
AddIcon /icons/folder.gif ^^DIRECTORY^^
AddIcon /icons/blank.gif ^^BLANKICON^^

questa è la parte finale del (quello che io penso sia il ) file di configurazione
Codice: [Seleziona]
#
# DefaultIcon is which icon to show for files which do not have an icon
# explicitly set.
#
DefaultIcon /icons/unknown.gif

#
# AddDescription allows you to place a short description after a file in
# server-generated indexes.  These are only displayed for FancyIndexed
# directories.
# Format: AddDescription "description" filename
#
#AddDescription "GZIP compressed document" .gz
#AddDescription "tar archive" .tar
#AddDescription "GZIP compressed tar archive" .tgz

#
# ReadmeName is the name of the README file the server will look for by
# default, and append to directory listings.
#
# HeaderName is the name of a file which should be prepended to
# directory indexes.
ReadmeName README.html
HeaderName HEADER.html

#
# IndexIgnore is a set of filenames which directory indexing should ignore
# and not include in the listing.  Shell-style wildcarding is permitted.
#
IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t

#
# DefaultLanguage and AddLanguage allows you to specify the language of
# a document. You can then use content negotiation to give a browser a
# file in a language the user can understand.
#
# Specify a default language. This means that all data
# going out without a specific language tag (see below) will
# be marked with this one. You probably do NOT want to set
# this unless you are sure it is correct for all cases.
#
# * It is generally better to not mark a page as
# * being a certain language than marking it with the wrong
# * language!
#
# DefaultLanguage nl
#
# Note 1: The suffix does not have to be the same as the language
# keyword --- those with documents in Polish (whose net-standard
# language code is pl) may wish to use "AddLanguage pl .po" to
# avoid the ambiguity with the common suffix for perl scripts.
#
# Note 2: The example entries below illustrate that in some cases
# the two character 'Language' abbreviation is not identical to
# the two character 'Country' code for its country,
# E.g. 'Danmark/dk' versus 'Danish/da'.
#
# Note 3: In the case of 'ltz' we violate the RFC by using a three char
# specifier. There is 'work in progress' to fix this and get
# the reference data for rfc1766 cleaned up.
#
# Catalan (ca) - Croatian (hr) - Czech (cs) - Danish (da) - Dutch (nl)
# English (en) - Esperanto (eo) - Estonian (et) - French (fr) - German (de)
# Greek-Modern (el) - Hebrew (he) - Italian (it) - Japanese (ja)
# Korean (ko) - Luxembourgeois* (ltz) - Norwegian Nynorsk (nn)
# Norwegian (no) - Polish (pl) - Portugese (pt)
# Brazilian Portuguese (pt-BR) - Russian (ru) - Swedish (sv)
# Simplified Chinese (zh-CN) - Spanish (es) - Traditional Chinese (zh-TW)
#
AddLanguage ca .ca
AddLanguage cs .cz .cs
AddLanguage da .dk
AddLanguage de .de
AddLanguage el .el
AddLanguage en .en
AddLanguage eo .eo
AddLanguage es .es
AddLanguage et .et
AddLanguage fr .fr
AddLanguage he .he
AddLanguage hr .hr
AddLanguage it .it
AddLanguage ja .ja
AddLanguage ko .ko
AddLanguage ltz .ltz
AddLanguage nl .nl
AddLanguage nn .nn
AddLanguage no .no
AddLanguage pl .po
AddLanguage pt .pt
AddLanguage pt-BR .pt-br
AddLanguage ru .ru
AddLanguage sv .sv
AddLanguage zh-CN .zh-cn
AddLanguage zh-TW .zh-tw

#
# LanguagePriority allows you to give precedence to some languages
# in case of a tie during content negotiation.
#
# Just list the languages in decreasing order of preference. We have
# more or less alphabetized them here. You probably want to change this.
#
LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv zh-CN zh-TW

#
# ForceLanguagePriority allows you to serve a result page rather than
# MULTIPLE CHOICES (Prefer) [in case of a tie] or NOT ACCEPTABLE (Fallback)
# [in case no accepted languages matched the available variants]
#
ForceLanguagePriority Prefer Fallback

#
# Specify a default charset for all content served; this enables
# interpretation of all content as UTF-8 by default.  To use the
# default browser choice (ISO-8859-1), or to allow the META tags
# in HTML content to override this choice, comment out this
# directive:
#
AddDefaultCharset UTF-8

#
# AddType allows you to add to or override the MIME configuration
# file mime.types for specific file types.
#
#AddType application/x-tar .tgz

#
# AddEncoding allows you to have certain browsers uncompress
# information on the fly. Note: Not all browsers support this.
# Despite the name similarity, the following Add* directives have nothing
# to do with the FancyIndexing customization directives above.
#
#AddEncoding x-compress .Z
#AddEncoding x-gzip .gz .tgz

# If the AddEncoding directives above are commented-out, then you
# probably should define those extensions to indicate media types:
#
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz

#
# AddHandler allows you to map certain file extensions to "handlers":
# actions unrelated to filetype. These can be either built into the server
# or added with the Action directive (see below)
#
# To use CGI scripts outside of ScriptAliased directories:
# (You will also need to add "ExecCGI" to the "Options" directive.)
#
#AddHandler cgi-script .cgi

#
# For files that include their own HTTP headers:
#
#AddHandler send-as-is asis

#
# For type maps (negotiated resources):
# (This is enabled by default to allow the Apache "It Worked" page
#  to be distributed in multiple languages.)
#
AddHandler type-map var

#
# Filters allow you to process content before it is sent to the client.
#
# To parse .shtml files for server-side includes (SSI):
# (You will also need to add "Includes" to the "Options" directive.)
#
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml

#
# Action lets you define media types that will execute a script whenever
# a matching file is called. This eliminates the need for repeated URL
# pathnames for oft-used CGI file processors.
# Format: Action media/type /cgi-script/location
# Format: Action handler-name /cgi-script/location
#

#
# Customizable error responses come in three flavors:
# 1) plain text 2) local redirects 3) external redirects
#
# Some examples:
#ErrorDocument 500 "The server made a boo boo."
#ErrorDocument 404 /missing.html
#ErrorDocument 404 "/cgi-bin/missing_handler.pl"
#ErrorDocument 402 http://www.example.com/subscription_info.html
#

#
# Putting this all together, we can internationalize error responses.
#
# We use Alias to redirect any /error/HTTP_<error>.html.var response to
# our collection of by-error message multi-language collections.  We use
# includes to substitute the appropriate text.
#
# You can modify the messages' appearance without changing any of the
# default HTTP_<error>.html.var files by adding the line:
#
#   Alias /error/include/ "/your/include/path/"
#
# which allows you to create your own set of files by starting with the
# /var/www/error/include/ files and
# copying them to /your/include/path/, even on a per-VirtualHost basis.
#

Alias /error/ "/var/www/error/"

<IfModule mod_negotiation.c>
<IfModule mod_include.c>
    <Directory "/var/www/error">
        AllowOverride None
        Options IncludesNoExec
        AddOutputFilter Includes html
        AddHandler type-map var
        Order allow,deny
        Allow from all
        LanguagePriority en es de fr
        ForceLanguagePriority Prefer Fallback
    </Directory>

#    ErrorDocument 400 /error/HTTP_BAD_REQUEST.html.var
#    ErrorDocument 401 /error/HTTP_UNAUTHORIZED.html.var
#    ErrorDocument 403 /error/HTTP_FORBIDDEN.html.var
#    ErrorDocument 404 /error/HTTP_NOT_FOUND.html.var
#    ErrorDocument 405 /error/HTTP_METHOD_NOT_ALLOWED.html.var
#    ErrorDocument 408 /error/HTTP_REQUEST_TIME_OUT.html.var
#    ErrorDocument 410 /error/HTTP_GONE.html.var
#    ErrorDocument 411 /error/HTTP_LENGTH_REQUIRED.html.var
#    ErrorDocument 412 /error/HTTP_PRECONDITION_FAILED.html.var
#    ErrorDocument 413 /error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
#    ErrorDocument 414 /error/HTTP_REQUEST_URI_TOO_LARGE.html.var
#    ErrorDocument 415 /error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
#    ErrorDocument 500 /error/HTTP_INTERNAL_SERVER_ERROR.html.var
#    ErrorDocument 501 /error/HTTP_NOT_IMPLEMENTED.html.var
#    ErrorDocument 502 /error/HTTP_BAD_GATEWAY.html.var
#    ErrorDocument 503 /error/HTTP_SERVICE_UNAVAILABLE.html.var
#    ErrorDocument 506 /error/HTTP_VARIANT_ALSO_VARIES.html.var

</IfModule>
</IfModule>

#
# The following directives modify normal HTTP response behavior to
# handle known problems with browser implementations.
#
BrowserMatch "Mozilla/2" nokeepalive
BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
BrowserMatch "RealPlayer 4\.0" force-response-1.0
BrowserMatch "Java/1\.0" force-response-1.0
BrowserMatch "JDK/1\.0" force-response-1.0

#
# The following directive disables redirects on non-GET requests for
# a directory that does not include the trailing slash.  This fixes a
# problem with Microsoft WebFolders which does not appropriately handle
# redirects for folders with DAV methods.
# Same deal with Apple's DAV filesystem and Gnome VFS support for DAV.
#
BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
BrowserMatch "MS FrontPage" redirect-carefully
BrowserMatch "^WebDrive" redirect-carefully
BrowserMatch "^WebDAVFS/1.[0123]" redirect-carefully
BrowserMatch "^gnome-vfs/1.0" redirect-carefully
BrowserMatch "^XML Spy" redirect-carefully
BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully

#
# Allow server status reports generated by mod_status,
# with the URL of http://servername/server-status
# Change the ".example.com" to match your domain to enable.
#
#<Location /server-status>
#    SetHandler server-status
#    Order deny,allow
#    Deny from all
#    Allow from .example.com
#</Location>

#
# Allow remote server configuration reports, with the URL of
#  http://servername/server-info (requires that mod_info.c be loaded).
# Change the ".example.com" to match your domain to enable.
#
#<Location /server-info>
#    SetHandler server-info
#    Order deny,allow
#    Deny from all
#    Allow from .example.com
#</Location>

#
# Proxy Server directives. Uncomment the following lines to
# enable the proxy server:
#
#<IfModule mod_proxy.c>
#ProxyRequests On
#
#<Proxy *>
#    Order deny,allow
#    Deny from all
#    Allow from .example.com
#</Proxy>

#
# Enable/disable the handling of HTTP/1.1 "Via:" headers.
# ("Full" adds the server version; "Block" removes all outgoing Via: headers)
# Set to one of: Off | On | Full | Block
#
#ProxyVia On

#
# To enable a cache of proxied content, uncomment the following lines.
# See http://httpd.apache.org/docs/2.2/mod/mod_cache.html for more details.
#
#<IfModule mod_disk_cache.c>
#   CacheEnable disk /
#   CacheRoot "/var/cache/mod_proxy"
#</IfModule>
#

#</IfModule>
# End of proxy directives.

### Section 3: Virtual Hosts
#
# VirtualHost: If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
#
# Please see the documentation at
# <URL:http://httpd.apache.org/docs/2.2/vhosts/>
# for further details before you try to setup virtual hosts.
#
# You may use the command line option '-S' to verify your virtual host
# configuration.

#
# Use name-based virtual hosting.
#
#NameVirtualHost *:80
#
# NOTE: NameVirtualHost cannot be used without a port specifier
# (e.g. :80) if mod_ssl is being used, due to the nature of the
# SSL protocol.
#

#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#
#<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.example.com
#    DocumentRoot /www/docs/dummy-host.example.com
#    ServerName dummy-host.example.com
#    ErrorLog logs/dummy-host.example.com-error_log
#    CustomLog logs/dummy-host.example.com-access_log common
#</VirtualHost>

Grazie per l'aiuto

Offline LonelyWolf

  • Moderator
  • Hero Member
  • *****
  • Post: 1396
    • Mostra profilo
    • Traversate dei laghi
Re: Visualizzare un SWF su una CENTOS 5.4
« Risposta #8 il: 29 Aprile 2010, 12:42:52 »
Quelli sono i file di configurazione, le directory vuote sono vuote perchè "opzionali", ad esempio la cartella delle icone non è necessaria ma se le vuoi devi crearle e metterle lì.

I log stanno in /var/log/httpd/ e ci troverai, ad esempio access_log, error_log (anche numerati)

Offline luca_rivara

  • Jr. Member
  • **
  • Post: 25
    • Mostra profilo
    • Il mio sito
    • E-mail
Re: Visualizzare un SWF su una CENTOS 5.4
« Risposta #9 il: 30 Aprile 2010, 09:53:07 »
Ciao

Ho seguito i tuoi consigli e sono arrivato ai log di sistema
Codice: [Seleziona]
[root@localhost httpd]# ls
access_log  error_log  ssl_access_log  ssl_error_log  ssl_request_log
[root@localhost httpd]#

Adesso ti posto qua sotto un esempio di cosa ho trovato
Codice: [Seleziona]
[30/Apr/2010:11:35:59 +0200] "GET /filmato_prova.php HTTP/1.1" 200 1082 "http://192.168.0.34/" "Mozilla/5.0 (Windows; U; Windows
NT 5.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.1.249.1064 Safari/532.5"

Ammetto che capirci cosa stia dicendo non è semplice, in ogni caso ho provato a disabilitare Selinux per vedere se non era sua la colpa ma non c'è stato nulla da fare: la causa non è quella.

Però quello che mi incuriosiva era una sfilza error che i log mi riportano

( more ssl_error_log )


Codice: [Seleziona]
[Wed Apr 28 10:58:56 2010] [error] [client 127.0.0.1] File does not exist: /var/www/html/sito_cnr/pass.css, referer: http://127.0.0.1/
[Wed Apr 28 10:59:00 2010] [error] [client 127.0.0.1] File does not exist: /var/www/html/sito_cnr/favicon.ico
[Wed Apr 28 10:59:10 2010] [error] [client 127.0.0.1] File does not exist: /var/www/html/sito_cnr/Scripts, referer: http://127.0.0.1/pagina1.php
[Wed Apr 28 10:59:15 2010] [error] [client 127.0.0.1] File does not exist: /var/www/html/sito_cnr/Scripts, referer: http://127.0.0.1/pagina1.php
[Wed Apr 28 11:16:39 2010] [notice] caught SIGTERM, shutting down
[Wed Apr 28 11:20:54 2010] [notice] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
[Wed Apr 28 11:20:54 2010] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Apr 28 11:20:55 2010] [notice] Digest: generating secret for digest authentication ...
[Wed Apr 28 11:20:55 2010] [notice] Digest: done
[Wed Apr 28 11:20:56 2010] [notice] mod_python: Creating 4 session mutexes based on 256 max processes and 0 max threads.
[Wed Apr 28 11:20:57 2010] [notice] Apache/2.2.3 (CentOS) configured -- resuming normal operations
[Wed Apr 28 11:24:29 2010] [error] [client 127.0.0.1] File does not exist: /var/www/html/sito_cnr/pass.css, referer: http://127.0.1/
[Wed Apr 28 11:24:30 2010] [error] [client 127.0.0.1] File does not exist: /var/www/html/sito_cnr/favicon.ico
[Wed Apr 28 11:24:33 2010] [error] [client 127.0.0.1] File does not exist: /var/www/html/sito_cnr/favicon.ico
[Wed Apr 28 11:24:42 2010] [error] [client 127.0.0.1] File does not exist: /var/www/html/sito_cnr/Scripts, referer: http://127.0.1/pagina1.php
[Wed Apr 28 11:24:46 2010] [error] [client 127.0.0.1] File does not exist: /var/www/html/sito_cnr/Scripts, referer: http://127.0.1/pagina1.php
[Wed Apr 28 11:28:11 2010] [error] [client 192.168.0.24] File does not exist: /var/www/html/sito_cnr/favicon.ico
[Wed Apr 28 11:28:13 2010] [error] [client 192.168.0.24] File does not exist: /var/www/html/sito_cnr/favicon.ico

Che qua mi stia dicendo la vera causa del perchè il server non mi visualizza gli swf?


Offline LonelyWolf

  • Moderator
  • Hero Member
  • *****
  • Post: 1396
    • Mostra profilo
    • Traversate dei laghi
Re: Visualizzare un SWF su una CENTOS 5.4
« Risposta #10 il: 30 Aprile 2010, 11:46:36 »
Da quel che vedo ti sta dicendo che non trova la favicon (/var/www/html/sito_cnr/favicon.ico) e il css (/var/www/html/sito_cnr/pass.css).

Se il file di log era più lungo probabilmente l'errore per il fwf è più avanti (o nei log successivi)

Offline luca_rivara

  • Jr. Member
  • **
  • Post: 25
    • Mostra profilo
    • Il mio sito
    • E-mail
Re: Visualizzare un SWF su una CENTOS 5.4
« Risposta #11 il: 30 Aprile 2010, 11:55:22 »
Ciao

Ho chiesto il parere ad un mio amico qua accanto a me e secondo lui il problema è la configurazione PHP del Server che magari non riesce a leggere l'swf perchè devo installare ShockWave Flash in una zona ben determinata.

Il problema potrebbe essere questo.

Codice: [Seleziona]
http://www.tutorialized.com/view/tutorial/Introduction-to-SWF-and-Flash/719
 In ogni caso adesso risolvere un'altro problema: come cavolo ingrandire lo schermo della macchina virtuale CENTOS perchè è già stretto di per sè e se resta così non riesco a vedere quasi nulla per colpa di quel maledetto frame superiore.

Ciao, grazie per l'aiuto e buon week-end!!



Offline LonelyWolf

  • Moderator
  • Hero Member
  • *****
  • Post: 1396
    • Mostra profilo
    • Traversate dei laghi
Re: Visualizzare un SWF su una CENTOS 5.4
« Risposta #12 il: 30 Aprile 2010, 13:04:41 »
A php non interessa il plugin, non è php o apache che fanno visualizzare l'animazione, ma il plugin del browser.

Se apri la pagina con firefox (o il browser che usi, ma firefox è meglio!) e guardi il sorgente della pagina, riesci a vedere il codice dell'oggetto swf?

Inoltre se installi su firefox l'estensione Web Developer riesci a trovare altri indizi (se non la soluzione) al tuo problema.

Cerca bene tra i log di apache, i permeassi delle cartelle dove hai messo il sito, verifica con il browser dove sta l'inghippo!

Offline luca_rivara

  • Jr. Member
  • **
  • Post: 25
    • Mostra profilo
    • Il mio sito
    • E-mail
Re: Visualizzare un SWF su una CENTOS 5.4
« Risposta #13 il: 03 Maggio 2010, 10:01:17 »
Ciao LonelyWolf

Ecco il codice della pagina (e quello di flash). Il problema è che il computer la 'legge' ma poi (al momento di mostrarla o di far notare che c'è) non fa nulla. E' come se flash non esistesse per lui.

Quando ho provato a visualizzare questa piccola animazione sul mio portatile (sotto windows xp - LAMP) mi ha chiesto i plugin di flash e dopo averli installati mi è funzionato tutto quanto correttamente.

Qui invece non capisco proprio nulla. Sebbene abbia fatto come dicevi te (Web Developer, aggiornamento plugin-flash, ecc...) la situazione non è cambiata proprio per nulla

qua sotto ti allego il codice


Codice: [Seleziona]
<script type="text/javascript" class="flash">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','800','height','600','class','flash','src','tavo','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','tavo' ); //end AC code
</script>
  <noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="800" height="600" class="flash">
    <param name="movie" value="tavo.swf">
    <param name="quality" value="high">
    <embed src="tavo.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="800" height="600"></embed>
  </object>
  </noscript>

grazie  per l'aiuto e per la pazienza! :)

Offline luca_rivara

  • Jr. Member
  • **
  • Post: 25
    • Mostra profilo
    • Il mio sito
    • E-mail
Re: Visualizzare un SWF su una CENTOS 5.4
« Risposta #14 il: 03 Maggio 2010, 11:48:13 »
ciao LonelyWolf!

Ti informo che il problema è risolto.

Allora ecco la soluzione:

Sono andato nella cartella cd /var/log/ e poi sono andato nella cartella httpd e nella sottto cartella errore_log o qualcosa del genere dove mi segnalava tutti gli errori.

E lì mi segnalava apache favicon.ico ecc..

Per un pò l'abbiamo ignorato. Poi di colpo al mio amico è venuta l'idea che fosse questa la causa del malfunzionamento.

E infatti..

è bastato copiare l'icona favicon.ico da dove si trovava prima nella cartella del server (e rinominare una cartella con la S maiuscola) e di colpo tutto si è messo a funzionare!!!!

come sono felice!!

GRAZIE MILLE COMUNQUE PER L'AIUTO CHE MI HAI DATO!!!! ;D ;D