Anthony Briand a écrit 2 commentaires

  • [^] # Re: Probleme d'accès a mon serveur web depuis internet

    Posté par  . En réponse au message Probleme d'accès a mon serveur web depuis internet. Évalué à 1.

    1) dans mon dossier cible c'est a dire /var/www/nom.du.repertoire je n'ai pas de fichier .httpaccess ni de .htaccess ou tout autre fichier de securité.

    2)dans httpd.conf qui se trouve dans /usr/local/apach2/conf j'ai :

    # First, we configure the "default" to be a very restrictive set of
    # features.
    #
    <Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Deny from all
    </Directory>

    #
    # Note that from this point forward you must specifically allow
    # particular features to be enabled - so if something's not working as
    # you might expect, make sure that you have specifically enabled it
    # below.
    #

    #
    # This should be changed to whatever you set DocumentRoot to.
    #
    <Directory "/var/www/mangatux">
    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    #
    # The Options directive is both complicated and important. Please see
    # http://httpd.apache.org/docs/2.2/mod/core.html#options
    # for more information.
    #
    Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    # Options FileInfo AuthConfig Limit
    #
    AllowOverride None

    #
    # Controls who can get stuff from this server.
    #
    Order allow,deny
    Allow from all

    </Directory>
  • [^] # Re: Probleme d'accès a mon serveur web depuis internet

    Posté par  . En réponse au message Probleme d'accès a mon serveur web depuis internet. Évalué à 1.

    1)Depuis chez moi il n'y a aucun probleme je peut y acceder meme quand je tape les noms de domaine de DynDNS et de No-ip.

    2)Je suis connecter directement au modem c'est un thomson speedtouch v510 ethernet mon FAI est wanadoo

    3)Alors la aucune idee je ne sait pas si elle supporte l'option :D

    4)Oui mais je laisse passé les connection http ssl et ftp

    pour apache je l'ai installer a partir des source, pour php c'est pareille ainsi que pour mysql.

    voila il faut plus de precision faite le moi savoir enjoy :D

    Acidspike