Benvenuto nella nostra community, registra un account gratuito ADESSO!
Oltre 7000 persone hanno già registrato il loro account. Chiedi aiuto, conversa con aziende ed esperti del settore webhosting italiano.
Iscriviti subito! In meno di 2 minuti!




Pagina 1 di 3 123 UltimaUltima
Risultati da 1 a 15 di 38
  1. #1
    Webhosting evangelist
    Data Registrazione
    Jun 2006
    Messaggi
    520

    Post Problemi di connettività?

    Salve a tutti,

    tra ieri e oggi il mio sito www.pchs.it ha avuto un decadimento di visitatori da 1300 circa ai 700 odierni...

    Ho paura che questa cosa sia collegata al fatto che ieri io e il moderatore Alex (più lui che io) sistemammo alcune cose sulla mia VPS perchè consumava molta ram... quindi in special modo il cortese e disponibile Alex, si munì di santa pazienza e si mise a sistemare un pò le cose nei file httpd ecc...

    Poco fa mi arriva una email di un utente che mi avverte che non riesce più a visualizzare il sito e lo riesce a visualizzare solo sotto proxy (lui ha connessione fastweb)...

    Praticamente gli da questo errore: host sconosciuto

    Voi dite che la causa potrebbe essere dovuta a qualche modifica sbagliata della VPS?

    Potreste darmi qualche consiglio su cosa controllare?



  2. #2
    Appassionato
    Data Registrazione
    May 2006
    Località
    Bresso(Milano)
    Messaggi
    108

    Re: Problemi di connettività?

    Il sito anche se con molta lentezza me lo carica, ed ho fastweb.

  3. #3
    Provider L'avatar di danielej
    Data Registrazione
    Oct 2006
    Località
    Milano
    Messaggi
    490

    Re: Problemi di connettività?

    ciao,

    a prima vista i dns di pchs.it sono impostati male, cioè, a livello di root nameserver sono registrati
    come ns1.pchs.it e ns2.pchs.it, ma nel soa degli stessi sono visti ns1.phcs.it e ns2.phcs.it

    poi c'entra poco ma rispondono in modo strano alle richieste di record fuori zona come se fossero ricorsivi ma senza riuscire a risolvere l'ip, quest'ultima cosa però non c'entra con la visibilità del dominio.

  4. #4
    Webhosting evangelist
    Data Registrazione
    Jun 2006
    Messaggi
    520

    Re: Problemi di connettività?

    Citazione Originariamente Scritto da Dark-Vex Visualizza Messaggio
    Il sito anche se con molta lentezza me lo carica, ed ho fastweb.
    Azz... lento? Uff... Come è possibile ... eppure ho banda 2mb flat... Ho sempre problemi con sta VPS...

    Citazione Originariamente Scritto da danielej Visualizza Messaggio
    ciao,

    a prima vista i dns di pchs.it sono impostati male, cioè, a livello di root nameserve sono registrati
    come ns1.pchs.it e ns2.pchs.it, ma nel soa degli stessi sono ns1.phcs.it e ns2.phcs.it

    poi c'entra poco ma rispondono in modo strano alle richieste di record fuori zona come se fossero ricorsivi ma senza riuscire a risolvere l'ip, quest'ultima cosa però non c'entra con la visibilità del dominio.
    Come li devo modificare per risolvere il problema?

    Grazie mille ragazzi.

  5. #5
    Webhosting evangelist
    Data Registrazione
    Jun 2006
    Messaggi
    520

    Re: Problemi di connettività?

    Per completezza riporto il mio file httpd.conf. (Ho la mod_rewrite attiva all'interno dello stesso file httpd.conf senza utilizzare il file .htaccess)

    Codice:
    ServerType standalone
    ServerRoot "/etc/httpd"
    LockFile /var/run/httpd.lock
    PidFile /var/run/httpd.pid
    ScoreBoardFile logs/apache_runtime_status ResourceConfig /dev/null AccessConfig /dev/null
    Timeout 300
    KeepAlive On
    MaxKeepAliveRequests 100
    KeepAliveTimeout 4
    MinSpareServers 10
    MaxSpareServers 15
    StartServers 10
    MaxClients 150
    MaxRequestsPerChild 1000
     
     
    #LoadModule mmap_static_module modules/mod_mmap_static.so LoadModule vhost_alias_module modules/mod_vhost_alias.so <IfDefine HAVE_BANDWIDTH>
    LoadModule bandwidth_module   modules/mod_bandwidth.so
    </IfDefine>
    <IfDefine HAVE_THROTTLE>
    LoadModule throttle_module    modules/mod_throttle.so
    </IfDefine>
    LoadModule env_module         modules/mod_env.so
    LoadModule config_log_module  modules/mod_log_config.so
    LoadModule agent_log_module   modules/mod_log_agent.so
    LoadModule referer_log_module modules/mod_log_referer.so #LoadModule mime_magic_module  modules/mod_mime_magic.so
    LoadModule mime_module        modules/mod_mime.so
    LoadModule negotiation_module modules/mod_negotiation.so
    LoadModule status_module      modules/mod_status.so
    LoadModule info_module        modules/mod_info.so
    LoadModule includes_module    modules/mod_include.so
    LoadModule autoindex_module   modules/mod_autoindex.so
    LoadModule dir_module         modules/mod_dir.so
    LoadModule cgi_module         modules/mod_cgi.so
    LoadModule asis_module        modules/mod_asis.so
    LoadModule imap_module        modules/mod_imap.so
    LoadModule action_module      modules/mod_actions.so
    #LoadModule speling_module     modules/mod_speling.so
    LoadModule userdir_module     modules/mod_userdir.so
    LoadModule alias_module       modules/mod_alias.so
    LoadModule rewrite_module     modules/mod_rewrite.so
    LoadModule access_module      modules/mod_access.so
    LoadModule auth_module        modules/mod_auth.so
    LoadModule anon_auth_module   modules/mod_auth_anon.so
    #LoadModule db_auth_module     modules/mod_auth_db.so
    #LoadModule auth_any_module    modules/mod_auth_any.so
    #LoadModule dbm_auth_module    modules/mod_auth_dbm.so
    #LoadModule auth_ldap_module   modules/mod_auth_ldap.so
    #LoadModule mysql_auth_module  modules/mod_auth_mysql.so #LoadModule auth_pgsql_module  modules/mod_auth_pgsql.so
    #LoadModule digest_module      modules/mod_digest.so
    #LoadModule proxy_module       modules/libproxy.so
    #LoadModule cern_meta_module   modules/mod_cern_meta.so
    LoadModule expires_module     modules/mod_expires.so
    LoadModule headers_module     modules/mod_headers.so
    #LoadModule usertrack_module   modules/mod_usertrack.so
    #LoadModule example_module     modules/mod_example.so
    #LoadModule unique_id_module   modules/mod_unique_id.so
    LoadModule setenvif_module    modules/mod_setenvif.so
    <IfDefine HAVE_PERL>
    #LoadModule perl_module        modules/libperl.so
    </IfDefine>
    <IfDefine HAVE_PHP>
    LoadModule php_module         modules/mod_php.so
    </IfDefine>
    <IfDefine HAVE_PHP3>
    LoadModule php3_module        modules/libphp3.so
    </IfDefine>
    #<IfDefine HAVE_PHP4>
    #LoadModule php4_module        modules/libphp4.so
    #</IfDefine>
    #LoadModule php4_module        /usr/lib/apache/libphp4.so
    <IfDefine HAVE_DAV>
    LoadModule dav_module         modules/libdav.so
    </IfDefine>
    <IfDefine HAVE_ROAMING>
    LoadModule roaming_module     modules/mod_roaming.so
    </IfDefine>
    ###<IfDefine HAVE_SSL>
    LoadModule ssl_module         modules/libssl.so
    ###</IfDefine>
    <IfDefine HAVE_PUT>
    LoadModule put_module         modules/mod_put.so
    </IfDefine>
    <IfDefine HAVE_PYTHON>
    LoadModule python_module      modules/mod_python.so
    </IfDefine>
    LoadModule php5_module        /usr/lib/apache/libphp5.so
     
    
    ClearModuleList
    #AddModule mod_mmap_static.c
    AddModule mod_vhost_alias.c
    <IfDefine HAVE_BANDWIDTH>
    AddModule mod_bandwidth.c
    </IfDefine>
    <IfDefine HAVE_THROTTLE>
    AddModule mod_throttle.c
    </IfDefine>
    AddModule mod_env.c
    AddModule mod_log_config.c
    AddModule mod_log_agent.c
    AddModule mod_log_referer.c
    #AddModule mod_mime_magic.c
    AddModule mod_mime.c
    AddModule mod_negotiation.c
    AddModule mod_status.c
    AddModule mod_info.c
    AddModule mod_include.c
    AddModule mod_autoindex.c
    AddModule mod_dir.c
    AddModule mod_cgi.c
    AddModule mod_asis.c
    AddModule mod_imap.c
    AddModule mod_actions.c
    #AddModule mod_speling.c
    AddModule mod_userdir.c
    AddModule mod_alias.c
    AddModule mod_rewrite.c
    AddModule mod_access.c
    AddModule mod_auth.c
    AddModule mod_auth_anon.c
    #AddModule mod_auth_db.c
    #AddModule mod_auth_any.c
    #AddModule mod_auth_dbm.c
    #AddModule auth_ldap.c
    #AddModule mod_auth_mysql.c
    #AddModule mod_auth_pgsql.c
    #AddModule mod_digest.c
    #AddModule mod_proxy.c
    #AddModule mod_cern_meta.c
    AddModule mod_expires.c
    AddModule mod_headers.c
    #AddModule mod_usertrack.c
    #AddModule mod_example.c
    #AddModule mod_unique_id.c
    AddModule mod_so.c
    AddModule mod_setenvif.c
    AddModule mod_frontpage.c
    <IfDefine HAVE_PERL>
    #AddModule mod_perl.c
    </IfDefine>
    <IfDefine HAVE_PHP>
    AddModule mod_php.c
    </IfDefine>
    <IfDefine HAVE_PHP3>
    AddModule mod_php3.c
    </IfDefine>
    ###<IfDefine HAVE_PHP4>
    #AddModule mod_php4.c
    ###</IfDefine>
    <IfDefine HAVE_DAV>
    AddModule mod_dav.c
    </IfDefine>
    <IfDefine HAVE_ROAMING>
    AddModule mod_roaming.c
    </IfDefine>
    ###<IfDefine HAVE_SSL>
    AddModule mod_ssl.c
    ###</IfDefine>
    <IfDefine HAVE_PUT>
    AddModule mod_put.c
    </IfDefine>
    <IfDefine HAVE_PYTHON>
    AddModule mod_python.c
    </IfDefine>
    AddModule mod_php5.c
    
    Port xx
    Listen xx
    Listen xxx
    User xxxxxx
    Group xxxxx
    ServerAdmin root@localhost
    DocumentRoot "/var/www/html"
    <Directory />
        Options FollowSymLinks
        AllowOverride All
    </Directory>
    <Directory "/var/www/html">
        Options Indexes FollowSymLinks MultiViews
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>
    AddHandler cgi-script .cgi .pl
    <IfModule mod_userdir.c>
        #UserDir public_html
        UserDir disabled
    </IfModule>
    <Directory /home/*>
        AllowOverride All
        Options -MultiViews -Indexes FollowSymlinks IncludesNoExec +Includes
        <Limit GET POST OPTIONS PROPFIND>
            Order allow,deny
            Allow from all
        </Limit>
        <LimitExcept GET POST OPTIONS PROPFIND>
            Order deny,allow
            Deny from all
        </LimitExcept>
    </Directory>
    <Directory /home/admin/domains/pchs.it/public_html/>
    RewriteEngine On
    RewriteRule ^index\.html /index.php [L]
    RewriteRule ^iup\.html /index.php?ind=hostfile [L]
    RewriteRule [.]*-page\-([0-9]*)\.html /index.php?pid=$1 [L]
    RewriteRule ^downloads\.html /index.php?ind=downloads [L]
    RewriteRule ^downloads\-section\-([0-9]*)\.html /index.php?ind=downloads&op=section_view&idev=$1 [L]
    RewriteRule ^downloads\-section\-([0-9]*)-([0-9]*)\.html /index.php?ind=downloads&op=section_view&idev=$1&order=&st=$2 [L]
    RewriteRule ^downloads\-file\-([0-9]*)\.html /index.php?ind=downloads&op=entry_view&iden=$1 [L]
    RewriteRule ^downloads\-submit\.html /index.php?ind=downloads&op=submit_file [L]
    RewriteRule ^downloads\-addfile\.html /index.php?ind=downloads&op=add_file [L]
    RewriteRule ^downloads\-editfile-([0-9]*)\.html /index.php?ind=downloads&op=update_file&iden=$1 [L]
    RewriteRule ^downloads\-search\.html /index.php?ind=downloads&op=search [L]
    RewriteRule ^downloads\-searchresult\.html /index.php?ind=downloads&op=result_search [L]
    RewriteRule ^downloads\-comment-([0-9]*)\.html /index.php?ind=downloads&op=submit_comment&ide=$1 [L]
    RewriteRule ^downloads\-rate-([0-9]*)\.html /index.php?ind=downloads&op=submit_rate&ide=$1 [L]
    RewriteRule ^downloads\-edit-([0-9]*)\.html /index.php?ind=downloads&op=edit_file&iden=$1 [L]
    RewriteRule ^downloads\-delete-([0-9]*)\.html /index.php?ind=downloads&op=del_file&iden=$1 [L]
    
    RewriteRule ^blog\.html /index.php?ind=blog [L]
    RewriteRule ^blog\-([0-9]*)\.html /index.php?ind=blog&op=home&idu=$1 [L]
    RewriteRule ^blog\-rate-([0-9]*)\.html /index.php?ind=blog&op=submit_rate&ide=$1 [L]
    RewriteRule ^blog\-comment-([0-9]*)-([0-9]*)\.html /index.php?ind=blog&op=home&idu=$1&singlepost=$2 [L]
    RewriteRule ^gallery\.html /index.php?ind=gallery [L]
    RewriteRule ^gallery\-section\-([0-9]*)\.html /index.php?ind=gallery&op=section_view&idev=$1 [L]
    RewriteRule ^gallery\-section\-([0-9]*)-([0-9]*)\.html /index.php?ind=gallery&op=section_view&idev=$1&order=&st=$2 [L]
    RewriteRule ^gallery\-image\-([0-9]*)\.html /index.php?ind=gallery&op=foto_show&ida=$1 [L]
    RewriteRule ^gallery\-search\.html /index.php?ind=gallery&op=search [L]
    RewriteRule ^gallery\-searchresult\.html /index.php?ind=gallery&op=result_search [L]
    RewriteRule ^gallery\-submit\.html /index.php?ind=gallery&op=submit_file [L]
    RewriteRule ^gallery\-addfile\.html /index.php?ind=gallery&op=add_file [L]
    RewriteRule ^gallery\-editfile-([0-9]*)\.html /index.php?ind=gallery&op=update_file&iden=$1 [L]
    RewriteRule ^gallery\-present\.html /index.php?ind=gallery&op=slide_start [L]
    RewriteRule ^gallery\-ecard\-([0-9]*)\.html /index.php?ind=gallery&op=submit_postcard&ide=$1 [L]
    RewriteRule ^gallery\-comment\-([0-9]*)\.html /index.php?ind=gallery&op=submit_comment&ide=$1 [L]
    RewriteRule ^gallery\-rate\-([0-9]*)\.html /index.php?ind=gallery&op=submit_rate&ide=$1 [L]
    RewriteRule ^gallery\-edit\-([0-9]*)\.html /index.php?ind=gallery&op=edit_file&iden=$1 [L]
    RewriteRule ^gallery\-delete\-([0-9]*)\.html /index.php?ind=gallery&op=del_file&iden=$1 [L]
    RewriteRule ^news\.html /index.php?ind=news [L]
    RewriteRule ^news\-section\-([0-9]*)\.html /index.php?ind=news&op=news_show_category&idc=$1 [L]
    RewriteRule ^news\-section\-([0-9]*)-([0-9]*)\.html /index.php?ind=news&op=news_show_category&idc=$1&order=&st=$2 [L]
    RewriteRule ^news\-([0-9]*)\.html /index.php?ind=news&op=news_show_single&ide=$1 [L]
    RewriteRule ^news\-submit\.html /index.php?ind=news&op=submit_news [L]
    RewriteRule ^news\-addnews\.html /index.php?ind=news&op=reg_data [L]
    RewriteRule ^news\-editnews-([0-9]*)\.html /index.php?ind=news&op=update_news&idnews=$1 [L]
    RewriteRule ^news\-search\.html /index.php?ind=news&op=search [L]
    RewriteRule ^news\-searchresult\.html /index.php?ind=news&op=result_search [L]
    RewriteRule ^news\-edit\-([0-9]*)\.html /index.php?ind=news&op=edit&idnews=$1 [L]
    RewriteRule ^news\-delete\-([0-9]*)\.html /index.php?ind=news&op=delete&idnews=$1 [L]
    RewriteRule ^news\-comment\-([0-9]*)\.html /index.php?ind=news&op=submit_comment&idnews=$1 [L]
    
    RewriteRule ^topsite\.html /index.php?ind=topsite [L]
    RewriteRule ^site\-([0-9]*)\.html /index.php?ind=topsite&op=click_site&idb=$1 [L]
    RewriteRule ^rate-site\-([0-9]*)\.html /index.php?ind=topsite&op=submit_rate&ide=$1 [L]
    RewriteRule ^topsite-submit\.html /index.php?ind=topsite&op=submit_site [L]
    RewriteRule ^reviews\.html /index.php?ind=reviews [L]
    RewriteRule ^reviews\-section\-([0-9]*)\.html /index.php?ind=reviews&op=section_view&idev=$1 [L]
    RewriteRule ^reviews\-section\-([0-9]*)-([0-9]*)\.html /index.php?ind=reviews&op=section_view&idev=$1&order=&st=$2 [L]
    RewriteRule ^reviews\-([0-9]*)\.html /index.php?ind=reviews&op=entry_view&iden=$1 [L]
    RewriteRule ^reviews\-([0-9]*)-([0-9]*)\.html /index.php?ind=reviews&op=entry_view&iden=$1&subpage=$2 [L]
    RewriteRule ^reviews\-search\.html /index.php?ind=reviews&op=search [L]
    RewriteRule ^reviews\-searchresult\.html /index.php?ind=reviews&op=result_search [L]
    RewriteRule ^reviews\-submit\.html /index.php?ind=reviews&op=submit_file [L]
    RewriteRule ^reviews\-submitfile\.html /index.php?ind=reviews&op=submit_file1 [L]
    RewriteRule ^reviews\-addfile\.html /index.php?ind=reviews&op=add_file [L]
    RewriteRule ^reviews\-editfile-([0-9]*)\.html /index.php?ind=reviews&op=update_file&iden=$1 [L]
    RewriteRule ^reviews\-comment\-([0-9]*)\.html /index.php?ind=reviews&op=submit_comment&ide=$1 [L]
    RewriteRule ^reviews\-rate\-([0-9]*)\.html /index.php?ind=reviews&op=submit_rate&ide=$1 [L]
    RewriteRule ^reviews\-edit\-([0-9]*)\.html /index.php?ind=reviews&op=edit_file&iden=$1 [L]
    RewriteRule ^reviews\-delete\-([0-9]*)\.html /index.php?ind=reviews&op=del_file&iden=$1 [L]
    RewriteRule ^quote\.html /index.php?ind=quote [L]
    RewriteRule ^quote\-submit\.html /index.php?ind=quote&op=submit_quote [L]
    RewriteRule ^chat\.html /index.php?ind=chat [L]
    RewriteRule ^staff\.html /index.php?ind=staff [L]
    RewriteRule ^contact\.html /index.php?ind=contact [L]
    RewriteRule ^shoutbox\.html /index.php?ind=urlobox [L]
    RewriteRule ^shoutbox-delete-([0-9]*)\.html /index.php?ind=urlobox&op=delete&idurlo=$1[L]
    RewriteRule ^websites\.html /index.php?ind=websites [L]
    RewriteRule ^websites\-section\-([0-9]*)\.html /index.php?ind=websites&op=section_view&idev=$1 [L]
    RewriteRule ^websites\-section\-([0-9]*)-([0-9]*)\.html /index.php?ind=websites&op=section_view&idev=$1&order=&st=$2 [L]
    RewriteRule ^websites\-([0-9]*)\.html /index.php?ind=websites&op=entry_view&iden=$1 [L]
    RewriteRule ^websites\-search\.html /index.php?ind=websites&op=search [L]
    RewriteRule ^websites\-searchresult\.html /index.php?ind=websites&op=result_search [L]
    RewriteRule ^websites\-submit\.html /index.php?ind=websites&op=submit_file [L]
    RewriteRule ^websites\-submitsite\.html /index.php?ind=websites&op=submit_file1 [L]
    RewriteRule ^websites\-addsite\.html /index.php?ind=websites&op=add_file [L]
    RewriteRule ^websites\-editsite-([0-9]*)\.html /index.php?ind=websites&op=update_file&iden=$1 [L]
    RewriteRule ^websites\-comment\-([0-9]*)\.html /index.php?ind=websites&op=submit_comment&ide=$1 [L]
    RewriteRule ^websites\-rate\-([0-9]*)\.html /index.php?ind=websites&op=submit_rate&ide=$1 [L]
    RewriteRule ^websites\-edit\-([0-9]*)\.html /index.php?ind=websites&op=edit_file&iden=$1 [L]
    RewriteRule ^websites\-delete\-([0-9]*)\.html /index.php?ind=websites&op=del_file&iden=$1 [L]
    RewriteRule ^websites\-badlink\-([0-9]*)\.html /index.php?ind=websites&op=submit_badlink&ide=$1 [L]
    RewriteRule ^articoli\.html /index.php?ind=articoli [L]
    RewriteRule ^articoli\-section\-([0-9]*)\.html /index.php?ind=articoli&op=section_view&idev=$1 [L]
    RewriteRule ^articoli\-section\-([0-9]*)-([0-9]*)\.html /index.php?ind=articoli&op=section_view&idev=$1&order=&st=$2 [L]
    RewriteRule ^articoli\-([0-9]*)\.html /index.php?ind=articoli&op=entry_view&iden=$1 [L]
    RewriteRule ^articoli\-search\.html /index.php?ind=articoli&op=search [L]
    RewriteRule ^articoli\-searchresult\.html /index.php?ind=articoli&op=result_search [L]
    RewriteRule ^articoli\-submit\.html /index.php?ind=articoli&op=submit_file [L]
    RewriteRule ^articoli\-submitfile\.html /index.php?ind=articoli&op=submit_file1 [L]
    RewriteRule ^articoli\-addsite\.html /index.php?ind=articoli&op=add_file [L]
    RewriteRule ^articoli\-editfile-([0-9]*)\.html /index.php?ind=articoli&op=update_file&iden=$1 [L]
    RewriteRule ^articoli\-comment\-([0-9]*)\.html /index.php?ind=articoli&op=submit_comment&ide=$1 [L]
    RewriteRule ^articoli\-rate\-([0-9]*)\.html /index.php?ind=articoli&op=submit_rate&ide=$1 [L]
    RewriteRule ^articoli\-edit\-([0-9]*)\.html /index.php?ind=articoli&op=edit_file&iden=$1 [L]
    RewriteRule ^articoli\-delete\-([0-9]*)\.html /index.php?ind=articoli&op=del_file&iden=$1 [L]
    RewriteCond %{HTTP_HOST} !^www\.pchs\.it
    RewriteRule (.*) http://www.pchs.it/$1 [R=301,L]
    </Directory>
    <Directory /home/admin/domains/pchs.it/public_html/forums/>
    RewriteEngine On
    RewriteBase /forums
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1 [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
    </Directory>
    <IfModule mod_dir.c>
        DirectoryIndex index.html index.htm index.shtml index.php index.php4 index.php3 index.phtml index.cgi
    </IfModule>
    AccessFileName .htaccess
    <Files ~ "^\.ht">
        Order allow,deny
        Deny from all
        Satisfy All
    </Files>
    UseCanonicalName Off
    <IfModule mod_mime.c>
        TypesConfig /etc/mime.types
    </IfModule>
    DefaultType text/plain
    <IfModule mod_mime_magic.c>
    #   MIMEMagicFile /usr/share/magic.mime
        MIMEMagicFile conf/magic
    </IfModule>
    HostnameLookups Off
    ErrorLog logs/error_log
    LogLevel warn
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    LogFormat "%{Referer}i -> %U" referer
    LogFormat "%{User-agent}i" agent
    LogFormat "%b" bytes
    CustomLog logs/access_log combined
    ServerSignature On
    ######
    # Uncomment this next bit if you need to
    # see the apache status of all incoming
    # connections 
    #
    #ExtendedStatus On
    #<Location /httpd-status>
    #SetHandler server-status
    #</Location>
    #
    #######
    <IfModule mod_alias.c>
        Alias /icons/ "/var/www/icons/"
        <Directory "/var/www/icons">
            Options Indexes MultiViews
            AllowOverride None
            Order allow,deny
            Allow from all
        </Directory>
        Alias /server-images/ "/var/www/html/images/"
        <Directory "/var/www/html/images">
            Options Indexes MultiViews
            AllowOverride None
            Order allow,deny
            Allow from all
        </Directory>
        #ScriptAlias /cgi-sbin/ "/var/www/cgi-bin/"
        <Directory "/var/www/cgi-sbin">
            AllowOverride None
            Options None
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>
    
    <IfModule mod_autoindex.c>
        IndexOptions FancyIndexing NameWidth=*
        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^^
        DefaultIcon /icons/unknown.gif
        #AddDescription "GZIP compressed document" .gz
        #AddDescription "tar archive" .tar
        #AddDescription "GZIP compressed tar archive" .tgz
        ReadmeName README
        HeaderName HEADER
        IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
    </IfModule>
    <IfModule mod_mime.c>
        AddEncoding x-compress Z
        AddEncoding x-gzip gz tgz
        AddLanguage da .dk
        AddLanguage nl .nl
        AddLanguage en .en
        AddLanguage et .ee
        AddLanguage fr .fr
        AddLanguage de .de
        AddLanguage el .el
        AddLanguage he .he
        AddCharset ISO-8859-8 .iso8859-8
        AddLanguage it .it
        AddLanguage ja .ja
        AddCharset ISO-2022-JP .jis
        AddLanguage kr .kr
        AddCharset ISO-2022-KR .iso-kr
        AddLanguage nn .nn
        AddLanguage no .no
        AddLanguage pl .po
        AddCharset ISO-8859-2 .iso-pl
        AddLanguage pt .pt
        AddLanguage pt-br .pt-br
        AddLanguage ltz .lu
        AddLanguage ca .ca
        AddLanguage es .es
        AddLanguage sv .se
        AddLanguage cz .cz
        AddLanguage ru .ru
        AddLanguage zh-tw .tw
        AddLanguage tw .tw
        AddCharset Big5         .Big5    .big5
        AddCharset WINDOWS-1251 .cp-1251
        AddCharset CP866        .cp866
        AddCharset ISO-8859-5   .iso-ru
        AddCharset KOI8-R       .koi8-r
        AddCharset UCS-2        .ucs2
        AddCharset UCS-4        .ucs4
        AddCharset UTF-8        .utf8
        <IfModule mod_negotiation.c>
            LanguagePriority en da nl et fr de el it ja kr no pl pt pt-br ru ltz ca es sv tw
        </IfModule>
        AddType application/x-tar .tgz
        <IfModule mod_php5.c>
            AddHandler application/x-httpd-php .inc .php .php5 .php4 .php3 .phtml
            AddHandler application/x-httpd-php-source .phps
        </IfModule>
        <IfModule mod_php3.c>
            AddHandler application/x-httpd-php3 .php3
            AddHandler application/x-httpd-php3-source .phps
        </IfModule>
        <IfModule mod_php.c>
            AddHandler application/x-httpd-php .phtml
        </IfModule>
        AddHandler cgi-script .cgi .pl
        AddType text/html .shtml
        AddHandler server-parsed .shtml
        #AddHandler send-as-is asis
        AddHandler imap-file map
        #AddHandler type-map var
    </IfModule>
    <IfModule mod_setenvif.c>
        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
    </IfModule>
    Alias /doc/ /usr/share/doc/
    <Directory /usr/share/doc>
        order deny,allow
        deny from all
        allow from localhost .localdomain
        Options Indexes FollowSymLinks
    </Directory>
    ###<IfDefine HAVE_SSL>
    AddType application/x-x509-ca-cert .crt
    AddType application/x-pkcs7-crl    .crl
    ###</IfDefine>
    <IfModule mod_ssl.c>
    #   Pass Phrase Dialog:
    #   Configure the pass phrase gathering process.
    #   The filtering dialog program (`builtin' is a internal
    #   terminal dialog) has to provide the pass phrase on stdout.
    SSLPassPhraseDialog  builtin
    #   Inter-Process Session Cache:
    #   Configure the SSL Session Cache: First the mechanism 
    #   to use and second the expiring timeout (in seconds).
    SSLSessionCache        none
    #SSLSessionCache        shmht:logs/ssl_scache(512000)
    #SSLSessionCache        shmcb:logs/ssl_scache(512000)
    #SSLSessionCache         dbm:logs/ssl_scache
    SSLSessionCacheTimeout  300
    #   Semaphore:
    #   Configure the path to the mutual exclusion semaphore the
    #   SSL engine uses internally for inter-process synchronization. 
    SSLMutex  file:logs/ssl_mutex
    #   Pseudo Random Number Generator (PRNG):
    #   Configure one or more sources to seed the PRNG of the 
    #   SSL library. The seed data should be of good random quality.
    #   WARNING! On some platforms /dev/random blocks if not enough entropy
    #   is available. This means you then cannot use the /dev/random device
    #   because it would lead to very long connection times (as long as
    #   it requires to make more entropy available). But usually those
    #   platforms additionally provide a /dev/urandom device which doesn't
    #   block. So, if available, use this one instead. Read the mod_ssl User
    #   Manual for more details.
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    #SSLRandomSeed startup file:/dev/random  512
    #SSLRandomSeed startup file:/dev/urandom 512
    #SSLRandomSeed connect file:/dev/random  512
    #SSLRandomSeed connect file:/dev/urandom 512
    #   Logging:
    #   The home of the dedicated SSL protocol logfile. Errors are
    #   additionally duplicated in the general error log file.  Put
    #   this somewhere where it cannot be used for symlink attacks on
    #   a real server (i.e. somewhere where only root can write).
    #   Log levels are (ascending order: higher ones include lower ones):
    #   none, error, warn, info, trace, debug.
    SSLLog      logs/ssl_engine_log
    SSLLogLevel error
    </IfModule>
    ###<IfDefine HAVE_SSL>
    ##
    ## SSL Virtual Host Context
    ##
    <VirtualHost _default_:xxx>
    ErrorLog logs/error_log
    TransferLog logs/access_log
    #   SSL Engine Switch:
    #   Enable/Disable SSL for this virtual host.
    SSLEngine on
    #   SSL Cipher Suite:
    #   List the ciphers that the client is permitted to negotiate.
    #   See the mod_ssl documentation for a complete list.
    #SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
    #   Server Certificate:
    #   Point SSLCertificateFile at a PEM encoded certificate.  If
    #   the certificate is encrypted, then you will be prompted for a
    #   pass phrase.  Note that a kill -HUP will prompt again. A test
    #   certificate can be generated with `make certificate' under
    #   built time. Keep in mind that if you've both a RSA and a DSA
    #   certificate you can configure both in parallel (to also allow
    #   the use of DSA ciphers, etc.)
    SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
    #SSLCertificateFile /etc/httpd/conf/ssl.crt/server-dsa.crt
    #   Server Private Key:
    #   If the key is not combined with the certificate, use this
    #   directive to point at the key file.  Keep in mind that if
    #   you've both a RSA and a DSA private key you can configure
    #   both in parallel (to also allow the use of DSA ciphers, etc.)
    SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
    #SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server-dsa.key
    #   Server Certificate Chain:
    #   Point SSLCertificateChainFile at a file containing the
    #   concatenation of PEM encoded CA certificates which form the
    #   certificate chain for the server certificate. Alternatively
    #   the referenced file can be the same as SSLCertificateFile
    #   when the CA certificates are directly appended to the server
    #   certificate for convinience.
    #SSLCertificateChainFile /etc/httpd/conf/ssl.crt/ca.crt
    #   Certificate Authority (CA):
    #   Set the CA certificate verification path where to find CA
    #   certificates for client authentication or alternatively one
    #   huge file containing all of them (file must be PEM encoded)
    #   Note: Inside SSLCACertificatePath you need hash symlinks
    #         to point to the certificate files. Use the provided
    #         Makefile to update the hash symlinks after changes.
    #SSLCACertificatePath /etc/httpd/conf/ssl.crt
    #SSLCACertificateFile /etc/httpd/conf/ssl.crt/ca-bundle.crt
    #   Certificate Revocation Lists (CRL):
    #   Set the CA revocation path where to find CA CRLs for client
    #   authentication or alternatively one huge file containing all
    #   of them (file must be PEM encoded)
    #   Note: Inside SSLCARevocationPath you need hash symlinks
    #         to point to the certificate files. Use the provided
    #         Makefile to update the hash symlinks after changes.
    #SSLCARevocationPath /etc/httpd/conf/ssl.crl
    #SSLCARevocationFile /etc/httpd/conf/ssl.crl/ca-bundle.crl
    #   Client Authentication (Type):
    #   Client certificate verification type and depth.  Types are
    #   none, optional, require and optional_no_ca.  Depth is a
    #   number which specifies how deeply to verify the certificate
    #   issuer chain before deciding the certificate is not valid.
    #SSLVerifyClient require
    #SSLVerifyDepth  10
    #   Access Control:
    #   With SSLRequire you can do per-directory access control based
    #   on arbitrary complex boolean expressions containing server
    #   variable checks and other lookup directives.  The syntax is a
    #   mixture between C and Perl.  See the mod_ssl documentation
    #   for more details.
    #<Location />
    #SSLRequire (    %{SSL_CIPHER} !~ m/^(EXP|NULL)/ \
    #            and %{SSL_CLIENT_S_DN_O} eq "Snake Oil, Ltd." \
    #            and %{SSL_CLIENT_S_DN_OU} in {"Staff", "CA", "Dev"} \
    #            and %{TIME_WDAY} >= 1 and %{TIME_WDAY} <= 5 \
    #            and %{TIME_HOUR} >= 8 and %{TIME_HOUR} <= 20       ) \
    #           or %{REMOTE_ADDR} =~ m/^192\.76\.162\.[0-9]+$/
    #</Location>
    #   SSL Engine Options:
    #   Set various options for the SSL engine.
    #   o FakeBasicAuth:
    #     Translate the client X.509 into a Basic Authorisation.  This means that
    #     the standard Auth/DBMAuth methods can be used for access control.  The
    #     user name is the `one line' version of the client's X.509 certificate.
    #     Note that no password is obtained from the user. Every entry in the user
    #     file needs this password: `xxj31ZMTZzkVA'.
    #   o ExportCertData:
    #     This exports two additional environment variables: SSL_CLIENT_CERT and
    #     SSL_SERVER_CERT. These contain the PEM-encoded certificates of the
    #     server (always existing) and the client (only existing when client
    #     authentication is used). This can be used to import the certificates
    #     into CGI scripts.
    #   o StdEnvVars:
    #     This exports the standard SSL/TLS related `SSL_*' environment variables.
    #     Per default this exportation is switched off for performance reasons,
    #     because the extraction step is an expensive operation and is usually
    #     useless for serving static content. So one usually enables the
    #     exportation for CGI and SSI requests only.
    #   o CompatEnvVars:
    #     This exports obsolete environment variables for backward compatibility
    #     to Apache-SSL 1.x, mod_ssl 2.0.x, Sioux 1.0 and Stronghold 2.x. Use this
    #     to provide compatibility to existing CGI scripts.
    #   o StrictRequire:
    #     This denies access when "SSLRequireSSL" or "SSLRequire" applied even
    #     under a "Satisfy any" situation, i.e. when it applies access is denied
    #     and no other module can change it.
    #   o OptRenegotiate:
    #     This enables optimized SSL connection renegotiation handling when SSL
    #     directives are used in per-directory context. 
    #SSLOptions +FakeBasicAuth +ExportCertData +CompatEnvVars +StrictRequire
    <Files ~ "\.(cgi|shtml|phtml|php3?)$">
        SSLOptions +StdEnvVars
    </Files>
    <Directory "/var/www/cgi-bin">
        SSLOptions +StdEnvVars
    </Directory>
    SetEnvIf User-Agent ".*MSIE.*" \
             nokeepalive ssl-unclean-shutdown \
             downgrade-1.0 force-response-1.0
    #   Per-Server Logging:
    #   The home of a custom SSL log file. Use this when you want a
    #   compact non-error SSL logfile on a virtual host basis.
    CustomLog logs/ssl_request_log \
              "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
    </VirtualHost>                                  
    ###</IfDefine>
     
    #Start DirectAdmin Settings
    Alias /config /var/www/html/redirect.php
    Alias /phpMyAdmin /var/www/html/phpMyAdmin/
    Alias /phpmyadmin /var/www/html/phpMyAdmin/
    Alias /webmail /var/www/html/webmail/
    Alias /squirrelmail /var/www/html/squirrelmail/
    ErrorDocument 400 /400.shtml
    ErrorDocument 401 /401.shtml
    ErrorDocument 403 /403.shtml
    ErrorDocument 404 /404.shtml
    ErrorDocument 500 /500.shtml
    #All NameVirtualHost lines are in this file
    #Don't remove this line or apache will generate errors.
    Include /etc/httpd/conf/ips.conf
    LogFormat "%b \"%r\"" homedir
    #The default site for the server.
    <VirtualHost 194.177.98.211:80>
     ServerAdmin webmaster@vps.phcs.it
     AliasMatch ^/~([^/]+)(/.*)* /home/$1/public_html$2
     DocumentRoot /var/www/html
     ServerName localhost
     ScriptAlias /cgi-bin/ /var/www/cgi-bin/
     CustomLog /var/log/httpd/homedir.log homedir
    </VirtualHost>
    <VirtualHost 194.177.98.211:443>
            ServerName localhost 
            ServerAdmin webmaster@vps.phcs.it
     AliasMatch ^/~([^/]+)(/.*)* /home/$1/public_html$2
            DocumentRoot /var/www/html
            ScriptAlias /cgi-bin/ /var/www/cgi-bin/
            SSLEngine on
     SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
            SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
     CustomLog /var/log/httpd/homedir.log homedir
    </VirtualHost>
    
    Include /usr/local/directadmin/data/users/admin/httpd.conf

  6. #6
    Provider L'avatar di danielej
    Data Registrazione
    Oct 2006
    Località
    Milano
    Messaggi
    490

    Re: Problemi di connettività?

    per l'errore di scrittura phcs invece che pchs dovresti modificare il file di configurazione della zona, oppure se usi un pannello di controllo per i DNS dovrebbe esserci una voce SOA o "Start of authority".

    per il comportamento con la ricorsione non so, come dovrebbe comportarsi il server dns? anche li la cosa va verificata nei file di configurazione.

  7. #7
    Ste
    Ste non è collegato
    HT Admin L'avatar di Ste
    Data Registrazione
    Feb 2006
    Località
    Italia
    Messaggi
    7,051

    Re: Problemi di connettività?

    se non riesce a raggiungere il sito il problema puo essere nei dns, difficilmente nella configurazione della vps...in ogni caso io navigo tranquillamente e anche in modo se non veloce, normale, apertura pagina in 1/2 secondi
    Hai un progetto o un servizio hosting che reputi interessante? Scrivi a HostingTalk.it e raccontaci tutto.
    Segnalazioni e news: info@hostingtalk.it

    Segui HostingTalk.it su FACEBOOK!

    @twitter | Hosting News | Offerte Hosting | Recensioni hosting

  8. #8
    Webhosting evangelist
    Data Registrazione
    Jun 2006
    Messaggi
    520

    Re: Problemi di connettività?

    Ma quel vps.phcs.it lo vedo eliminare? Ho paura che eliminandolo elimino la visibilit&#224; del sito:



    Ma poi dico io.. chi cavolo ha messo quel phcs al posto di pchs? Io non mi ricordo di aver toccato nulla.... mah...

  9. #9
    Webhosting evangelist
    Data Registrazione
    Jun 2006
    Messaggi
    520

    Re: Problemi di connettività?

    Citazione Originariamente Scritto da Ste Visualizza Messaggio
    se non riesce a raggiungere il sito il problema puo essere nei dns, difficilmente nella configurazione della vps...in ogni caso io navigo tranquillamente e anche in modo se non veloce, normale, apertura pagina in 1/2 secondi
    Ma il punto è che se nagiva sotto proxy ci riesce...Come è possibile che se naviga sotto proxy va bene, mentre normalmente gli dice: host sconosciuto

  10. #10
    Provider L'avatar di danielej
    Data Registrazione
    Oct 2006
    Località
    Milano
    Messaggi
    490

    Re: Problemi di connettività?

    ehm, la situazione è poco chiara..

    l'errore phcs.it è un po ovunque, allora nei root nameserver sono riferiti come ns gli ip della vps, quindi le query finiscono verso il nameserver della vps,

    l'errore non si dovrebbe vedere perchè la risoluzione in pratica si fa tramite glue record, quindi l'errore di host sconosciuto non dovrebbe esserci, andrebbe fatto qualche controllo in più cmq per ora ti direi di correggere i primi errori.

    visto che c'e' una zona "vps.phcs.it" delegata sempre ai dns "ns1.phcs.it" e "ns2.phcs.it" andrà corretto il nome anche li. vps.pchs.it doveva essere davvero una zona a parte oppure ti serviva un normale a record?

    Poi dovresti modificare la zona "pchs.it" e cambiare i valori dei nameserver, nell'httpd.conf c'e' un errore di scrittura ma è in un punto non critico (serveradmin) ma non vorrei ci fosse qualche errore anche da altre parti

  11. #11
    HTastinator
    Data Registrazione
    Mar 2006
    Località
    Senigallia (AN)
    Messaggi
    417

    Re: Problemi di connettività?

    Codice:
    sed -i s/phcs/pchs/g /etc/bind/pchs.it.db
    /etc/init.d/bind9 restart
    Poi inoltre per correttezza, come ti ha detto danielej, dovresti correggere il valore di ServerAdmin.

    Infine dovresti sistemare i DNS settati come default su DA come ns1/ns2.phcs.it (per eventuali nuovi domini) e anche l'hostname di sistema da vps.phcs.it a vps.pchs.it (riferimenti /etc/hosts e /etc/HOSTNAME).

    Per quanto riguarda la zona vps.phcs.it (che dovrebbe essere vps.pchs.it) puoi cancellarla e creare il record "vps" (di tipo A) con valore l'IP primario del tuo server, sulla zona del tuo dominio (pchs.it).

    Ciao

    P.S.: Il tuo sito cmq non pare avere problemi, tranne la lentezza di caricamento che non dipende dai DNS (che pare che rispondano correttamente e velocemente alle query) ma in ogni caso &#232; bene che tu sistemi tutti gli hostname sbagliati sul tuo sistema per evitare problemi futuri.

  12. #12
    Webhosting evangelist
    Data Registrazione
    Jun 2006
    Messaggi
    520

    Re: Problemi di connettività?

    Raga, ho sistemato il tutto e ora l'utente mi ha detto che riesce a connettersi.

    Comunque dopo aver corretto tutto sono entrato nel pannello di gestione della vps di SeFlow e guardate qui:



    E' proprio SeFlow che ha messo tutto sballato... uff... Provvedo a contattarli immediatamente!

    In ogni caso questa &#232; la mia configurazione, potreste dargli un occhiatina per vedere se &#232; tutto ok?



    Inoltre come ho detto sopra, ho provveduto a sostituire le 2 occorrenze di phcs nel file httpd.conf con pchs.

    Volevo sapere se devo verificare qualche altro file.

    In ogni caso non caso non capisco perch&#232; il sito va lento... cosa dovrei controllare? Com'&#232; possibile che sia lento se sono su SeFlow su una VPS con 512MB di ram, con 2mb di banda flat e con pochi visitatori online?

    Io ho cercato di ottimizzare tutto... Cosa pu&#242; essere che non va?

    Grazie mille per la vostra pazienza.

  13. #13
    Webhosting Guru L'avatar di andrea.paiola
    Data Registrazione
    Jul 2006
    Località
    Torino - Milano
    Messaggi
    3,468

    Re: Problemi di connettività?

    Citazione Originariamente Scritto da pchs Visualizza Messaggio
    In ogni caso non caso non capisco perch&#232; il sito va lento... cosa dovrei controllare? Com'&#232; possibile che sia lento se sono su SeFlow su una VPS con 512MB di ram, con 2mb di banda flat e con pochi visitatori online?

    Io ho cercato di ottimizzare tutto... Cosa pu&#242; essere che non va?
    ma che software ci gira sopra?

    cosa si intende con "gira lento"? la generazione delle pagine?

  14. #14
    Utente Moderatore L'avatar di Alex
    Data Registrazione
    Aug 2006
    Messaggi
    2,365

    Re: Problemi di connettività?

    ho controllato ora da fastweb e mi pare tutt'altro che lento
    Il miglior sito italiano su winning eleven e pro evolution soccer
    Ubuntu è una antica parola africana che significa: "Non so installare Debian"

  15. #15
    HT Member
    Data Registrazione
    Mar 2006
    Messaggi
    34

    Re: Problemi di connettività?

    confermo &#232; una scheggia.

Pagina 1 di 3 123 UltimaUltima

Discussioni Simili

  1. Gestione problemi di connettività VPS ...Ero abituato male...
    Di 444523 nel forum VPS - Virtual Private Server
    Risposte: 20
    Ultimo Messaggio: 26-08-2010, 12:41
  2. HostingVirtuale: VPS Xen con 128 MB di Ram e una connettività eccellente
    Di Redazione HostingTalk nel forum Virtual Private Server
    Risposte: 4
    Ultimo Messaggio: 14-10-2009, 17:59
  3. Connettività Tiscali
    Di CoolNetwork nel forum Off-Topic
    Risposte: 5
    Ultimo Messaggio: 23-02-2009, 14:32
  4. problemi connettività
    Di walM nel forum L'OTInformatico
    Risposte: 7
    Ultimo Messaggio: 17-02-2008, 20:47
  5. Problemi di connettività. Cosa consigliate?
    Di greio nel forum WebHosting - Primi passi
    Risposte: 12
    Ultimo Messaggio: 26-10-2007, 11:14

Informazioni Discussione

Utenti che Stanno Visualizzando Questa Discussione

Ci sono attualmente 1 utenti che stanno visualizzando questa discussione. (0 utenti e 1 ospiti)

Tag per Questa Discussione

Segnalibri

Permessi di Scrittura

  • Tu non puoi inviare nuove discussioni
  • Tu non puoi inviare risposte
  • Tu non puoi inviare allegati
  • Tu non puoi modificare i tuoi messaggi
  •