Problema gestione estensioni con joomla 2.5

lanciando la pagina mi ridà:

Pagina di prova PHP <?php $root = getenv("DOCUMENT_ROOT"); echo "Posizione della document_root:"." $root"; echo "

Buona giornata!"; ?>

Sei andato da %url% vero?

Hai fatto partire i servizi httpd e mysqld?

no arka
ho spostato la pagina nella cartella html.

raga non so più :wall: non so perché joomla non va e neanche php test anche se ho installato tutto!!!
ho urgenza nel lavorare con joomla ma con fedora non riesco proprio ad andare avanti.

spero che qualcuno esperto in materia o qualcuno che ha già avuto il mio stesso problema mi indichi la strada

è forse un problema di SELINUX? :gratt:

Scusami, hai detto che non hai fatto partire questi servizi?

ho deciso di disinstallare LAMP e reinstallare tutto seguendo la guida di Fedora.
siccome ho installato pacchetti sia con da terminale che con Apper, gentilmente
potete indicarmi i comandi da eseguire su terminale per ripulire per bene LAMP e rpm collegati?
Riparto da 0 :doc:

Se non rispondi alle nostre richieste non riusciremo ad aiutarti…

Io penso che sia successo qualcosa con la modifica dei permessi, ragion per la quale stavo per consigliarti un’altra strada (public_html), ma mi è balenato in testa il dubbio che tu non avessi fatto partire i servizi necessari.

ciao Arka
allora seguo un’altra strada se me la indicate.
faccio sempre partire i servizi httpd e mysqld con

systemctl start httpd.service

e

systemctl start mysqld.service

proviamo con public-html.

Invece ci dici:

[quote]no arka
ho spostato la pagina nella cartella html[/quote]
Quel file test.php non va messo nella cartella html, ma /var/www/html/prova1, altrimenti la devi richiamare con http:/localhost/test.php

E questa cartella ora da dove salta fuori?
Nella nostra guida non si parla di public-html, la cartella html pubblica ti serve su un server remoto, non in locale!
Non stare a didinstallare e reinstallare pacchetti, alla fine fai più confusione che altro e non riusciamo più a seguirti, tieni i pacchetti installati con la nostra guida, non fare un mix di quello che trovi in giro, non porta a nulla.
Ci dai un:

$ tree /var/www/html

Ciao Roby
scusa la confusione, ho spostato la pagina test.php nella cartella html perché smanettando con i permessi alla cartella prova1 (joomla) non so come ho cancellato alcuni file, o meglio vengono visualizzate solo le cartelle principali e non i singoli file (configuration.php, index.php, LICENSE.txt ecc.). Quindi ho installato nuovamente joomla in un’altra cartella: joom :smiley:

il proviamo con public-html salta fuori dalla discussione con Arkanoid :gratt:

comunque sono pronto a risolvere il problema e aspetto con ansia i vostri consigli! :hammer:

$ tree /var/www/html

mi restituisce

[code]│ │ │ ├── finder
│ │ │ │ ├── finder.php
│ │ │ │ ├── finder.xml
│ │ │ │ └── index.html
│ │ │ ├── geshi
│ │ │ │ ├── geshi
│ │ │ │ │ ├── geshi
│ │ │ │ │ │ ├── css.php
│ │ │ │ │ │ ├── diff.php
│ │ │ │ │ │ ├── html4strict.php
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── ini.php
│ │ │ │ │ │ ├── javascript.php
│ │ │ │ │ │ ├── mysql.php
│ │ │ │ │ │ ├── php-brief.php
│ │ │ │ │ │ ├── php.php
│ │ │ │ │ │ ├── sql.php
│ │ │ │ │ │ └── xml.php
│ │ │ │ │ ├── geshi.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── geshi.php
│ │ │ │ ├── geshi.xml
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ ├── joomla
│ │ │ │ ├── index.html
│ │ │ │ ├── joomla.php
│ │ │ │ └── joomla.xml
│ │ │ ├── loadmodule
│ │ │ │ ├── index.html
│ │ │ │ ├── loadmodule.php
│ │ │ │ └── loadmodule.xml
│ │ │ ├── pagebreak
│ │ │ │ ├── index.html
│ │ │ │ ├── pagebreak.php
│ │ │ │ └── pagebreak.xml
│ │ │ ├── pagenavigation
│ │ │ │ ├── index.html
│ │ │ │ ├── pagenavigation.php
│ │ │ │ └── pagenavigation.xml
│ │ │ └── vote
│ │ │ ├── index.html
│ │ │ ├── vote.php
│ │ │ └── vote.xml
│ │ ├── editors
│ │ │ ├── codemirror
│ │ │ │ ├── codemirror.php
│ │ │ │ ├── codemirror.xml
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ ├── none
│ │ │ │ ├── index.html
│ │ │ │ ├── none.php
│ │ │ │ └── none.xml
│ │ │ └── tinymce
│ │ │ ├── index.html
│ │ │ ├── tinymce.php
│ │ │ └── tinymce.xml
│ │ ├── editors-xtd
│ │ │ ├── article
│ │ │ │ ├── article.php
│ │ │ │ ├── article.xml
│ │ │ │ └── index.html
│ │ │ ├── image
│ │ │ │ ├── image.php
│ │ │ │ ├── image.xml
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ ├── pagebreak
│ │ │ │ ├── index.html
│ │ │ │ ├── pagebreak.php
│ │ │ │ └── pagebreak.xml
│ │ │ └── readmore
│ │ │ ├── index.html
│ │ │ ├── readmore.php
│ │ │ └── readmore.xml
│ │ ├── extension
│ │ │ ├── index.html
│ │ │ └── joomla
│ │ │ ├── index.html
│ │ │ ├── joomla.php
│ │ │ └── joomla.xml
│ │ ├── finder
│ │ │ ├── categories
│ │ │ │ ├── categories.php
│ │ │ │ ├── categories.xml
│ │ │ │ └── index.html
│ │ │ ├── contacts
│ │ │ │ ├── contacts.php
│ │ │ │ ├── contacts.xml
│ │ │ │ └── index.html
│ │ │ ├── content
│ │ │ │ ├── content.php
│ │ │ │ ├── content.xml
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ ├── newsfeeds
│ │ │ │ ├── index.html
│ │ │ │ ├── newsfeeds.php
│ │ │ │ └── newsfeeds.xml
│ │ │ └── weblinks
│ │ │ ├── index.html
│ │ │ ├── weblinks.php
│ │ │ └── weblinks.xml
│ │ ├── index.html
│ │ ├── quickicon
│ │ │ ├── extensionupdate
│ │ │ │ ├── extensionupdate.php
│ │ │ │ ├── extensionupdate.xml
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ └── joomlaupdate
│ │ │ ├── index.html
│ │ │ ├── joomlaupdate.php
│ │ │ └── joomlaupdate.xml
│ │ ├── search
│ │ │ ├── categories
│ │ │ │ ├── categories.php
│ │ │ │ ├── categories.xml
│ │ │ │ └── index.html
│ │ │ ├── contacts
│ │ │ │ ├── contacts.php
│ │ │ │ ├── contacts.xml
│ │ │ │ └── index.html
│ │ │ ├── content
│ │ │ │ ├── content.php
│ │ │ │ ├── content.xml
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ ├── newsfeeds
│ │ │ │ ├── index.html
│ │ │ │ ├── newsfeeds.php
│ │ │ │ └── newsfeeds.xml
│ │ │ └── weblinks
│ │ │ ├── index.html
│ │ │ ├── weblinks.php
│ │ │ └── weblinks.xml
│ │ ├── system
│ │ │ ├── cache
│ │ │ │ ├── cache.php
│ │ │ │ ├── cache.xml
│ │ │ │ └── index.html
│ │ │ ├── debug
│ │ │ │ ├── debug.php
│ │ │ │ ├── debug.xml
│ │ │ │ └── index.html
│ │ │ ├── highlight
│ │ │ │ ├── highlight.php
│ │ │ │ ├── highlight.xml
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ ├── languagecode
│ │ │ │ ├── index.html
│ │ │ │ ├── language
│ │ │ │ │ ├── en-GB
│ │ │ │ │ │ ├── en-GB.plg_system_languagecode.ini
│ │ │ │ │ │ ├── en-GB.plg_system_languagecode.sys.ini
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── languagecode.php
│ │ │ │ └── languagecode.xml
│ │ │ ├── languagefilter
│ │ │ │ ├── index.html
│ │ │ │ ├── languagefilter.php
│ │ │ │ └── languagefilter.xml
│ │ │ ├── log
│ │ │ │ ├── index.html
│ │ │ │ ├── log.php
│ │ │ │ └── log.xml
│ │ │ ├── logout
│ │ │ │ ├── index.html
│ │ │ │ ├── logout.php
│ │ │ │ └── logout.xml
│ │ │ ├── p3p
│ │ │ │ ├── index.html
│ │ │ │ ├── p3p.php
│ │ │ │ └── p3p.xml
│ │ │ ├── redirect
│ │ │ │ ├── index.html
│ │ │ │ ├── redirect.php
│ │ │ │ └── redirect.xml
│ │ │ ├── remember
│ │ │ │ ├── index.html
│ │ │ │ ├── remember.php
│ │ │ │ └── remember.xml
│ │ │ └── sef
│ │ │ ├── index.html
│ │ │ ├── sef.php
│ │ │ └── sef.xml
│ │ └── user
│ │ ├── contactcreator
│ │ │ ├── contactcreator.php
│ │ │ ├── contactcreator.xml
│ │ │ └── index.html
│ │ ├── index.html
│ │ ├── joomla
│ │ │ ├── index.html
│ │ │ ├── joomla.php
│ │ │ └── joomla.xml
│ │ └── profile
│ │ ├── fields
│ │ │ ├── index.html
│ │ │ └── tos.php
│ │ ├── index.html
│ │ ├── profile.php
│ │ ├── profiles
│ │ │ ├── index.html
│ │ │ └── profile.xml
│ │ └── profile.xml
│ ├── templates
│ │ ├── atomic
│ │ │ ├── component.php
│ │ │ ├── css
│ │ │ │ ├── blueprint
│ │ │ │ │ ├── ie.css
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── plugins
│ │ │ │ │ │ ├── buttons
│ │ │ │ │ │ │ ├── icons
│ │ │ │ │ │ │ │ ├── cross.png
│ │ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ │ ├── key.png
│ │ │ │ │ │ │ │ └── tick.png
│ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ ├── readme.txt
│ │ │ │ │ │ │ └── screen.css
│ │ │ │ │ │ ├── fancy-type
│ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ ├── readme.txt
│ │ │ │ │ │ │ └── screen.css
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── joomla-nav
│ │ │ │ │ │ │ ├── AUTHORS.txt
│ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ │ └── screen.css
│ │ │ │ │ │ ├── link-icons
│ │ │ │ │ │ │ ├── icons
│ │ │ │ │ │ │ │ ├── doc.png
│ │ │ │ │ │ │ │ ├── email.png
│ │ │ │ │ │ │ │ ├── external.png
│ │ │ │ │ │ │ │ ├── feed.png
│ │ │ │ │ │ │ │ ├── im.png
│ │ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ │ ├── pdf.png
│ │ │ │ │ │ │ │ ├── visited.png
│ │ │ │ │ │ │ │ └── xls.png
│ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ ├── readme.txt
│ │ │ │ │ │ │ └── screen.css
│ │ │ │ │ │ ├── liquidgrid
│ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ └── liquid.css
│ │ │ │ │ │ ├── rtl
│ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ ├── readme.txt
│ │ │ │ │ │ │ └── screen.css
│ │ │ │ │ │ ├── silksprite
│ │ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ │ ├── sprite.css
│ │ │ │ │ │ │ ├── sprites.png
│ │ │ │ │ │ │ └── test.htm
│ │ │ │ │ │ └── tabs
│ │ │ │ │ │ ├── AUTHORS.txt
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ ├── README.txt
│ │ │ │ │ │ └── screen.css
│ │ │ │ │ ├── print.css
│ │ │ │ │ ├── screen.css
│ │ │ │ │ └── src
│ │ │ │ │ ├── AUTHORS.txt
│ │ │ │ │ ├── CHANGELOG.txt
│ │ │ │ │ ├── forms.css
│ │ │ │ │ ├── grid.css
│ │ │ │ │ ├── grid.png
│ │ │ │ │ ├── ie.css
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── LICENSE.txt
│ │ │ │ │ ├── print.css
│ │ │ │ │ ├── README.txt
│ │ │ │ │ ├── reset.css
│ │ │ │ │ ├── RESOURCES.txt
│ │ │ │ │ ├── TUTORIAL.txt
│ │ │ │ │ └── typography.css
│ │ │ │ ├── index.html
│ │ │ │ ├── template.css
│ │ │ │ ├── template_ie.css
│ │ │ │ └── template_rtl.css
│ │ │ ├── error.php
│ │ │ ├── favicon.ico
│ │ │ ├── html
│ │ │ │ ├── index.html
│ │ │ │ ├── mod_custom
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── mod_login
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── mod_menu
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── mod_search
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ └── modules.php
│ │ │ ├── images
│ │ │ │ └── index.html
│ │ │ ├── index.html
│ │ │ ├── index.php
│ │ │ ├── js
│ │ │ │ ├── index.html
│ │ │ │ └── template.js
│ │ │ ├── language
│ │ │ │ ├── en-GB
│ │ │ │ │ ├── en-GB.tpl_atomic.ini
│ │ │ │ │ ├── en-GB.tpl_atomic.sys.ini
│ │ │ │ │ └── index.html
│ │ │ │ └── index.html
│ │ │ ├── templateDetails.xml
│ │ │ ├── template_preview.png
│ │ │ └── template_thumbnail.png
│ │ ├── beez_20
│ │ │ ├── component.php
│ │ │ ├── css
│ │ │ │ ├── black.css
│ │ │ │ ├── general.css
│ │ │ │ ├── general_konqueror.css
│ │ │ │ ├── general_mozilla.css
│ │ │ │ ├── general_opera.css
│ │ │ │ ├── ie7only.css
│ │ │ │ ├── ieonly.css
│ │ │ │ ├── index.html
│ │ │ │ ├── layout.css
│ │ │ │ ├── nature.css
│ │ │ │ ├── nature_rtl.css
│ │ │ │ ├── personal.css
│ │ │ │ ├── personal_rtl.css
│ │ │ │ ├── position.css
│ │ │ │ ├── print.css
│ │ │ │ ├── template.css
│ │ │ │ └── template_rtl.css
│ │ │ ├── error.php
│ │ │ ├── favicon.ico
│ │ │ ├── fonts
│ │ │ │ ├── index.html
│ │ │ │ ├── TitilliumMaps29L002.eot
│ │ │ │ ├── TitilliumMaps29L002.otf
│ │ │ │ └── TitilliumMaps29L002.woff
│ │ │ ├── html
│ │ │ │ ├── index.html
│ │ │ │ └── modules.php
│ │ │ ├── images
│ │ │ │ ├── all_bg.gif
│ │ │ │ ├── arrow2_grey.png
│ │ │ │ ├── arrow.png
│ │ │ │ ├── arrow_white_grey.png
│ │ │ │ ├── blog_more.gif
│ │ │ │ ├── blog_more_hover.gif
│ │ │ │ ├── close.png
│ │ │ │ ├── content_bg.gif
│ │ │ │ ├── footer_bg.gif
│ │ │ │ ├── footer_bg.png
│ │ │ │ ├── header-bg.gif
│ │ │ │ ├── index.html
│ │ │ │ ├── minus.png
│ │ │ │ ├── nature
│ │ │ │ │ ├── arrow1.gif
│ │ │ │ │ ├── arrow1_rtl.gif
│ │ │ │ │ ├── arrow2.gif
│ │ │ │ │ ├── arrow2_grey.png
│ │ │ │ │ ├── arrow2_rtl.gif
│ │ │ │ │ ├── arrow_nav.gif
│ │ │ │ │ ├── arrow_small.png
│ │ │ │ │ ├── arrow_small_rtl.png
│ │ │ │ │ ├── bar.jpg
│ │ │ │ │ ├── blog_more.gif
│ │ │ │ │ ├── box1.png
│ │ │ │ │ ├── box.png
│ │ │ │ │ ├── grey_bg.png
│ │ │ │ │ ├── h3_js_bg.gif
│ │ │ │ │ ├── header.jpg
│ │ │ │ │ ├── header_outer.gif
│ │ │ │ │ ├── header.png
│ │ │ │ │ ├── headingback.png
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── karo.gif
│ │ │ │ │ ├── koala.png
│ │ │ │ │ ├── level4.png
│ │ │ │ │ ├── navhoriz.png
│ │ │ │ │ ├── nav_level1_a.gif
│ │ │ │ │ ├── nav_level_1.gif
│ │ │ │ │ ├── pfeil.gif
│ │ │ │ │ ├── readmore_arrow.png
│ │ │ │ │ ├── searchbutton.png
│ │ │ │ │ └── tabs.gif
│ │ │ │ ├── nav_level_1.gif
│ │ │ │ ├── news.gif
│ │ │ │ ├── personal
│ │ │ │ │ ├── arrow2_grey.jpg
│ │ │ │ │ ├── arrow2_grey.png
│ │ │ │ │ ├── bg2.png
│ │ │ │ │ ├── button.png
│ │ │ │ │ ├── dot.png
│ │ │ │ │ ├── ecke.gif
│ │ │ │ │ ├── footer.jpg
│ │ │ │ │ ├── grey_bg.png
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── navi_active.png
│ │ │ │ │ ├── personal2.png
│ │ │ │ │ ├── readmore_arrow_hover.png
│ │ │ │ │ ├── readmore_arrow.png
│ │ │ │ │ └── tabs_back.png
│ │ │ │ ├── plus.png
│ │ │ │ ├── req.png
│ │ │ │ ├── slider_minus.png
│ │ │ │ ├── slider_minus_rtl.png
│ │ │ │ ├── slider_plus.png
│ │ │ │ ├── slider_plus_rtl.png
│ │ │ │ ├── system
│ │ │ │ │ ├── arrow.png
│ │ │ │ │ ├── arrow_rtl.png
│ │ │ │ │ ├── calendar.png
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── j_button2_blank.png
│ │ │ │ │ ├── j_button2_image.png
│ │ │ │ │ ├── j_button2_left.png
│ │ │ │ │ ├── j_button2_pagebreak.png
│ │ │ │ │ ├── j_button2_readmore.png
│ │ │ │ │ ├── notice-alert.png
│ │ │ │ │ ├── notice-alert_rtl.png
│ │ │ │ │ ├── notice-info.png
│ │ │ │ │ ├── notice-info_rtl.png
│ │ │ │ │ ├── notice-note.png
│ │ │ │ │ ├── notice-note_rtl.png
│ │ │ │ │ └── selector-arrow.png
│ │ │ │ ├── table_footer.gif
│ │ │ │ └── trans.gif
│ │ │ ├── index.html
│ │ │ ├── index.php
│ │ │ ├── javascript
│ │ │ │ ├── hide.js
│ │ │ │ ├── index.html
│ │ │ │ └── md_stylechanger.js
│ │ │ ├── language
│ │ │ │ ├── en-GB
│ │ │ │ │ ├── en-GB.tpl_beez_20.ini
│ │ │ │ │ ├── en-GB.tpl_beez_20.sys.ini
│ │ │ │ │ └── index.html
│ │ │ │ └── index.html
│ │ │ ├── templateDetails.xml
│ │ │ ├── template_preview.png
│ │ │ └── template_thumbnail.png
│ │ ├── beez5
│ │ │ ├── component.php
│ │ │ ├── css
│ │ │ │ ├── beez5.css
│ │ │ │ ├── beez5_konqueror.css
│ │ │ │ ├── beez5_mozilla.css
│ │ │ │ ├── beez5_opera.css
│ │ │ │ ├── general.css
│ │ │ │ ├── general_konqueror.css
│ │ │ │ ├── general_mozilla.css
│ │ │ │ ├── general_opera.css
│ │ │ │ ├── ie7only.css
│ │ │ │ ├── ieonly.css
│ │ │ │ ├── index.html
│ │ │ │ ├── layout.css
│ │ │ │ ├── position.css
│ │ │ │ ├── print.css
│ │ │ │ ├── template.css
│ │ │ │ └── template_rtl.css
│ │ │ ├── error.php
│ │ │ ├── favicon.ico
│ │ │ ├── fonts
│ │ │ │ ├── index.html
│ │ │ │ ├── TitilliumMaps29L002.eot
│ │ │ │ ├── TitilliumMaps29L002.otf
│ │ │ │ └── TitilliumMaps29L002.woff
│ │ │ ├── html
│ │ │ │ ├── com_contact
│ │ │ │ │ ├── contact
│ │ │ │ │ │ ├── encyclopedia.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_content
│ │ │ │ │ ├── archive
│ │ │ │ │ │ ├── default_items.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── article
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── categories
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── category
│ │ │ │ │ │ ├── blog_children.php
│ │ │ │ │ │ ├── blog_item.php
│ │ │ │ │ │ ├── blog_links.php
│ │ │ │ │ │ ├── blog.php
│ │ │ │ │ │ ├── default_articles.php
│ │ │ │ │ │ ├── default_children.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── featured
│ │ │ │ │ │ ├── default_item.php
│ │ │ │ │ │ ├── default_links.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── index.html
│ │ │ │ └── modules.php
│ │ │ ├── images
│ │ │ │ ├── arrow1.gif
│ │ │ │ ├── arrow1_rtl.gif
│ │ │ │ ├── arrow2.gif
│ │ │ │ ├── arrow2_grey.png
│ │ │ │ ├── arrow_nav.gif
│ │ │ │ ├── arrow.png
│ │ │ │ ├── arrow_small.png
│ │ │ │ ├── arrow_small_rtl.png
│ │ │ │ ├── arrow_white_grey.png
│ │ │ │ ├── blog_more.gif
│ │ │ │ ├── box1.png
│ │ │ │ ├── box.png
│ │ │ │ ├── close.png
│ │ │ │ ├── content_bg.gif
│ │ │ │ ├── footer.jpg
│ │ │ │ ├── fruits.jpg
│ │ │ │ ├── header_outer.jpg
│ │ │ │ ├── index.html
│ │ │ │ ├── karo.gif
│ │ │ │ ├── level4.png
│ │ │ │ ├── minus.png
│ │ │ │ ├── nav_level1_a.gif
│ │ │ │ ├── nav_level_1.gif
│ │ │ │ ├── news.gif
│ │ │ │ ├── plus.png
│ │ │ │ ├── req.png
│ │ │ │ ├── searchbutton.png
│ │ │ │ ├── slider_minus.png
│ │ │ │ ├── slider_minus_rtl.png
│ │ │ │ ├── slider_plus.png
│ │ │ │ ├── slider_plus_rtl.png
│ │ │ │ ├── system
│ │ │ │ │ ├── arrow.png
│ │ │ │ │ ├── arrow_rtl.png
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── notice-alert.png
│ │ │ │ │ ├── notice-alert_rtl.png
│ │ │ │ │ ├── notice-info.png
│ │ │ │ │ ├── notice-info_rtl.png
│ │ │ │ │ ├── notice-note.png
│ │ │ │ │ └── notice-note_rtl.png
│ │ │ │ ├── table_footer.gif
│ │ │ │ └── tabs_back.png
│ │ │ ├── index.html
│ │ │ ├── index.php
│ │ │ ├── javascript
│ │ │ │ ├── hide.js
│ │ │ │ ├── html5.js
│ │ │ │ ├── index.html
│ │ │ │ └── md_stylechanger.js
│ │ │ ├── language
│ │ │ │ ├── en-GB
│ │ │ │ │ ├── en-GB.tpl_beez5.ini
│ │ │ │ │ ├── en-GB.tpl_beez5.sys.ini
│ │ │ │ │ └── index.html
│ │ │ │ └── index.html
│ │ │ ├── templateDetails.xml
│ │ │ ├── template_preview.png
│ │ │ └── template_thumbnail.png
│ │ ├── iFreedom
│ │ │ ├── component.php
│ │ │ ├── css
│ │ │ │ ├── index.html
│ │ │ │ ├── NivooSlider.css
│ │ │ │ ├── style2.css
│ │ │ │ └── styles.css
│ │ │ ├── favicon.ico
│ │ │ ├── functions.php
│ │ │ ├── HOW_TO_USE_THE_TEMPLATE.txt
│ │ │ ├── html
│ │ │ │ ├── com_contact
│ │ │ │ │ ├── contact
│ │ │ │ │ │ ├── encyclopedia.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── com_content
│ │ │ │ │ ├── archive
│ │ │ │ │ │ ├── component.php
│ │ │ │ │ │ ├── default_items.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ ├── index.html
│ │ │ │ │ │ └── in.php
│ │ │ │ │ ├── article
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── categories
│ │ │ │ │ │ ├── default_items.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── category
│ │ │ │ │ │ ├── blog_children.php
│ │ │ │ │ │ ├── blog_item.php
│ │ │ │ │ │ ├── blog_links.php
│ │ │ │ │ │ ├── blog.php
│ │ │ │ │ │ ├── default_articles.php
│ │ │ │ │ │ ├── default_children.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── featured
│ │ │ │ │ │ ├── default_item.php
│ │ │ │ │ │ ├── default_links.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── index.html
│ │ │ │ ├── mod_search
│ │ │ │ │ ├── default.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── modules.php
│ │ │ │ └── pagination.php
│ │ │ ├── images
│ │ │ │ ├── arrow2.png
│ │ │ │ ├── arrow_down.png
│ │ │ │ ├── arrow.png
│ │ │ │ ├── arrow_up.png
│ │ │ │ ├── back-bottom.png
│ │ │ │ ├── banner.png
│ │ │ │ ├── bannerwd.jpg
│ │ │ │ ├── bg.gif
│ │ │ │ ├── blank.png
│ │ │ │ ├── buttonbg.jpg
│ │ │ │ ├── button.png
│ │ │ │ ├── dark.gif
│ │ │ │ ├── emailButton.png
│ │ │ │ ├── footer_bg.gif
│ │ │ │ ├── h3.png
│ │ │ │ ├── index.html
│ │ │ │ ├── logo.png
│ │ │ │ ├── main-bot.png
│ │ │ │ ├── maincontbg.png
│ │ │ │ ├── mainmenu-h.png
│ │ │ │ ├── mainmenu.png
│ │ │ │ ├── menushadow.png
│ │ │ │ ├── mods3-bot.png
│ │ │ │ ├── mods3.png
│ │ │ │ ├── mods3-top.png
│ │ │ │ ├── pdf_button.png
│ │ │ │ ├── printButton.png
│ │ │ │ ├── searchbg.png
│ │ │ │ ├── search-button-h.png
│ │ │ │ ├── search-button.png
│ │ │ │ ├── search.png
│ │ │ │ ├── separator.gif
│ │ │ │ ├── shadow2.png
│ │ │ │ ├── shadow.png
│ │ │ │ ├── shadowtop2.png
│ │ │ │ ├── shadowtop.png
│ │ │ │ ├── sideback.png
│ │ │ │ ├── sidebar.png
│ │ │ │ ├── sidehover.jpg
│ │ │ │ ├── sideshadow.png
│ │ │ │ ├── slideshadow2.png
│ │ │ │ ├── slideshadow.png
│ │ │ │ ├── title.png
│ │ │ │ ├── topmenu.png
│ │ │ │ ├── txt.png
│ │ │ │ └── vertical.png
│ │ │ ├── index.php
│ │ │ ├── LICENSE.txt
│ │ │ ├── MODULE_POSITIONS.jpg
│ │ │ ├── modules
│ │ │ │ ├── analytics.js
│ │ │ │ ├── googletranslate.php
│ │ │ │ ├── jchecker.js
│ │ │ │ ├── jcopyright.js
│ │ │ │ ├── jquery171.js
│ │ │ │ ├── jscroll.js
│ │ │ │ ├── jtabs-content.php
│ │ │ │ ├── jtabs.js
│ │ │ │ ├── noconflict.js
│ │ │ │ ├── req_css.php
│ │ │ │ ├── req_parameters.php
│ │ │ │ ├── slideshow-homepage.php
│ │ │ │ ├── slideshow.php
│ │ │ │ └── socialbuttons.php
│ │ │ ├── params.ini
│ │ │ ├── slideshow
│ │ │ │ ├── 1.jpg
│ │ │ │ ├── 2.jpg
│ │ │ │ ├── 3.jpg
│ │ │ │ ├── 4.jpg
│ │ │ │ ├── black-opacity-40.png
│ │ │ │ ├── init.js
│ │ │ │ ├── left.png
│ │ │ │ ├── NivooSlider.js
│ │ │ │ └── right.png
│ │ │ ├── templateDetails.xml
│ │ │ └── template_thumbnail.png
│ │ ├── index.html
│ │ ├── j51_oxygen
│ │ │ ├── css
│ │ │ │ ├── admin.css
│ │ │ │ ├── ie6.css
│ │ │ │ ├── ie7.css
│ │ │ │ ├── jstuff.css
│ │ │ │ ├── nexus.css
│ │ │ │ ├── reset.css
│ │ │ │ ├── style1.css
│ │ │ │ ├── style2.css
│ │ │ │ ├── style3.css
│ │ │ │ ├── template.css
│ │ │ │ ├── template_rtl.css
│ │ │ │ └── typo.css
│ │ │ ├── elements
│ │ │ │ ├── checkbox.php
│ │ │ │ ├── googlefonts.php
│ │ │ │ ├── index.html
│ │ │ │ ├── infobox.php
│ │ │ │ ├── js
│ │ │ │ │ └── ibutton.js
│ │ │ │ ├── jscolor.php
│ │ │ │ ├── moduleslabel.php
│ │ │ │ ├── modules.php
│ │ │ │ ├── noticebox.php
│ │ │ │ └── titlebox.php
│ │ │ ├── html
│ │ │ │ ├── com_content
│ │ │ │ │ ├── archive
│ │ │ │ │ │ ├── default_items.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ ├── default.xml
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── article
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ ├── default.xml
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── categories
│ │ │ │ │ │ ├── default_items.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ ├── default.xml
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── category
│ │ │ │ │ │ ├── blog_children.php
│ │ │ │ │ │ ├── blog_item.php
│ │ │ │ │ │ ├── blog_links.php
│ │ │ │ │ │ ├── blog.php
│ │ │ │ │ │ ├── blog.xml
│ │ │ │ │ │ ├── default_articles.php
│ │ │ │ │ │ ├── default_children.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ ├── default.xml
│ │ │ │ │ │ └── index.html
│ │ │ │ │ ├── featured
│ │ │ │ │ │ ├── default_item.php
│ │ │ │ │ │ ├── default_links.php
│ │ │ │ │ │ ├── default.php
│ │ │ │ │ │ ├── default.xml
│ │ │ │ │ │ └── index.html
│ │ │ │ │ └── form
│ │ │ │ │ ├── edit.php
│ │ │ │ │ ├── edit.xml
│ │ │ │ │ └── index.html
│ │ │ │ ├── mod_menu
│ │ │ │ │ ├── default_component.php
│ │ │ │ │ ├── default.php
│ │ │ │ │ ├── default_separator.php
│ │ │ │ │ ├── default_url.php
│ │ │ │ │ └── index.html
│ │ │ │ ├── modules.php
│ │ │ │ └── pagination.php
│ │ │ ├── images
│ │ │ │ ├── admin
│ │ │ │ │ ├── grad1.png
│ │ │ │ │ ├── head.png
│ │ │ │ │ ├── iphone-off.png
│ │ │ │ │ ├── iphone-on.png
│ │ │ │ │ ├── iphone-slider.png
│ │ │ │ │ ├── j_arrow_down.png
│ │ │ │ │ ├── j_arrow.png
│ │ │ │ │ └── notice.png
│ │ │ │ ├── arrow-1.png
│ │ │ │ ├── arrow_down_over.png
│ │ │ │ ├── arrow_down.png
│ │ │ │ ├── arrow.png
│ │ │ │ ├── arrow_right_over.png
│ │ │ │ ├── arrow_right.png
│ │ │ │ ├── base_bg.png
│ │ │ │ ├── bg.jpg
│ │ │ │ ├── blank.png
│ │ │ │ ├── block.png
│ │ │ │ ├── bullet1.png
│ │ │ │ ├── bullet2.png
│ │ │ │ ├── button_bg.png
│ │ │ │ ├── content_bg.png
│ │ │ │ ├── hornav.png
│ │ │ │ ├── logo.png
│ │ │ │ ├── menu_sep.png
│ │ │ │ ├── read.png
│ │ │ │ ├── searchBox.png
│ │ │ │ ├── sep1.png
│ │ │ │ ├── sep2.png
│ │ │ │ ├── sep3.png
│ │ │ │ ├── shade.png
│ │ │ │ ├── sm_icons.png
│ │ │ │ ├── style1
│ │ │ │ │ └── header.jpg
│ │ │ │ ├── style2
│ │ │ │ │ └── header.jpg
│ │ │ │ ├── style3
│ │ │ │ │ └── header.jpg
│ │ │ │ ├── system
│ │ │ │ │ ├── arrow.png
│ │ │ │ │ ├── emailButton.png
│ │ │ │ │ ├── pdf_button.png
│ │ │ │ │ ├── printButton.png
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── trans.gif
│ │ │ │ └── typo
│ │ │ │ ├── attach.png
│ │ │ │ ├── border_pattern_dark.png
│ │ │ │ ├── border_pattern.png
│ │ │ │ ├── clip.png
│ │ │ │ ├── down.png
│ │ │ │ ├── left_quote.png
│ │ │ │ ├── note.png
│ │ │ │ ├── plus.png
│ │ │ │ ├── right_quote.png
│ │ │ │ ├── sampleimage.jpg
│ │ │ │ ├── star.png
│ │ │ │ └── tick.png
│ │ │ ├── index.php
│ │ │ ├── js
│ │ │ │ ├── dropdown.js
│ │ │ │ ├── equalizer.js
│ │ │ │ ├── fix-png-ie6.js
│ │ │ │ ├── ie6
│ │ │ │ │ ├── background_browser.gif
│ │ │ │ │ ├── browser_chrome.gif
│ │ │ │ │ ├── browser_firefox.gif
│ │ │ │ │ ├── browser_ie.gif
│ │ │ │ │ ├── browser_opera.gif
│ │ │ │ │ ├── browser_safari.gif
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── warning.js
│ │ │ │ │ └── warning.js~
│ │ │ │ └── jscolor
│ │ │ │ ├── arrow.gif
│ │ │ │ ├── cross.gif
│ │ │ │ ├── hs.png
│ │ │ │ ├── hv.png
│ │ │ │ ├── jscolor.js
│ │ │ │ └── README.txt
│ │ │ ├── language
│ │ │ │ └── en-GB
│ │ │ │ ├── en-GB.tpl_j51_oxygen.ini
│ │ │ │ └── en-GB.tpl_j51_oxygen.sys.ini
│ │ │ ├── php
│ │ │ │ ├── browser.php
│ │ │ │ ├── config.php
│ │ │ │ ├── googlefonts.php
│ │ │ │ ├── layouts
│ │ │ │ │ ├── base.php
│ │ │ │ │ ├── bottom_modules.php
│ │ │ │ │ ├── breadcrumb.php
│ │ │ │ │ ├── header.php
│ │ │ │ │ ├── main.php
│ │ │ │ │ ├── slideshow.php
│ │ │ │ │ └── top_modules.php
│ │ │ │ ├── scripts.php
│ │ │ │ ├── styles.php
│ │ │ │ └── variables.php
│ │ │ ├── templateDetails.xml
│ │ │ └── template_thumbnail.png
│ │ └── system
│ │ ├── component.php
│ │ ├── css
│ │ │ ├── editor.css
│ │ │ ├── error.css
│ │ │ ├── error_rtl.css
│ │ │ ├── general.css
│ │ │ ├── index.html
│ │ │ ├── offline.css
│ │ │ ├── offline_rtl.css
│ │ │ ├── system.css
│ │ │ └── toolbar.css
│ │ ├── error.php
│ │ ├── html
│ │ │ ├── index.html
│ │ │ └── modules.php
│ │ ├── images
│ │ │ ├── calendar.png
│ │ │ ├── index.html
│ │ │ ├── j_button2_blank.png
│ │ │ ├── j_button2_image.png
│ │ │ ├── j_button2_left.png
│ │ │ ├── j_button2_pagebreak.png
│ │ │ ├── j_button2_readmore.png
│ │ │ ├── j_button2_right.png
│ │ │ └── selector-arrow.png
│ │ ├── index.html
│ │ ├── index.php
│ │ └── offline.php
│ └── tmp
│ └── iFreedom
│ ├── component.php
│ ├── css
│ │ ├── index.html
│ │ ├── NivooSlider.css
│ │ ├── style2.css
│ │ └── styles.css
│ ├── favicon.ico
│ ├── functions.php
│ ├── HOW_TO_USE_THE_TEMPLATE.txt
│ ├── html
│ │ ├── com_contact
│ │ │ ├── contact
│ │ │ │ ├── encyclopedia.php
│ │ │ │ └── index.html
│ │ │ └── index.html
│ │ ├── com_content
│ │ │ ├── archive
│ │ │ │ ├── component.php
│ │ │ │ ├── default_items.php
│ │ │ │ ├── default.php
│ │ │ │ ├── index.html
│ │ │ │ └── in.php
│ │ │ ├── article
│ │ │ │ ├── default.php
│ │ │ │ └── index.html
│ │ │ ├── categories
│ │ │ │ ├── default_items.php
│ │ │ │ ├── default.php
│ │ │ │ └── index.html
│ │ │ ├── category
│ │ │ │ ├── blog_children.php
│ │ │ │ ├── blog_item.php
│ │ │ │ ├── blog_links.php
│ │ │ │ ├── blog.php
│ │ │ │ ├── default_articles.php
│ │ │ │ ├── default_children.php
│ │ │ │ ├── default.php
│ │ │ │ └── index.html
│ │ │ ├── featured
│ │ │ │ ├── default_item.php
│ │ │ │ ├── default_links.php
│ │ │ │ ├── default.php
│ │ │ │ └── index.html
│ │ │ └── index.html
│ │ ├── index.html
│ │ ├── mod_search
│ │ │ ├── default.php
│ │ │ └── index.html
│ │ ├── modules.php
│ │ └── pagination.php
│ ├── images
│ │ ├── arrow2.png
│ │ ├── arrow_down.png
│ │ ├── arrow.png
│ │ ├── arrow_up.png
│ │ ├── back-bottom.png
│ │ ├── banner.png
│ │ ├── bannerwd.jpg
│ │ ├── bg.gif
│ │ ├── blank.png
│ │ ├── buttonbg.jpg
│ │ ├── button.png
│ │ ├── dark.gif
│ │ ├── emailButton.png
│ │ ├── footer_bg.gif
│ │ ├── h3.png
│ │ ├── index.html
│ │ ├── logo.png
│ │ ├── main-bot.png
│ │ ├── maincontbg.png
│ │ ├── mainmenu-h.png
│ │ ├── mainmenu.png
│ │ ├── menushadow.png
│ │ ├── mods3-bot.png
│ │ ├── mods3.png
│ │ ├── mods3-top.png
│ │ ├── pdf_button.png
│ │ ├── printButton.png
│ │ ├── searchbg.png
│ │ ├── search-button-h.png
│ │ ├── search-button.png
│ │ ├── search.png
│ │ ├── separator.gif
│ │ ├── shadow2.png
│ │ ├── shadow.png
│ │ ├── shadowtop2.png
│ │ ├── shadowtop.png
│ │ ├── sideback.png
│ │ ├── sidebar.png
│ │ ├── sidehover.jpg
│ │ ├── sideshadow.png
│ │ ├── slideshadow2.png
│ │ ├── slideshadow.png
│ │ ├── title.png
│ │ ├── topmenu.png
│ │ ├── txt.png
│ │ └── vertical.png
│ ├── index.php
│ ├── LICENSE.txt
│ ├── MODULE_POSITIONS.jpg
│ ├── modules
│ │ ├── analytics.js
│ │ ├── googletranslate.php
│ │ ├── jchecker.js
│ │ ├── jcopyright.js
│ │ ├── jquery171.js
│ │ ├── jscroll.js
│ │ ├── jtabs-content.php
│ │ ├── jtabs.js
│ │ ├── noconflict.js
│ │ ├── req_css.php
│ │ ├── req_parameters.php
│ │ ├── slideshow-homepage.php
│ │ ├── slideshow.php
│ │ └── socialbuttons.php
│ ├── params.ini
│ ├── slideshow
│ │ ├── 1.jpg
│ │ ├── 2.jpg
│ │ ├── 3.jpg
│ │ ├── 4.jpg
│ │ ├── black-opacity-40.png
│ │ ├── init.js
│ │ ├── left.png
│ │ ├── NivooSlider.js
│ │ └── right.png
│ ├── templateDetails.xml
│ └── template_thumbnail.png
└── test.php

2582 directories, 12507 files
[root@Host-001 vladimir]#
[/code]

Scusa Robert, io intendevo una strada tipo http://forum.fedoraonline.it/viewtopic.php?id=17417

Ah ok, ora mi é chiaro,
Quindi una publi_html separata per una gestione migliore dei permessi, ma va configurata come descritto da Mario in quella discussione.
Ma mi sembra che i permessi dell html a questo punto sono già stati modificati,no?
Io farei una verifica di ogni singolo coomponente installato e del suo file di configurazione, altrimenti rischiamo di non trovare l’inghippo.
Qui abbiamo:

  • modificato i permessi
  • installato e reinstallato
  • inserito ipotesi di configurazioni alternative

Risultato: un insieme di pacchetti che non funzionano come dovrebbero.
Direi di controllare per primo i pacchetti:

$ rpm iqa | grep mysql $ rpm iqa | grep php $ rpm iqa | grep httpd
Verifica ogni singolo componente:
http://localhost ti fa vedere la pagina di apache?
Da terminale entri in mysql?

Se affermativo un file test php é la cosa migliore, cosí verifichi anche php e le sue estensioni.
Poi andremo avanti.

[quote]Qui abbiamo:

  • modificato i permessi
  • installato e reinstallato
  • inserito ipotesi di configurazioni alternative

Risultato: un insieme di pacchetti che non funzionano come dovrebbero.[/quote]

infatti ho seguito una marea di forum, sia in italiano che in inglese, provato a installare diversi pacchetti
e fatto mille prove con i permessi, quindi Roby hai preso in pieno! :smiley:

Ora procedo in ordine a postare i risultati:

$ rpm iqa | grep mysql

mi da:

[code]RPM versione 4.9.1.3
Copyright © 1998-2002 - Red Hat, Inc.
Questo programma può essere ridistribuito liberamente sotto i termini della GNU GPL

Uso: rpm -aKfgpqVcdilsiv?] -a|–all] -f|–file] -g|–group] -p|–package] --pkgid] --hdrid] --triggeredby] --whatrequires] --whatprovides]
–nomanifest] -c|–configfiles] -d|–docfiles] --dump] -l|–list] --queryformat=QUERYFORMAT] -s|–state] --nofiledigest] --nofiles]
–nodeps] --noscript] --allfiles] --allmatches] --badreloc] -e|–erase +] --excludedocs] --excludepath=] --force]
-F|–freshen +] -h|–hash] --ignorearch] --ignoreos] --ignoresize] -i|–install] --justdb] --nodeps] --nofiledigest]
–nocontexts] --noorder] --noscripts] --notriggers] --nocollections] --oldpackage] --percent] --prefix=]
–relocate==] --replacefiles] --replacepkgs] --test] -U|–upgrade +] -D|–define ‘MACRO EXPR’] -E|–eval ‘EXPR’]
–macros=<FILE:…>] --nodigest] --nosignature] --rcfile=<FILE:…>] -r|–root ROOT] --dbpath=DIRECTORY] --querytags] --showrc]
–quiet] -v|–verbose] --version] -?|–help] --usage] --scripts] --setperms] --setugids] --conflicts] --obsoletes] --provides]
–requires] --info] --changelog] --xml] --triggers] --last] --dupes] --filesbypkg] --fileclass] --filecolor] --fscontext]
–fileprovide] --filerequire] --filecaps]
[/code]

$ rpm iqa | grep php

mi da:

[code]RPM versione 4.9.1.3
Copyright © 1998-2002 - Red Hat, Inc.
Questo programma può essere ridistribuito liberamente sotto i termini della GNU GPL

Uso: rpm -aKfgpqVcdilsiv?] -a|–all] -f|–file] -g|–group] -p|–package] --pkgid] --hdrid] --triggeredby] --whatrequires] --whatprovides]
–nomanifest] -c|–configfiles] -d|–docfiles] --dump] -l|–list] --queryformat=QUERYFORMAT] -s|–state] --nofiledigest] --nofiles]
–nodeps] --noscript] --allfiles] --allmatches] --badreloc] -e|–erase +] --excludedocs] --excludepath=] --force]
-F|–freshen +] -h|–hash] --ignorearch] --ignoreos] --ignoresize] -i|–install] --justdb] --nodeps] --nofiledigest]
–nocontexts] --noorder] --noscripts] --notriggers] --nocollections] --oldpackage] --percent] --prefix=]
–relocate==] --replacefiles] --replacepkgs] --test] -U|–upgrade +] -D|–define ‘MACRO EXPR’] -E|–eval ‘EXPR’]
–macros=<FILE:…>] --nodigest] --nosignature] --rcfile=<FILE:…>] -r|–root ROOT] --dbpath=DIRECTORY] --querytags] --showrc]
–quiet] -v|–verbose] --version] -?|–help] --usage] --scripts] --setperms] --setugids] --conflicts] --obsoletes] --provides]
–requires] --info] --changelog] --xml] --triggers] --last] --dupes] --filesbypkg] --fileclass] --filecolor] --fscontext]
–fileprovide] --filerequire] --filecaps]
[/code]

$ rpm iqa | grep httpd

mi da:

[code]RPM versione 4.9.1.3
Copyright © 1998-2002 - Red Hat, Inc.
Questo programma può essere ridistribuito liberamente sotto i termini della GNU GPL

Uso: rpm -aKfgpqVcdilsiv?] -a|–all] -f|–file] -g|–group] -p|–package] --pkgid] --hdrid] --triggeredby] --whatrequires] --whatprovides]
–nomanifest] -c|–configfiles] -d|–docfiles] --dump] -l|–list] --queryformat=QUERYFORMAT] -s|–state] --nofiledigest] --nofiles]
–nodeps] --noscript] --allfiles] --allmatches] --badreloc] -e|–erase +] --excludedocs] --excludepath=] --force]
-F|–freshen +] -h|–hash] --ignorearch] --ignoreos] --ignoresize] -i|–install] --justdb] --nodeps] --nofiledigest]
–nocontexts] --noorder] --noscripts] --notriggers] --nocollections] --oldpackage] --percent] --prefix=]
–relocate==] --replacefiles] --replacepkgs] --test] -U|–upgrade +] -D|–define ‘MACRO EXPR’] -E|–eval ‘EXPR’]
–macros=<FILE:…>] --nodigest] --nosignature] --rcfile=<FILE:…>] -r|–root ROOT] --dbpath=DIRECTORY] --querytags] --showrc]
–quiet] -v|–verbose] --version] -?|–help] --usage] --scripts] --setperms] --setugids] --conflicts] --obsoletes] --provides]
–requires] --info] --changelog] --xml] --triggers] --last] --dupes] --filesbypkg] --fileclass] --filecolor] --fscontext]
–fileprovide] --filerequire] --filecaps]
[/code]

si visualizzo la pagina

da terminale riesco ad entrare in mysql.

mysql -u root -p

ottengo:

[code]Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 4
Server version: 5.5.28 MySQL Community Server (GPL)

Copyright © 2000, 2012, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement.

mysql>
[/code]

aprendo il file test.php inserito nella cartella html

localhost/test.php

orttengo:

Posizione della document_root: /var/www/html

Buona giornata**!**

Penso che roby intendesse usare il comando $rpm -qa, probabilmente è stato un errore di digitazione

Ma come mai ora la visualizzi e nel post #21 dicevi che ti restituiva il codice tale e quale? Cos’è cambiato nel frattempo?

con il comando

rpm -qa

mi da

kde-settings-ksplash-4.8-22.fc17.noarch libdv-1.0.0-13.fc17.x86_64 libffi-3.0.10-2.fc17.i686 abrt-addon-python-2.0.16-1.fc17.x86_64 lldpad-0.9.44-1.fc17.x86_64 man-db-2.6.0.2-9.fc17.x86_64 fontconfig-2.8.0-8.fc17.i686 ncurses-libs-5.9-4.20120204.fc17.x86_64 ktp-text-ui-0.5.1-1.fc17.x86_64 libcurl-7.24.0-5.fc17.x86_64 libdc1394-2.1.4-2.fc17.x86_64 perl-MailTools-2.08-3.fc17.noarch hostname-3.10-1.fc17.x86_64 p11-kit-0.12-1.fc17.i686 selinux-policy-devel-3.10.0-156.fc17.noarch urw-fonts-2.4-11.fc17.noarch perl-Apache2-SOAP-0.73-10.fc17.noarch json-c-0.9-4.fc17.i686 libpng-1.5.10-1.fc17.x86_64 ktp-contact-applet-0.5.1-1.fc17.x86_64 libnfsidmap-0.25-3.fc17.x86_64 nss-myhostname-0.3-2.fc17.x86_64 php-channel-phpunit-1.3-5.fc17.noarch libXfixes-5.0-2.fc17.i686 libzeitgeist-0.3.18-3.fc17.x86_64 boost-program-options-1.48.0-13.fc17.x86_64 aic94xx-firmware-30-3.fc17.noarch clucene-core-2.3.3.4-6.fc17.x86_64 php-ezc-Base-1.8-3.fc17.noarch polkit-0.104-6.fc17.x86_64 mesa-libGL-8.0.4-1.fc17.i686 libtimidity-0.1.0-10.fc17.x86_64 libvpx-1.0.0-3.fc17.x86_64 ksshaskpass-0.5.3-3.fc17.x86_64 p7zip-plugins-9.20.1-3.fc17.x86_64 php-phpunit-PHPUnit-MockObject-1.1.1-1.fc17.noarch pulseaudio-libs-1.1-9.fc17.i686 libXdmcp-1.1.1-1.fc17.x86_64 slv2-0.6.6-9.fc17.x86_64 mysql-5.5.28-1.fc17.x86_64 pam_pkcs11-0.6.2-8.fc17.x86_64 glx-utils-7.10-6.20101028.fc17.x86_64 libpipeline-1.2.0-2.fc17.x86_64 OCE-foundation-0.8.0-3.fc17.x86_64 device-mapper-event-1.02.74-6.fc17.x86_64 keyutils-libs-1.5.5-2.fc17.x86_64 libdvdread-devel-4.2.0-2.fc17.x86_64 setroubleshoot-plugins-3.0.41-1.fc17.noarch freeimage-3.10.0-9.fc17.x86_64 libcanberra-gtk2-0.28-6.fc17.x86_64 qrencode-libs-3.3.1-4.fc17.x86_64 xorg-x11-drv-fbdev-0.4.2-8.fc17.x86_64 qca2-2.0.3-3.fc17.x86_64 lvm2-libs-2.02.95-6.fc17.x86_64 aspell-0.60.6.1-3.fc17.x86_64 libraw1394-2.0.7-2.fc17.x86_64 gnome-mplayer-minimal-1.0.6-2.fc17.x86_64 PackageKit-yum-0.7.5-1.fc17.x86_64 unzip-6.0-5.fc17.x86_64 libgcc-4.7.2-2.fc17.x86_64 python-slip-0.2.20-2.fc17.noarch libgnome-2.32.1-3.fc17.x86_64 libasyncns-0.8-3.fc17.x86_64 python-sqlalchemy-0.7.8-1.fc17.x86_64 cups-1.5.4-2.fc17.x86_64 poppler-data-0.4.5-6.fc17.noarch gnome-sharp-2.24.1-9.fc17.x86_64 perl-ExtUtils-Manifest-1.60-1.fc17.noarch sane-backends-libs-1.0.23-4.fc17.x86_64 python-ethtool-0.7-3.fc17.x86_64 mono-wcf-2.10.8-2.fc17.x86_64 xml-common-0.6.3-36.fc17.noarch distcache-1.4.5-23.x86_64 logrotate-3.8.1-3.fc17.x86_64 crda-1.1.2_2011.04.28-2.fc17.x86_64 orc-0.4.16-5.fc17.x86_64 t1lib-5.1.2-9.fc17.x86_64 gpg-pubkey-f6777c67-45e5b1b9 lohit-bengali-fonts-2.5.1-1.fc17.noarch sed-4.2.1-10.fc17.x86_64 perl-DBI-1.617-1.fc17.x86_64 php-Smarty-2.6.26-3.fc17.noarch libcroco-0.6.5-1.fc17.x86_64 phpldapadmin-1.2.2-3.gitbbedf1.fc17.noarch libwmf-lite-0.2.8.4-32.fc17.x86_64 bridge-utils-1.5-3.fc17.x86_64 cups-libs-1.5.4-2.fc17.x86_64 system-config-keyboard-base-1.3.1-8.fc17.x86_64 libfontenc-1.1.0-2.fc17.x86_64 libcom_err-devel-1.42.3-3.fc17.x86_64 gtkmm24-2.24.2-3.fc17.x86_64 ethtool-3.2-2.fc17.x86_64 libXrender-0.9.7-1.fc17.x86_64 xorg-x11-xinit-1.3.2-7.fc17.x86_64 keyutils-libs-devel-1.5.5-2.fc17.x86_64 kate-part-4.9.2-1.fc17.x86_64 python-nose-1.1.2-2.fc17.noarch rt61pci-firmware-1.2-9.fc17.noarch dbus-glib-0.98-2.fc17.x86_64 pulseaudio-libs-1.1-9.fc17.x86_64 libva-1.0.16-1.fc17.x86_64 perl-Socket-2.001-1.fc17.x86_64 php-pecl-memcache-3.0.7-3.fc17.x86_64 libkexiv2-4.9.2-1.fc17.x86_64 libcdio-0.83-5.fc17.x86_64 python-libs-2.7.3-7.2.fc17.x86_64 libssh2-1.4.1-2.fc17.x86_64 libXmu-1.1.0-3.fc17.x86_64 libprojectM-2.0.1-15.fc17.x86_64 eject-2.1.5-22.fc17.x86_64 mozilla-firetray-core-0.3.6-0.4.143svn.fc17.x86_64 kde-runtime-libs-4.9.2-1.fc17.x86_64 tbb-4.0-2.20110809.fc17.x86_64 fedora-logos-17.0.3-1.fc17.noarch pulseaudio-libs-glib2-1.1-9.fc17.x86_64 libdvbpsi-0.2.2-2.fc17.x86_64 dbus-x11-1.4.10-6.fc17.x86_64 perl-XML-Parser-2.41-4.fc17.x86_64 util-linux-2.21.2-2.fc17.x86_64 libnice-0.1.2-1.fc17.x86_64 libdca-0.0.5-6.fc17.x86_64 rb_libtorrent-0.15.9-1.fc17.x86_64 kdenetwork-kget-libs-4.9.2-1.fc17.x86_64 libdrm-2.4.37-1.fc17.x86_64 gnupg2-2.0.18-3.fc17.x86_64 mythes-it-2.0.9l-7.fc17.noarch libXinerama-1.1.2-1.fc17.i686 bluez-4.99-2.fc17.x86_64 libexttextcat-3.2.0-1.fc17.x86_64 sofia-sip-1.12.11-3.fc17.x86_64 pulseaudio-utils-1.1-9.fc17.x86_64 kdeartwork-kxs-4.9.2-1.fc17.x86_64 mtools-4.0.17-2.fc17.x86_64 nss-util-3.13.6-1.fc17.x86_64 xz-5.1.2-1alpha.fc17.x86_64 pygtk2-libglade-2.24.0-4.fc17.x86_64 kde-plasma-translatoid-1.30-4.svn01092011.fc17.x86_64 xscreensaver-gl-base-5.20-1.fc17.x86_64 kdenetwork-krdc-libs-4.9.2-1.fc17.x86_64 pykickstart-1.99.7-1.fc17.noarch python-slip-gtk-0.2.20-2.fc17.noarch desktop-backgrounds-gnome-17.0.0-1.fc17.noarch lcms2-2.4-1.fc17.x86_64 kdenetwork-krfb-4.9.2-1.fc17.x86_64 libimobiledevice-1.1.4-4.fc17.x86_64 less-444-5.fc17.x86_64 foomatic-db-4.0-31.20120103.fc17.noarch adwaita-gtk3-theme-3.4.2-1.fc17.x86_64 pth-2.0.7-15.fc17.x86_64 exiv2-0.22-6.fc17.x86_64 amarok-libs-2.6.0-4.fc17.x86_64 bpg-serif-fonts-1.005-9.fc17.noarch libldb-1.1.6-1.fc17.x86_64 libical-0.48-2.fc17.x86_64 libsamplerate-0.1.8-2.fc17.x86_64 fotoxx-12.01.2-2.fc17.x86_64 tigervnc-license-1.1.0-6.1.fc17.noarch pulseaudio-module-bluetooth-1.1-9.fc17.x86_64 crash-6.0.6-1.fc17.x86_64 libXxf86dga-1.1.3-1.fc17.x86_64 gallery2-rewrite-2.3.2-4.fc17.noarch syslinux-extlinux-4.05-1.fc17.x86_64 plymouth-graphics-libs-0.8.5-0.2012.04.27.4.fc17.x86_64 kdegraphics-thumbnailers-4.9.2-1.fc17.x86_64 glibc-2.15-57.fc17.i686 ppp-2.4.5-22.fc17.x86_64 libpath_utils-0.2.1-8.fc17.x86_64 giflib-4.1.6-5.fc17.x86_64 libqzeitgeist-0.8.0-8.fc17.x86_64 libfreebob-1.0.11-11.fc17.x86_64 libreoffice-opensymbol-fonts-3.5.7.2-3.fc17.noarch libstdc++-4.7.2-2.fc17.i686 device-mapper-multipath-libs-0.4.9-26.fc17.x86_64 raptor2-2.0.7-1.fc17.x86_64 systemd-44-20.fc17.x86_64 perl-TermReadKey-2.30-14.fc17.x86_64 libreoffice-base-3.5.7.2-3.fc17.x86_64 kdegraphics-strigi-analyzer-4.9.2-1.fc17.x86_64 perl-IO-Compress-2.052-1.fc17.noarch system-config-network-tui-1.6.5-1.fc17.noarch liveusb-creator-3.11.7-1.fc17.noarch iptables-1.4.14-2.fc17.x86_64 python-simplejson-2.5.2-1.fc17.x86_64 freecad-doc-0.12-7.fc17.noarch lftp-4.3.8-1.fc17.x86_64 lohit-telugu-fonts-2.5.1-2.fc17.noarch liberation-sans-fonts-1.07.2-6.fc17.noarch iwl6050-firmware-41.28.5.1-9.fc17.noarch kcm-gtk-0.5.3-10.fc17.x86_64 libxml2-python-2.7.8-9.fc17.x86_64 dhcp-libs-4.2.4-16.P2.fc17.x86_64 kbd-misc-1.15.3-5.fc17.noarch libevent-2.0.18-1.fc17.x86_64 libreport-python-2.0.16-1.fc17.x86_64 libthai-0.1.14-5.fc17.x86_64 perl-IO-Async-0.29-7.fc17.noarch fprintd-pam-0.4.1-2.fc17.x86_64 glibmm24-2.32.1-1.fc17.x86_64 smc-fonts-common-5.0.1-2.fc17.noarch abrt-addon-vmcore-2.0.16-1.fc17.x86_64 libgcrypt-1.5.0-3.fc17.i686 sgpio-1.2.0.10-6.fc17.x86_64 xorg-x11-font-utils-7.5-7.fc17.x86_64 beefy-miracle-backgrounds-single-16.91.0-2.fc17.noarch libreport-gtk-2.0.16-1.fc17.x86_64 libtool-ltdl-2.4.2-3.1.fc17.i686 libcdaudio-0.99.12p2-15.fc17.x86_64 gstreamer-tools-0.10.36-1.fc17.x86_64 xmlrpc-c-client-1.29.3-1703.svn2290.fc17.x86_64 libselinux-2.1.10-3.fc17.x86_64 libreport-newt-2.0.16-1.fc17.x86_64 cdparanoia-libs-10.2-11.fc17.i686 hesiod-3.1.0-21.fc17.x86_64 meanwhile-1.1.0-6.fc17.x86_64 perl-Class-Inspector-1.27-1.fc17.noarch cups-pk-helper-0.2.2-1.fc17.x86_64 openssh-5.9p1-26.fc17.x86_64 libICE-1.0.8-1.fc17.x86_64 ktp-contact-list-0.5.1-1.fc17.x86_64 lcms-libs-1.19-5.fc17.i686 libbsd-0.3.0-2.fc17.x86_64 libmusicbrainz-2.1.5-13.fc17.x86_64 perl-JSON-RPC-Apache2-1.03-2.fc17.noarch libsmbclient-3.6.6-92.fc17.1.x86_64 libgpg-error-1.10-2.fc17.x86_64 oxygen-gtk3-1.1.1-1.fc17.x86_64 libX11-1.5.0-2.fc17.i686 bzip2-1.0.6-4.fc17.x86_64 php-phpunit-Text-Template-1.1.1-2.fc17.noarch libvdpau-0.5-1.fc17.x86_64 tcp_wrappers-libs-7.6-69.fc17.x86_64 pdfshuffler-0.6.0-0.2.20120302svn64.fc17.noarch libXtst-1.2.0-3.fc17.i686 iputils-20101006-14.fc17.x86_64 GeoIP-1.4.8-2.1.fc17.x86_64 php-ezc-ConsoleTools-1.6.1-3.fc17.noarch prelink-0.4.6-5.fc17.x86_64 perl-Pod-Escapes-1.04-215.fc17.noarch libsidplay-1.36.60-5.fc17.x86_64 libusb-0.1.3-10.fc17.i686 libmodplug-0.8.8.4-2.fc17.x86_64 php-phpunit-PHPUnit-3.6.12-2.fc17.noarch mysql-server-5.5.28-1.fc17.x86_64 opencore-amr-0.1.3-2.fc17.x86_64 gstreamer-plugins-base-0.10.36-2.fc17.i686 procmail-3.22-29.fc17.x86_64 xorg-x11-drv-mga-1.4.13-19.20120104git9223c44a7.fc17.x86_64 grub-efi-0.97-93.fc17.x86_64 setroubleshoot-server-3.1.15-1.fc17.x86_64 gamin-0.1.10-12.fc17.x86_64 glib-1.2.10-36.fc17.x86_64 libdb-5.2.36-5.fc17.i686 dump-0.4-0.12.b44.fc17.x86_64 opus-1.0.1-1.fc17.x86_64 libidn-1.24-1.fc17.x86_64 mplayer-common-1.0-0.142.20120205svn.fc17.x86_64 tk-8.5.11-2.fc17.x86_64 hicolor-icon-theme-0.12-4.fc17.noarch fuse-2.8.7-1.fc17.x86_64 PackageKit-0.7.5-1.fc17.x86_64 qtsingleapplication-2.6.1-6.fc17.x86_64 libIDL-0.8.14-4.fc17.x86_64 liberation-fonts-common-1.07.2-6.fc17.noarch lsof-4.85-2.fc17.x86_64 gstreamer-plugins-good-0.10.31-4.fc17.x86_64 gmp-5.0.2-6.fc17.x86_64 perl-Newt-1.08-31.fc17.x86_64 mono-core-2.10.8-2.fc17.x86_64 kdemultimedia-common-4.9.2-1.fc17.noarch dejavu-sans-fonts-2.33-3.fc17.noarch colord-0.1.23-1.fc17.x86_64 libassuan-2.0.1-2.fc17.x86_64 perl-ExtUtils-Install-1.56-215.fc17.noarch mono-web-2.10.8-2.fc17.x86_64 cronie-1.4.8-11.fc17.x86_64 setools-libs-python-3.3.7-24.fc17.x86_64 glibc-common-2.15-57.fc17.x86_64 mod_python-3.3.1-18.fc17.x86_64 apr-1.4.6-1.fc17.x86_64 perl-Event-Lib-1.03-16.fc17.x86_64 sqlite-3.7.11-3.fc17.x86_64 adobe-release-x86_64-1.0-1.noarch gnutls-2.12.17-1.fc17.x86_64 php-ldap-5.4.7-10.fc17.x86_64 httpd-tools-2.2.22-4.fc17.x86_64 alsa-firmware-1.0.25-1.fc17.noarch perl-DBD-MySQL-4.020-2.fc17.x86_64 libtiff-3.9.6-2.fc17.x86_64 zip-3.0-4.fc17.x86_64 cairomm-1.10.0-4.fc17.x86_64 libdbi-drivers-0.8.3-9.fc17.x86_64 udisks-1.0.4-6.fc17.x86_64 python-chardet-2.0.1-4.fc17.noarch gpgme-1.3.0-8.fc17.x86_64 b43-fwcutter-015-2.fc17.x86_64 atkmm-2.22.6-1.fc17.x86_64 strigi-libs-0.7.7-5.20120626.fc17.x86_64 psmisc-22.16-1.fc17.x86_64 mysql-connector-python-1.0.7-1.fc17.noarch uniconvertor-1.1.4-5.fc17.x86_64 libXpm-3.5.10-1.fc17.x86_64 python-IPy-0.75-2.fc17.noarch kmod-libs-7-2.fc17.x86_64 webkitgtk-1.8.3-1.fc17.x86_64 pykde4-4.9.2-1.fc17.x86_64 ctemplate-2.2-1.fc17.x86_64 libebml-1.2.2-2.fc17.x86_64 libXtst-1.2.0-3.fc17.x86_64 grep-2.14-1.fc17.x86_64 atmel-firmware-1.3-9.fc17.noarch perl-File-Listing-6.03-2.fc17.noarch kgreeter-plugins-4.9.2-3.fc17.x86_64 libcddb-1.3.2-8.fc17.x86_64 libXdamage-1.1.3-3.fc17.x86_64 libssh-0.5.2-1.fc17.x86_64 alsa-lib-1.0.26-1.fc17.x86_64 perl-Digest-MD5-2.51-215.fc17.x86_64 kde-runtime-4.9.2-1.fc17.x86_64 perl-Event-1.20-1.fc17.x86_64 freeglut-2.8.0-7.fc17.x86_64 boost-system-1.48.0-13.fc17.x86_64 polkit-qt-0.103.0-2.fc17.x86_64 perl-libwww-perl-6.03-2.fc17.noarch libavc1394-0.5.3-11.fc17.x86_64 librtmp-2.4-0.2.20110811gitc58cfb3e.fc17.x86_64 gupnp-igd-0.2.1-1.fc17.x86_64 udev-182-3.fc17.x86_64 qtsoap-2.7-3.fc17.x86_64 gimp-2.8.2-1.fc17.x86_64 kdenetwork-kget-4.9.2-1.fc17.x86_64 hyphen-it-0.20071127-7.fc17.noarch GConf2-3.2.5-3.fc17.x86_64 qt-mobility-1.2.0-10.20110922.fc17.x86_64 rhino-1.7R3-4.fc17.noarch kcm_colors-4.9.2-3.fc17.x86_64 isomd5sum-1.0.9-1.fc17.x86_64 xorg-x11-fonts-ISO8859-1-100dpi-7.5-5.fc17.noarch xdg-user-dirs-0.14-2.fc17.x86_64 passwd-0.78.99-1.fc17.x86_64 graphite2-1.1.1-2.fc17.x86_64 kdm-4.9.2-3.fc17.x86_64 libconfig-1.4.8-2.fc17.x86_64 kdeartwork-screensavers-4.9.2-1.fc17.x86_64 pygtk2-2.24.0-4.fc17.x86_64 gnupg-1.4.12-1.fc17.x86_64 kdenetwork-krdc-4.9.2-1.fc17.x86_64 libedit-3.0-6.20110802cvs.fc17.x86_64 gmime-2.6.9-1.fc17.x86_64 mesa-libglapi-8.0.4-1.fc17.x86_64 kross-python-4.9.2-1.fc17.x86_64 linux-atm-libs-2.5.1-4.fc17.x86_64 abattis-cantarell-fonts-0.0.8-1.fc17.noarch foomatic-db-ppds-4.0-31.20120103.fc17.noarch sgml-common-0.6.3-36.fc17.noarch libusal-1.1.11-14.fc17.x86_64 bpg-serif-modern-fonts-2.028-9.fc17.noarch amarok-2.6.0-4.fc17.x86_64 newt-0.52.14-2.fc17.x86_64 printoxx-2.8.1-2.fc15.x86_64 libEMF-1.0.4-4.fc17.x86_64 librsvg2-2.36.1-1.fc17.x86_64 enca-1.13-3.fc17.x86_64 wpa_supplicant-1.0-1.fc17.x86_64 zenity-3.4.0-1.fc17.x86_64 tigervnc-server-minimal-1.1.0-6.1.fc17.x86_64 sg3_utils-libs-1.31-2.fc17.x86_64 php-common-5.4.7-10.fc17.x86_64 libdmx-1.1.2-1.fc17.x86_64 smolt-1.4.3-6.fc17.noarch ModemManager-0.6.0.0-1.fc17.x86_64 kde-plasma-networkmanagement-openconnect-0.9.0.5-1.fc17.x86_64 atlas-3.8.4-3.fc17.x86_64 gallery2-mp3audio-2.3.2-4.fc17.noarch libXres-1.0.6-1.fc17.x86_64 libsilc-1.1.10-6.fc17.x86_64 linux-firmware-20120720-0.1.git7560108.fc17.noarch libxml2-2.7.8-9.fc17.i686 kamera-4.9.2-1.fc17.x86_64 libxml++-2.34.2-3.fc17.x86_64 libcom_err-1.42.3-3.fc17.x86_64 rasqal-0.9.28-1.fc17.x86_64 libreoffice-graphicfilter-3.5.7.2-3.fc17.x86_64 firefox-16.0.2-1.fc17.x86_64 kwebkitpart-1.3.0-1.fc17.x86_64 pyxdg-0.23-2.fc17.noarch gnome-keyring-3.4.1-3.fc17.x86_64 kde-settings-kdm-4.8-22.fc17.noarch system-config-language-1.3.5-11.fc17.noarch irqbalance-1.0.3-6.fc17.x86_64 jack-audio-connection-kit-1.9.8-9.fc17.x86_64 wodim-1.1.11-14.fc17.x86_64 elfutils-0.154-2.fc17.x86_64 Coin2-2.5.0-15.fc17.x86_64 boost-signals-1.48.0-13.fc17.x86_64 cryptsetup-python-1.5.0-1.fc17.x86_64 qt3-3.3.8b-41.fc17.x86_64 cryptsetup-1.5.0-1.fc17.x86_64 lohit-assamese-fonts-2.5.1-2.fc17.noarch lohit-tamil-fonts-2.5.1-2.fc17.noarch iwl100-firmware-39.31.5.1-9.fc17.noarch php-pecl-mongo-1.2.12-1.fc17.x86_64 gucharmap-3.4.1.1-2.fc17.x86_64 leechcraft-bittorrent-0.5.80-1.fc17.x86_64 openssl-1.0.0j-2.fc17.i686 nss-softokn-freebl-3.13.6-1.fc17.x86_64 xscreensaver-gl-extras-5.20-1.fc17.x86_64 nss-softokn-freebl-3.13.6-1.fc17.i686 libreoffice-ure-3.5.7.2-3.fc17.x86_64 plymouth-plugin-label-0.8.5-0.2012.04.27.4.fc17.x86_64 policycoreutils-python-2.1.12-5.fc17.x86_64 ncurses-libs-5.9-4.20120204.fc17.i686 libreoffice-pyuno-3.5.7.2-3.fc17.x86_64 ksnapshot-4.9.2-1.fc17.x86_64 filesystem-3-2.fc17.x86_64 bind-libs-9.9.2-2.fc17.x86_64 pbm2l7k-990321-9.fc17.x86_64 perl-TimeDate-1.20-6.fc17.noarch libreoffice-3.5.7.2-3.fc17.x86_64 foomatic-db-filesystem-4.0-31.20120103.fc17.noarch abrt-2.0.16-1.fc17.x86_64 glib-networking-2.32.3-1.fc17.x86_64 libini_config-0.6.2-8.fc17.x86_64 sqlite-3.7.11-3.fc17.i686 perl-HTML-Parser-3.69-3.fc17.x86_64 kde-settings-plasma-4.8-22.fc17.noarch abrt-retrace-client-2.0.16-1.fc17.x86_64 cyrus-sasl-gssapi-2.1.23-31.fc17.x86_64 glib2-2.32.4-2.fc17.i686 loudmouth-1.4.3-10.fc17.x86_64 yum-langpacks-0.3.0-3.fc17.noarch libudisks2-1.94.0-10.fc17.x86_64 libass-0.10.0-2.fc17.x86_64 libsndfile-1.0.25-2.fc17.i686 obexd-0.44-1.fc17.x86_64 perl-Email-Date-Format-1.002-11.fc17.noarch minicom-2.5-8.fc17.x86_64 c2070-0.99-8.fc17.x86_64 libasyncns-0.8-3.fc17.i686 libdb-utils-5.2.36-5.fc17.x86_64 perl-SOAP-Lite-0.714-2.fc17.noarch psacct-6.5.5-5.fc17.x86_64 ktp-kded-integration-module-0.5.1-1.fc17.x86_64 rpm-python-4.9.1.3-7.fc17.x86_64 device-mapper-1.02.74-6.fc17.x86_64 libSM-1.2.1-1.fc17.i686 rsync-3.0.9-2.fc17.x86_64 gpg-pubkey-6b8d79e6-3f49313d iwl1000-firmware-39.31.5.1-2.fc17.noarch libgcrypt-1.5.0-3.fc17.x86_64 procps-3.2.8-27.20110302git.fc17.x86_64 libxslt-1.1.26-10.fc17.x86_64 libXdamage-1.1.3-3.fc17.i686 m4-1.4.16-3.fc17.x86_64 php-phpunit-PHP-TokenStream-1.1.5-1.fc17.noarch fluid-soundfont-common-3.1-8.fc17.noarch kpartx-0.4.9-26.fc17.x86_64 libXpm-3.5.10-1.fc17.i686 konversation-1.4-2.fc17.x86_64 php-channel-symfony-1.3-3.fc17.noarch smolt-firstboot-1.4.3-6.fc17.noarch opencv-2.3.1-8.fc17.x86_64 perl-Pod-Simple-3.16-215.fc17.noarch system-config-firewall-base-1.2.29-7.fc17.noarch cairo-1.10.2-7.fc17.i686 cups-php-1.5.4-2.fc17.x86_64 pinfo-0.6.10-4.fc17.x86_64 libdb-5.2.36-5.fc17.x86_64 gstreamer-plugins-ugly-0.10.19-1.fc17.x86_64 make-3.82-13.fc17.x86_64 system-config-keyboard-1.3.1-8.fc17.x86_64 zipios++-0.1.5.9-7.fc17.x86_64 usbutils-004-4.fc17.x86_64 libmikmod-3.2.0-19.fc17.x86_64 NetworkManager-0.9.4.0-9.git20120521.fc17.x86_64 dmraid-events-1.0.0.rc16-16.fc17.x86_64 protobuf-python-2.4.1-6.fc17.x86_64 xorg-x11-drv-wacom-0.14.0-2.fc17.x86_64 smesh-5.1.2.2-3.svn54.fc17.x86_64 efibootmgr-0.5.4-12.fc17.x86_64 gmtk-1.0.6-1.fc17.x86_64 podofo-libs-0.9.1-6.fc17.x86_64 kde-l10n-4.9.2-1.fc17.noarch ed-1.5-3.fc17.x86_64 mencoder-1.0-0.142.20120205svn.fc17.x86_64 gutenprint-5.2.9-1.fc17.x86_64 libgnomeui-2.24.5-4.fc17.x86_64 yum-metadata-parser-1.1.4-6.fc17.x86_64 jomolhari-fonts-0.003-11.fc17.noarch perl-Linux-Pid-0.04-14.fc17.x86_64 gd-2.0.35-17.fc17.x86_64 mono-winfx-2.10.8-2.fc17.x86_64 kross-interpreters-4.9.2-1.fc17.x86_64 audit-libs-python-2.2.1-1.fc17.x86_64 sil-abyssinica-fonts-1.200-2.fc17.noarch findutils-4.5.10-4.fc17.x86_64 awstats-7.0-8.fc17.noarch audit-2.2.1-1.fc17.x86_64 mono-nunit-2.10.8-2.fc17.x86_64 libmcrypt-2.5.8-11.fc17.x86_64 python-iwlib-1.2-1.fc17.x86_64 libuuid-2.21.2-2.fc17.x86_64 perl-Net-HTTP-6.02-2.fc17.noarch nspluginwrapper-1.4.4-12.fc17.x86_64 cln-1.3.2-4.fc17.1.x86_64 php-pgsql-5.4.7-10.fc17.x86_64 vpnc-0.5.3-14.svn457.fc17.x86_64 xmlrpc-c-1.29.3-1703.svn2290.fc17.x86_64 qca-ossl-2.0.0-0.15.beta3.fc17.x86_64 pangomm-2.28.4-1.fc17.x86_64 rdate-1.4-19.fc17.x86_64 pyodbc-2.1.5-6.fc17.x86_64 qtwebkit-2.2.2-1.fc17.x86_64 gpg-pubkey-d2382b83-4ea86889 libpciaccess-0.13.1-1.fc17.x86_64 gamin-python-0.1.10-12.fc17.x86_64 ivtv-firmware-20080701-22.noarch libaio-0.3.109-5.fc17.x86_64 libselinux-devel-2.1.10-3.fc17.x86_64 kdepimlibs-akonadi-4.9.2-2.fc17.x86_64 libXft-2.3.0-2.fc17.x86_64 xorg-x11-drv-synaptics-1.6.2-2.fc17.x86_64 glib2-2.32.4-2.fc17.x86_64 perl-HTTP-Cookies-6.00-4.fc17.noarch perl-Scalar-List-Utils-1.25-1.fc17.x86_64 libdbi-dbd-mysql-0.8.3-9.fc17.x86_64 libktorrent-1.3.0-1.fc17.x86_64 libXrandr-1.3.1-3.fc17.x86_64 libmatroska-1.3.0-2.fc17.x86_64 pam-1.1.5-7.fc17.x86_64 htdig-3.2.0-0.13.b6.fc17.x86_64 gvfs-1.12.3-1.fc17.x86_64 system-setup-keyboard-0.8.8-2.fc17.x86_64 php-pecl-memcached-2.0.1-3.fc17.x86_64 liblastfm-1.0.1-1.fc17.x86_64 libXxf86vm-1.1.2-1.fc17.x86_64 game-music-emu-0.5.5-2.fc17.x86_64 pkcs11-helper-1.09-2.fc17.x86_64 gtkspell-2.0.16-4.fc17.x86_64 dbusmenu-qt-0.9.0-3.fc17.x86_64 libqalculate-0.9.7-4.fc17.x86_64 dbus-libs-1.4.10-6.fc17.x86_64 libXxf86misc-1.0.3-3.fc17.x86_64 zvbi-0.2.33-12.fc17.x86_64 libogg-1.3.0-1.fc17.x86_64 perl-XML-XQL-0.68-15.fc17.noarch gobject-introspection-1.32.1-1.fc17.x86_64 systemtap-sdt-devel-2.0-1.fc17.x86_64 ark-libs-4.9.2-1.fc17.x86_64 libXaw-1.0.9-3.fc17.x86_64 live555-0-0.37.2012.04.27.fc17.x86_64 libuser-0.57.6-1.fc17.x86_64 lucene-2.9.4-8.fc17.noarch phonon-4.6.0-3.fc17.x86_64 xcb-util-0.3.8-2.fc17.x86_64 libtiff-3.9.6-2.fc17.i686 libbluedevil-1.9.2-1.fc17.x86_64 kde-i18n-3.5.10-16.fc17.noarch python-urlgrabber-3.9.1-16.fc17.noarch pygpgme-0.2-2.fc17.x86_64 libXScrnSaver-1.2.2-1.fc17.i686 libmatchbox-1.9-9.fc17.x86_64 cyrus-sasl-plain-2.1.23-31.fc17.x86_64 lpsolve-5.5.2.0-4.fc17.x86_64 nss-sysinit-3.13.6-1.fc17.x86_64 kdepim-libs-4.9.2-1.fc17.x86_64 preupgrade-1.1.10-2.fc17.noarch clutter-1.10.8-1.fc17.x86_64 createrepo-0.9.9-11.fc17.noarch mtdev-1.1.0-3.20110105.fc17.x86_64 vim-minimal-7.3.682-1.fc17.x86_64 kdegames-libs-4.9.2-1.fc17.x86_64 gnome-python2-canvas-2.28.1-8.fc17.x86_64 libquvi-scripts-0.4.7-1.fc17.noarch libwbclient-3.6.6-92.fc17.1.x86_64 bpg-fonts-common-20090205-9.fc17.noarch k3b-libs-2.0.2-6.fc17.x86_64 chmlib-0.40-5.fc17.x86_64 nss-3.13.6-1.fc17.i686 gnome-desktop3-3.4.2-1.fc17.x86_64 gettext-0.18.1.1-14.fc17.x86_64 dialog-1.1-15.20110707.fc17.x86_64 gsm-1.0.13-6.fc17.x86_64 cfitsio-3.290-4.fc17.x86_64 PackageKit-qt-0.7.5-1.fc17.x86_64 brasero-libs-3.4.1-1.fc17.x86_64 libwpg-0.2.0-4.fc17.x86_64 plymouth-0.8.5-0.2012.04.27.4.fc17.x86_64 kdegames-minimal-4.9.2-1.fc17.x86_64 gallery2-matrix-2.3.2-4.fc17.noarch alsa-utils-1.0.26-1.fc17.x86_64 sysvinit-tools-2.88-6.dsf.fc17.x86_64 zlib-1.2.5-7.fc17.i686 ntfs-3g-2012.1.15-5.fc17.x86_64 kwin-gles-libs-4.9.2-3.fc17.x86_64 usermode-gtk-1.109-1.fc17.x86_64 unrar-4.2.3-1.fc17.x86_64 trousers-0.3.9-1.fc17.x86_64 libvorbis-1.3.3-1.fc17.i686 perl-EV-4.03-8.fc17.x86_64 libreoffice-core-3.5.7.2-3.fc17.x86_64 kwallet-4.9.2-1.fc17.x86_64 kgpg-4.9.2-1.fc17.x86_64 bluez-cups-4.99-2.fc17.x86_64 xorg-x11-drv-openchrome-0.2.906-1.fc17.x86_64 device-mapper-multipath-0.4.9-26.fc17.x86_64 openssh-clients-5.9p1-26.fc17.x86_64 mesa-libxatracker-8.0.4-1.fc17.x86_64 xorg-x11-drv-ati-6.14.4-6.20120602git930760942.fc17.x86_64 smartmontools-5.43-1.fc17.x86_64 python-tempita-0.5.1-1.fc17.noarch libnetfilter_conntrack-1.0.1-1.fc17.x86_64 lohit-punjabi-fonts-2.5.1-2.fc17.noarch iwl3945-firmware-15.32.2.9-9.fc17.noarch iwl4965-firmware-228.61.2.24-9.fc17.noarch gtk2-2.24.13-1.fc17.x86_64 pm-utils-1.4.1-18.fc17.x86_64 libreoffice-kde-3.5.7.2-3.fc17.x86_64 libref_array-0.1.2-8.fc17.x86_64 libsoup-2.38.1-3.fc17.x86_64 libreport-plugin-kerneloops-2.0.16-1.fc17.x86_64 perl-POE-1.350-2.fc17.noarch libtheora-1.1.1-3.fc17.i686 xorg-x11-apps-7.6-5.fc17.x86_64 gutenprint-cups-5.2.9-1.fc17.x86_64 ypbind-1.36-7.fc17.x86_64 fribidi-0.19.2-4.fc17.x86_64 udisks2-1.94.0-10.fc17.x86_64 rmt-0.4-0.12.b44.fc17.x86_64 firstboot-17.3-1.fc17.x86_64 openal-soft-1.14-2.fc17.i686 at-3.1.13-8.fc17.x86_64 perl-Net-SSLeay-1.48-1.fc17.x86_64 perl-SOAP-Transport-TCP-0.715-4.fc17.noarch fedora-release-17-1.noarch yum-3.4.3-29.fc17.noarch ktp-filetransfer-handler-0.5.1-1.fc17.x86_64 libXrender-0.9.7-1.fc17.i686 python-bugzilla-0.7.0-1.fc17.noarch php-channel-ezc-1-4.fc17.noarch usermode-1.109-1.fc17.x86_64 openal-soft-1.14-2.fc17.x86_64 wildmidi-libs-0.2.3.4-4.fc17.x86_64 tcp_wrappers-libs-7.6-69.fc17.i686 libusb-0.1.3-10.fc17.x86_64 xorg-x11-drv-vesa-2.3.1-1.fc17.x86_64 php-dba-5.4.7-10.fc17.x86_64 libdvdnav-devel-4.2.0-2.fc17.x86_64 xorg-x11-drv-vmmouse-12.8.0-1.fc17.x86_64 linux-atm-2.5.1-4.fc17.x86_64 python-setuptools-0.6.27-2.fc17.noarch freecad-0.12-7.fc17.x86_64 lvm2-2.02.95-6.fc17.x86_64 gstreamer-plugins-base-0.10.36-2.fc17.x86_64 quazip-0.4.4-1.fc17.x86_64 libarchive-3.0.3-2.fc17.x86_64 fontpackages-filesystem-1.44-4.fc17.noarch libbonobo-2.32.1-2.fc17.x86_64 dejavu-serif-fonts-2.33-3.fc17.noarch lohit-devanagari-fonts-2.5.1-3.fc17.noarch telepathy-salut-0.8.0-1.fc17.x86_64 libgphoto2-2.4.14-1.fc17.x86_64 perl-ExtUtils-ParseXS-2.2210-215.fc17.noarch sip-4.13.2-1.fc17.x86_64 bash-4.2.37-2.fc17.x86_64 mono-extras-2.10.8-2.fc17.x86_64 libplist-1.8-4.fc17.x86_64 traceroute-2.0.18-3.fc17.x86_64 iwl6000-firmware-9.221.4.1-9.fc17.noarch wireless-tools-29-7.1.fc17.x86_64 php-gd-5.4.7-10.fc17.x86_64 perl-Coro-6.07-3.fc17.x86_64 cyrus-sasl-lib-2.1.23-31.fc17.x86_64 libtheora-1.1.1-3.fc17.x86_64 dos2unix-5.3.3-1.fc17.x86_64 ImageMagick-6.7.5.6-4.fc17.x86_64 telepathy-qt4-0.9.3-2.fc17.x86_64 antlr3-C-3.4-12.fc17.x86_64 libsepol-2.1.7-3.fc17.x86_64 rpmfusion-nonfree-release-17.0.3-1.noarch perl-Carp-1.22-2.fc17.noarch numpy-1.6.2-1.fc17.x86_64 libXcursor-1.1.13-1.fc17.x86_64 libkipi-4.9.2-1.fc17.x86_64 php-xml-5.4.7-10.fc17.x86_64 hfsplus-tools-540.1.linux3-1.fc17.x86_64 python-2.7.3-7.2.fc17.x86_64 ftgl-2.1.3-0.5.rc5.fc17.x86_64 perl-BDB-1.88-5.fc17.x86_64 suitesparse-3.6.1-3.fc17.x86_64 libXScrnSaver-1.2.2-1.fc17.x86_64 cagibi-0.2.0-4.fc17.x86_64 libudev-182-3.fc17.x86_64 ffmpeg-libs-0.10.5-1.fc17.x86_64 libtirpc-0.2.2-2.1.fc17.x86_64 pinentry-qt-0.8.1-6.fc17.x86_64 jpackage-utils-1.7.5-18.1.fc17.x86_64 bluedevil-1.3-0.5.rc2.fc17.x86_64 keyutils-libs-1.5.5-2.fc17.i686 binutils-2.22.52.0.1-10.fc17.x86_64 syslinux-4.05-1.fc17.x86_64 libcmis-0.1.0-2.fc17.x86_64 python-meh-0.12-1.fc17.noarch kdepim-4.9.2-1.fc17.x86_64 akonadi-1.8.1-1.fc17.x86_64 yum-utils-1.1.31-4.fc17.noarch llvm-libs-3.0-14.fc17.x86_64 beefy-miracle-backgrounds-gnome-16.91.0-2.fc17.noarch tcl-8.5.11-2.fc17.x86_64 ptouch-driver-1.3-8.fc17.x86_64 qtscriptbindings-0.2.0-3.fc17.x86_64 lensfun-0.2.5-8.fc17.x86_64 libvisual-0.4.0-11.fc17.x86_64 fftw-libs-quad-3.3.1-3.fc17.x86_64 libdaemon-0.14-3.fc17.x86_64 liberation-narrow-fonts-1.07.2-6.fc17.noarch xorg-x11-utils-7.5-6.fc17.x86_64 ksysguard-4.9.2-3.fc17.x86_64 libxcb-1.9-1.fc17.x86_64 passwdqc-lib-1.2.2-3.fc17.x86_64 dnsmasq-2.63-1.fc17.x86_64 cifs-utils-5.7-1.fc17.x86_64 libICE-1.0.8-1.fc17.i686 kmix-4.9.2-1.fc17.x86_64 perl-Glib-1.241-2.fc17.x86_64 cjet-0.8.9-11.fc17.x86_64 nss-mdns-0.10-10.fc17.x86_64 dhcp-common-4.2.4-16.P2.fc17.x86_64 NetworkManager-openvpn-0.9.3.997-1.fc17.x86_64 autocorr-it-3.5.7.2-3.fc17.noarch desktop-file-utils-0.20-4.fc17.x86_64 kdenetwork-kdnssd-4.9.2-1.fc17.x86_64 perl-HTML-Tagset-3.20-10.fc17.noarch libmcpp-2.7.2-7.fc17.x86_64 abrt-plugin-bodhi-2.0.16-1.fc17.x86_64 qt-settings-4.8-22.fc17.noarch ncurses-base-5.9-4.20120204.fc17.x86_64 telepathy-mission-control-5.12.3-1.fc17.x86_64 PackageKit-yum-plugin-0.7.5-1.fc17.x86_64 libmng-1.0.10-6.fc17.x86_64 libspnav-0.2.2-3.fc17.x86_64 libtasn1-2.12-1.fc17.i686 bind-utils-9.9.2-2.fc17.x86_64 rp-pppoe-3.10-12.fc17.x86_64 perl-MIME-Types-1.31-3.fc17.noarch info-4.13a-16.fc17.x86_64 hunspell-en-US-0.20110318-9.fc17.noarch b43-openfwwf-5.2-7.fc17.noarch kcm_touchpad-0.3.1-7.fc17.x86_64 php-pecl-xdebug-2.2.1-1.fc17.x86_64 libmodman-2.0.1-4.fc17.x86_64 libusb1-1.0.9-0.6.rc1.fc17.i686 tinyxml-2.6.1-3.fc17.x86_64 php-bcmath-5.4.7-10.fc17.x86_64 libvorbis-1.3.3-1.fc17.x86_64 kdelibs-common-4.9.2-5.fc17.x86_64 openvpn-2.2.2-7.fc17.x86_64 cracklib-2.8.18-3.fc17.x86_64 gtk+-1.2.10-72.fc17.x86_64 fpaste-0.3.7.1-2.fc17.noarch xorg-x11-drv-ast-0.93.9-6.fc17.x86_64 OCE-visualization-0.8.0-3.fc17.x86_64 libX11-1.5.0-2.fc17.x86_64 tcpdump-4.2.1-3.fc17.x86_64 libselinux-python-2.1.10-3.fc17.x86_64 system-config-firewall-tui-1.2.29-7.fc17.noarch scribus-1.4.1-1.fc17.x86_64 smplayer-0.8.1-1.fc17.x86_64 attr-2.4.46-5.fc17.x86_64 xkeyboard-config-2.5.1-3.fc17.noarch libtalloc-2.0.7-4.fc17.x86_64 bash-completion-2.0-1.fc17.noarch python-cups-1.9.61-2.fc17.x86_64 mono-mvc-2.10.8-2.fc17.x86_64 perl-devel-5.14.2-215.fc17.x86_64 thai-scalable-waree-fonts-0.5.0-1.fc17.noarch libstdc++-4.7.2-2.fc17.x86_64 iwl5000-firmware-8.83.5.1_1-9.fc17.noarch perl-AnyEvent-AIO-1.1-8.fc17.noarch apr-util-ldap-1.4.1-2.fc17.x86_64 unixODBC-2.3.1-1.fc17.x86_64 symlinks-1.4-5.fc17.x86_64 gawk-4.0.1-1.fc17.x86_64 hwdata-0.234-2.fc17.noarch qt-x11-4.8.2-7.fc17.x86_64 python-reportlab-2.5-4.fc17.x86_64 kmod-7-2.fc17.x86_64 perl-threads-1.86-2.fc17.x86_64 ksysguard-libs-4.9.2-3.fc17.x86_64 perl-YAML-Syck-1.17-4.fc17.x86_64 openslp-1.2.1-16.fc17.x86_64 libXv-1.0.7-1.fc17.x86_64 xvidcore-1.3.2-3.fc17.x86_64 php-pecl-igbinary-1.1.2-0.2.git3b8ab7e.fc17.x86_64 libblkid-2.21.2-2.fc17.x86_64 audiocd-kio-libs-4.9.2-1.fc17.x86_64 perl-HTTP-Daemon-6.00-4.fc17.noarch libxkbfile-1.0.8-1.fc17.x86_64 seamonkey-2.13.1-1.fc17.x86_64 gwenview-libs-4.9.2-1.fc17.x86_64 hyphen-en-2.8.3-1.fc17.noarch libspectre-0.2.6-5.fc17.x86_64 libgle-3.1.0-6.fc17.x86_64 qt-4.8.2-7.fc17.i686 elfutils-libs-0.154-2.fc17.x86_64 kdepim-runtime-libs-4.9.2-1.fc17.x86_64 clutter-gtk-1.2.0-1.fc17.x86_64 openldap-2.4.33-2.fc17.x86_64 libnotify-0.7.5-1.fc17.x86_64 libquadmath-4.7.2-2.fc17.x86_64 dosfstools-3.0.12-2.fc17.x86_64 okular-libs-4.9.2-1.fc17.x86_64 bitstream-vera-fonts-common-1.10-20.fc17.noarch mactel-boot-0.9-6.fc17.x86_64 nautilus-3.4.2-5.fc17.x86_64 gtkimageview-1.6.4-5.fc17.x86_64 notify-python-0.1.1-20.fc17.x86_64 mesa-dri-drivers-8.0.4-1.fc17.x86_64 squashfs-tools-4.2-2.fc17.x86_64 farstream-0.1.2-2.fc17.x86_64 gallery2-2.3.2-4.fc17.noarch plymouth-plugin-two-step-0.8.5-0.2012.04.27.4.fc17.x86_64 usb_modeswitch-1.2.4-1.fc17.x86_64 dragon-4.9.2-1.fc17.x86_64 libjpeg-turbo-1.2.1-1.fc17.i686 libreoffice-impress-3.5.7.2-3.fc17.x86_64 NetworkManager-vpnc-0.9.3.997-1.fc17.x86_64 kamoso-2.0.2-5.fc17.x86_64 cyrus-sasl-md5-2.1.23-31.fc17.x86_64 e2fsprogs-libs-1.42.3-3.fc17.x86_64 lrzsz-0.12.20-30.fc17.x86_64 perl-Encode-Locale-1.02-5.fc17.noarch polkit-kde-0.99.0-4.fc17.x86_64 comps-extras-20-3.fc17.noarch readline-6.2-4.fc17.i686 vlc-2.0.4-1.fc17.x86_64 setroubleshoot-3.1.15-1.fc17.x86_64 fftw-libs-double-3.3.1-3.fc17.x86_64 abrt-dbus-2.0.16-1.fc17.x86_64 mingetty-1.08-10.fc17.x86_64 libgadu-1.11.0-2.fc17.1.x86_64 gsm-1.0.13-6.fc17.i686 perl-JSON-2.53-4.fc17.noarch xsettings-kde-0.12.3-3.fc17.x86_64 oxygen-gtk2-1.3.1-1.fc17.x86_64 libkate-0.3.8-5.fc17.x86_64 krusader-2.4.0-0.4.beta1.fc17.x86_64 libXau-1.0.6-3.fc17.x86_64 libuuid-2.21.2-2.fc17.i686 php-soap-5.4.7-10.fc17.x86_64 ar9170-firmware-2009.05.28-4.fc17.noarch openssh-server-5.9p1-26.fc17.x86_64 libgssglue-0.4-0.fc17.x86_64 java-1.7.0-openjdk-1.7.0.9-2.3.3.fc17.1.x86_64 mesa-libGLU-8.0.4-1.fc17.i686 php-pear-Console-CommandLine-1.1.3-5.fc17.noarch passwdqc-1.2.2-3.fc17.x86_64 perl-macros-5.14.2-215.fc17.x86_64 libmimic-1.0.4-5.fc17.x86_64 lockdev-1.0.4-0.4.20111007git.fc17.x86_64 psutils-1.17-38.fc17.x86_64 qt-assistant-4.8.2-7.fc17.x86_64 microcode_ctl-1.17-25.fc17.x86_64 avahi-autoipd-0.6.31-5.fc17.x86_64 xmms-libs-1.2.11-16.20071117cvs.fc17.x86_64 python-pyblock-0.53-2.fc17.x86_64 dbus-python-0.83.0-9.fc17.x86_64 xorg-x11-drv-dummy-0.3.5-4.fc17.x86_64 db4-4.8.30-10.fc17.x86_64 python-imaging-1.1.7-6.fc17.x86_64 nano-2.3.1-3.fc17.x86_64 telnet-0.17-53.fc17.x86_64 ghostscript-9.05-4.fc17.x86_64 mplayer-gui-1.0-0.142.20120205svn.fc17.x86_64 setuptool-1.19.11-4.fc17.x86_64 shared-desktop-ontologies-0.10.0-2.fc17.noarch mono-data-sqlite-2.10.8-2.fc17.x86_64 man-pages-3.35-4.fc17.noarch quota-nls-4.00-5.fc17.noarch crypto-utils-2.4.1-34.fc17.x86_64 libxml2-2.7.8-9.fc17.x86_64 php-pear-1.9.4-7.fc17.noarch mtr-0.82-2.fc17.x86_64 flash-plugin-11.2.202.243-release.x86_64 php-odbc-5.4.7-10.fc17.x86_64 avahi-libs-0.6.31-5.fc17.x86_64 jasper-libs-1.900.1-19.fc17.x86_64 gpg-pubkey-8296fa0f-4ea867c3 zd1211-firmware-1.4-6.fc17.noarch ImageMagick-c++-6.7.5.6-4.fc17.x86_64 pexpect-2.3-7.fc17.noarch pango-1.30.0-1.fc17.x86_64 spambayes-1.1-0.4.a6.fc17.noarch shared-mime-info-1.0-4.fc17.x86_64 minizip-1.2.5-7.fc17.x86_64 gnome-vfs2-2.24.4-7.fc17.x86_64 calligra-libs-2.5.2-1.fc17.x86_64 libXcomposite-0.4.3-3.fc17.x86_64 fipscheck-1.3.0-3.fc17.x86_64 pygobject2-2.28.6-5.fc17.x86_64 lirc-libs-0.9.0-8.fc17.x86_64 pulseaudio-module-x11-1.1-9.fc17.x86_64 libspiro-20071029-6.fc17.x86_64 kde-baseapps-4.9.2-2.fc17.x86_64 boost-filesystem-1.48.0-13.fc17.x86_64 deltarpm-3.6-0.7.20110223git.fc17.x86_64 net-tools-1.60-138.20120702git.fc17.x86_64 kde-plasma-networkmanagement-libs-0.9.0.5-1.fc17.x86_64 skype-4.0.0.8-fc16.i586 matchbox-window-manager-1.2-9.20070628svn.fc17.x86_64 groff-base-1.21-9.fc17.x86_64 libselinux-utils-2.1.10-3.fc17.x86_64 cogl-1.10.2-1.fc17.x86_64 kio_msits-4.9.2-1.fc17.x86_64 phpMyAdmin-3.5.3-1.fc17.noarch poppler-glib-0.18.4-3.fc17.x86_64 mailx-12.5-5.fc17.x86_64 usbmuxd-1.0.8-2.fc17.x86_64 lzo-2.06-2.fc17.x86_64 gnome-themes-standard-3.4.2-1.fc17.x86_64 dejavu-lgc-serif-fonts-2.33-3.fc17.noarch kdeplasma-addons-4.9.2-1.fc17.x86_64 ufraw-0.18-14.fc17.x86_64 libgpod-0.8.2-4.fc17.x86_64 libutempter-1.1.5-6.fc17.x86_64 enchant-1.6.0-4.fc17.x86_64 gallery2-httpauth-2.3.2-4.fc17.noarch freetype-2.4.8-3.fc17.i686 plasma-scriptengine-python-4.9.2-3.fc17.x86_64 mysql-utilities-1.1.0-1.fc17.noarch system-config-date-1.9.67-2.fc17.noarch smp_utils-0.97-1.fc17.x86_64 openconnect-4.07-1.fc17.x86_64 perl-Guard-1.022-1.fc17.x86_64 selinux-policy-3.10.0-156.fc17.noarch python-magic-5.11-2.fc17.x86_64 perl-Socket-GetAddrInfo-0.19-1.fc17.x86_64 libreport-filesystem-2.0.16-1.fc17.x86_64 libdmtx-0.7.2-7.fc17.x86_64 mysql-workbench-5.2.44-1.fc17.x86_64 oxygen-gtk-1.2.0-2.fc17.noarch basesystem-10.0-6.fc17.noarch libffado-2.1.0-0.9.20120325.svn2088.fc17.x86_64 ghostscript-fonts-5.50-28.fc17.noarch abrt-addon-ccpp-2.0.16-1.fc17.x86_64 libmusicbrainz3-3.0.3-4.fc17.x86_64 libvisual-0.4.0-11.fc17.i686 anaconda-17.29-1.fc17.x86_64 python-decorator-3.4.0-1.fc17.noarch curl-7.24.0-5.fc17.x86_64 sudo-1.8.3p1-7.fc17.x86_64 systemd-sysv-44-20.fc17.x86_64 min12xxw-0.0.9-7.fc17.x86_64 libpciaccess-0.13.1-1.fc17.i686 autoconf-2.68-4.fc17.noarch irda-utils-0.9.18-14.fc17.x86_64 audit-libs-2.2.1-1.fc17.x86_64 cyrus-sasl-2.1.23-31.fc17.x86_64 fftw-libs-3.3.1-3.fc17.x86_64 pyPdf-1.13-3.fc17.noarch libXv-1.0.7-1.fc17.i686 php-phpunit-PHP-CodeCoverage-1.1.3-1.fc17.noarch memtest86+-4.20-6.fc17.x86_64 libusb1-1.0.9-0.6.rc1.fc17.x86_64 perl-libs-5.14.2-215.fc17.x86_64 libmms-0.6.2-2.fc17.x86_64 pyparted-3.8-3.fc17.x86_64 xorg-x11-drv-evdev-2.7.0-2.fc17.x86_64 SoQt-1.5.0-5.fc17.x86_64 libffi-3.0.10-2.fc17.x86_64 fuse-libs-2.8.7-1.fc17.x86_64 parted-3.0-10.fc17.x86_64 libbs2b-3.1.0-4.fc17.x86_64 tix-8.4.3-7.fc17.x86_64 xorg-x11-drv-qxl-0.0.22-0.fc17.x86_64 qcad-2.0.5.0-16.fc17.x86_64 ftp-0.17-55.fc17.x86_64 PackageKit-glib-0.7.5-1.fc17.x86_64 yajl-2.0.4-1.fc17.x86_64 perl-BSD-Resource-1.29.04-9.fc17.x86_64 gtk-sharp2-2.12.11-5.fc17.x86_64 adwaita-cursor-theme-3.4.2-1.fc17.noarch smc-meera-fonts-5.0.1-2.fc17.noarch lua-5.1.4-10.fc17.x86_64 gtk3-3.4.4-1.fc17.x86_64 ql2500-firmware-5.08.00-1.fc17.noarch httpd-manual-2.2.22-4.fc17.noarch apr-util-1.4.1-2.fc17.x86_64 libjpeg-turbo-1.2.1-1.fc17.x86_64 stix-fonts-1.0.0-3.fc17.noarch libtasn1-2.12-1.fc17.x86_64 libmygpo-qt-1.0.5-3.fc17.x86_64 libdbi-0.8.3-5.fc17.x86_64 libatasmart-0.18-2.fc17.x86_64 taglib-1.8-2.fc17.x86_64 rsh-0.17-68.fc17.x86_64 libsigc++20-2.2.10-2.fc17.x86_64 attica-0.4.0-1.fc17.x86_64 geoclue-0.12.0-10.fc17.x86_64 openssl-devel-1.0.0j-2.fc17.x86_64 libXi-1.6.1-1.fc17.x86_64 xcb-util-keysyms-0.3.8-3.fc17.x86_64 pcre-8.21-5.fc17.x86_64 rt73usb-firmware-1.8-9.fc17.noarch nepomuk-core-4.9.2-5.fc17.x86_64 perl-Digest-1.17-2.fc17.noarch kompozer-0.8-0.5.b3.fc13.x86_64 gupnp-0.18.3-1.fc17.x86_64 libcaca-0.99-0.14.beta17.fc17.x86_64 xerces-c-3.1.1-2.fc17.x86_64 grantlee-0.2.0-1.fc17.x86_64 aalib-libs-1.4.0-0.20.rc5.fc17.x86_64 boost-date-time-1.48.0-13.fc17.x86_64 libgnomecanvas-2.30.3-4.fc17.x86_64 hunspell-it-2.4-0.7.20070901.fc17.noarch libgudev1-182-3.fc17.x86_64 pinentry-0.8.1-6.fc17.x86_64 kde-workspace-libs-4.9.2-3.fc17.x86_64 python-deltarpm-3.6-0.7.20110223git.fc17.x86_64 libvisio-0.0.19-1.fc17.x86_64 xscreensaver-extras-base-5.20-1.fc17.x86_64 pycairo-1.8.10-4.fc17.x86_64 kde-wallpapers-4.9.2-1.fc17.noarch vpnc-script-0.5.3-14.svn457.fc17.noarch libkdcraw-4.9.2-1.fc17.x86_64 nss-util-3.13.6-1.fc17.i686 adwaita-gtk2-theme-3.4.2-1.fc17.x86_64 libunistring-0.9.3-5.fc17.x86_64 slang-2.2.4-3.fc17.x86_64 qwt-5.2.2-6.fc17.x86_64 ustr-1.0.4-12.fc17.x86_64 marble-4.9.2-2.fc17.x86_64 fprintd-0.4.1-2.fc17.x86_64 php-cli-5.4.7-10.fc17.x86_64 telepathy-rakia-0.7.4-1.fc17.x86_64 kde-plasma-networkmanagement-openvpn-0.9.0.5-1.fc17.x86_64 makebootfat-1.4-13.fc17.x86_64 policycoreutils-2.1.12-5.fc17.x86_64 rdesktop-1.7.0-2.fc17.x86_64 ktp-accounts-kcm-0.5.1-1.fc17.x86_64 gpsd-libs-3.5-1.fc17.x86_64

ti spiego arka

mi sono accorto che aprendo il file test.php con kompoZer incollavo il codice che mi avevi postato in modalità vista disegno anziché farlo in modalità vista sorgente! :wink:

avevo sbagliato:

rpm -qa | grep mysql

mi da

qt-mysql-4.8.2-7.fc17.x86_64 mysql-connector-c++-1.1.1-1.fc17.x86_64 akonadi-mysql-1.8.1-1.fc17.x86_64 php-mysql-5.4.7-10.fc17.x86_64 mysql-devel-5.5.28-1.fc17.x86_64 mysql-libs-5.5.28-1.fc17.x86_64 mysql-embedded-5.5.28-1.fc17.x86_64 mysql-5.5.28-1.fc17.x86_64 mysql-server-5.5.28-1.fc17.x86_64 mysql-connector-python-1.0.7-1.fc17.noarch libdbi-dbd-mysql-0.8.3-9.fc17.x86_64 mysql-utilities-1.1.0-1.fc17.noarch mysql-workbench-5.2.44-1.fc17.x86_64

rpm -qa | grep php

mi da:

php-fpm-5.4.7-10.fc17.x86_64 php-symfony-YAML-1.0.6-2.fc17.noarch php-5.4.7-10.fc17.x86_64 php-domxml-php4-php5-1.21.2-3.fc17.noarch php-devel-5.4.7-10.fc17.x86_64 php-bartlett-PHP-Reflect-1.4.2-1.fc17.noarch php-pdo-5.4.7-10.fc17.x86_64 php-pear-Mail-Mime-1.8.6-1.fc17.noarch php-phpunit-PHP-Invoker-1.1.0-1.fc17.noarch php-captchaphp-2.3-2.fc17.noarch php-mcrypt-5.4.7-10.fc17.x86_64 php-phpunit-PHP-Timer-1.0.4-1.fc17.noarch php-bartlett-PHP-CompatInfo-2.8.1-1.fc17.noarch php-php-gettext-1.0.11-5.fc17.noarch php-pecl-apc-3.1.13-1.fc17.x86_64 php-mbstring-5.4.7-10.fc17.x86_64 php-phpunit-File-Iterator-1.3.3-1.fc17.noarch php-channel-bartlett-1.3-2.fc17.noarch php-adodb-5.15-1.fc17.noarch php-mysql-5.4.7-10.fc17.x86_64 php-channel-phpunit-1.3-5.fc17.noarch php-ezc-Base-1.8-3.fc17.noarch php-phpunit-PHPUnit-MockObject-1.1.1-1.fc17.noarch php-Smarty-2.6.26-3.fc17.noarch phpldapadmin-1.2.2-3.gitbbedf1.fc17.noarch php-pecl-memcache-3.0.7-3.fc17.x86_64 php-phpunit-Text-Template-1.1.1-2.fc17.noarch php-ezc-ConsoleTools-1.6.1-3.fc17.noarch php-phpunit-PHPUnit-3.6.12-2.fc17.noarch php-ldap-5.4.7-10.fc17.x86_64 php-common-5.4.7-10.fc17.x86_64 php-pecl-mongo-1.2.12-1.fc17.x86_64 php-phpunit-PHP-TokenStream-1.1.5-1.fc17.noarch php-channel-symfony-1.3-3.fc17.noarch cups-php-1.5.4-2.fc17.x86_64 php-pgsql-5.4.7-10.fc17.x86_64 php-pecl-memcached-2.0.1-3.fc17.x86_64 php-channel-ezc-1-4.fc17.noarch php-dba-5.4.7-10.fc17.x86_64 php-gd-5.4.7-10.fc17.x86_64 php-xml-5.4.7-10.fc17.x86_64 php-pecl-xdebug-2.2.1-1.fc17.x86_64 php-bcmath-5.4.7-10.fc17.x86_64 php-pecl-igbinary-1.1.2-0.2.git3b8ab7e.fc17.x86_64 php-soap-5.4.7-10.fc17.x86_64 php-pear-Console-CommandLine-1.1.3-5.fc17.noarch php-pear-1.9.4-7.fc17.noarch php-odbc-5.4.7-10.fc17.x86_64 phpMyAdmin-3.5.3-1.fc17.noarch php-phpunit-PHP-CodeCoverage-1.1.3-1.fc17.noarch php-cli-5.4.7-10.fc17.x86_64

rpm -qa | grep httpd

mi da:

httpd-2.2.22-4.fc17.x86_64 httpd-tools-2.2.22-4.fc17.x86_64 httpd-manual-2.2.22-4.fc17.noarch

Oddio, scusa, avevo scritto da tel e non mi sono accorto.
Comunque, i pacchetti ci sono, non stare a reinstallare, non risolve la cosa. E non usare Kompozer, non ti serve. Usa un editor di testo, metti questo:

<?php phpinfo(); ?>
Salvalo in /var/www/html come test.php, dopodichè, siccome non so lo stato dei tuoi servizi facciamoli ripartire:

[code]# systemctl restart httpd.service

systemctl restart mysqld.service[/code]

Una volta fatto questo, collegati:
http://localhost/test.php
Cosa restituisce? Le soluzioni sono soltanto due:

  1. Un errore con pagina bianca
  2. una pagina simile a http://www.webhostinghub.com/support/images/stories/website/phpinfo.jpg

OK! funziona
mi da la pagina con
PHP Version 5.4.7

ma come faccio ad inserire immagini prendendole dal pc e non da link esterni? :gratt: :doc:

[quote]
ma come faccio ad inserire immagini prendendole dal pc e non da link esterni?[/quote]
Un passettino alla volta…se il php funziona, la tua prima pagina in php ora va correttamente?