Ho installato apache e php5 sotto kubuntu.
Quando cerco di eseguire una pagina php apache mi risponde con
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
nel file error.log trovo le seguenti righe
[Mon Apr 21 10:32:03 2008] [error] [client 127.0.0.1] SoftException in Application.cpp:199: Script "/home/nicoloenrico/webDeveloper/php/inizio/primo.php" resolving to "/home/nicoloenrico/webDeveloper/php/inizio/primo.php" not within configured docroot, referer: http://localhost/php/inizio/indexInizio.html
[Mon Apr 21 10:32:03 2008] [error] [client 127.0.0.1] Premature end of script headers: primo.php, referer: http://localhost/php/inizio/indexInizio.html
[Mon Apr 21 10:32:20 2008] [error] [client 127.0.0.1] SoftException in Application.cpp:199: Script "/home/nicoloenrico/webDeveloper/php/inizio/quarto.php" resolving to "/home/nicoloenrico/webDeveloper/php/inizio/quarto.php" not within configured docroot, referer: http://localhost/php/inizio/indexInizio.html
Qualcuno potrebbe darmi qualche suggerimento per risolvere il problema.
Ciao Grazie