ok grazie
avevo intutito che c' entrava il virtualhost (in /ver/www/html/ quel file non c'č ) ma non so proprio come metterci le mani !!
ecco l' httpd.conf
#
# Virtual hosts
#
# Virtual host Default Virtual Host
<VirtualHost *>
ServerName localhost
ServerSignature email
DirectoryIndex index.php index.html index.htm index.shtml
ServerSignature email
LogLevel warn
HostNameLookups off
</VirtualHost>
|