Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 05/08/2016, à 10:55

BrunoH

Access forbidden! Error 403 avec Xampp

Bonjours à tous,

Étant en déplacement, je gère mes trois site perso sur l'ordi professionnel équipé de Windows, afin d’éviter de me promener deux PC.
Des collègues trouvant cela  anormal, je décide donc de repasser sur mon PC avec ubuntu 12,04 et d’y installer Xampp. Dans mon home j’ai un dossier monsiteweb contenant le dossier www, qui lui contient les dossiers site1, site2, site3


je me suis télécharger la version xampp-linux-5.5.37-0, et je l'ai enregistré sur mon bureau. Je lance l'installation via un terminal en ayant pris soin de mettre le fichier à l'aide du clic droit à être exécuté comme un programme.

Dans un terminal:

cd ~/Bureau
sudo ./xampp-linux-5.5.37-0-installer.run

L'installation de Xampp démarre, après quelques minute,
à la fin de l'installation, je lance Xampp en laissant la croix cochée.

Jusque là l'installation es OK, il n(y as que "Apache Web Server" de démarré.

Je le stop toujours dans le terminal.

sudo /opt/lampp/lampp stop

je modifie /opt/lampp/etc/httpd.conf à l'aide de geany:

sudo geany /opt/lampp/etc/httpd.conf

et à la ligne 482, je modifier le :

# User home directories
#Include etc/extra/httpd-userdir.conf

en :

# User home directories
Include etc/extra/httpd-userdir.conf

et éventuellement dans httpd-userdir.conf spécifier le nom et le dossier home souhaité à la ligne 229-230

Je remplace:

DocumentRoot "/opt/lampp/htdocs"
<Directory "/opt/lampp/htdocs">

Par

DocumentRoot "/home/bruno/MonSiteWeb/www"
<Directory "/home/bruno/MonSiteWeb/www">

J'enregistre en fermant, puis démarre Xampp

sudo /opt/lampp/lampp start

Tout est OK, (MySQL, ProFTPD et Apache sont en vert)

J'efface index.php de /opt/lampp/htdocs

sudo rm /opt/lampp/htdocs/index.php

Je donne les droit d'acces à mon dossier www:

sudo chmod -R 777 ~/MonSiteWeb/www

Et Là Access forbidden! Error 403.

Depuis hier après midi que j’épluche le web en faisant toutes sorte de manip.
Aidez moi SVP, l’installation de Xampp est propre, et j’ai appliqué ce qui est au dessus.

Ou est mon erreur ???

Hors ligne

#2 Le 05/08/2016, à 11:25

Filador

Re : Access forbidden! Error 403 avec Xampp

Bonjour,

A première vue, les droits d'exécutions seuls ne suffisent pas, il faudrait regarder l'utilisateur créé par Xampp pour l'ajouter en tant qu'utilisateur propriétaire du dossier avec le commande "chown".

sudo chown <utilisateurXampp> -R ~/MonSiteWeb/www

Si je peux me permettre, un chmod 777 est beaucoup trop dangereux en terme de sécurité, à toi de gérer l'utilisateur et le groupe avec les droits de lecture et d'exécution, pourquoi pas d'écriture si tu fais de l'upload, ou, des scripts qui modifient un ou plusieurs contenus à l'intérieur de ton serveur web, pour ce qui est des "autres" correspondant au troisième chiffre de ta commande, ils peuvent rester à 4 pour une lecture seule.

Hors ligne

#3 Le 05/08/2016, à 11:41

BrunoH

Re : Access forbidden! Error 403 avec Xampp

Filador a écrit :

Bonjour,

A première vue, les droits d'exécutions seuls ne suffisent pas, il faudrait regarder l'utilisateur créé par Xampp pour l'ajouter en tant qu'utilisateur propriétaire du dossier avec le commande "chown".

sudo chown <utilisateurXampp> -R ~/MonSiteWeb/www

Si je peux me permettre, un chmod 777 est beaucoup trop dangereux en terme de sécurité, à toi de gérer l'utilisateur et le groupe avec les droits de lecture et d'exécution, pourquoi pas d'écriture si tu fais de l'upload, ou, des scripts qui modifient un ou plusieurs contenus à l'intérieur de ton serveur web, pour ce qui est des "autres" correspondant au troisième chiffre de ta commande, ils peuvent rester à 4 pour une lecture seule.

Pour "il faudrait regarder l'utilisateur créé par Xampp", je dois proceder comment ?

Hors ligne

#4 Le 05/08/2016, à 11:43

Filador

Re : Access forbidden! Error 403 avec Xampp

Peux-tu me donner le retour de

cat /etc/passwd

Hors ligne

#5 Le 05/08/2016, à 11:46

BrunoH

Re : Access forbidden! Error 403 avec Xampp

root:x:0:0:root:/root:/bin/bash
daemon:x:1:1:daemon:/usr/sbin:/bin/sh
bin:x:2:2:bin:/bin:/bin/sh
sys:x:3:3:sys:/dev:/bin/sh
sync:x:4:65534:sync:/bin:/bin/sync
games:x:5:60:games:/usr/games:/bin/sh
man:x:6:12:man:/var/cache/man:/bin/sh
lp:x:7:7:lp:/var/spool/lpd:/bin/sh
mail:x:8:8:mail:/var/mail:/bin/sh
news:x:9:9:news:/var/spool/news:/bin/sh
uucp:x:10:10:uucp:/var/spool/uucp:/bin/sh
proxy:x:13:13:proxy:/bin:/bin/sh
www-data:x:33:33:www-data:/var/www:/bin/sh
backup:x:34:34:backup:/var/backups:/bin/sh
list:x:38:38:Mailing List Manager:/var/list:/bin/sh
irc:x:39:39:ircd:/var/run/ircd:/bin/sh
gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/bin/sh
nobody:x:65534:65534:nobody:/nonexistent:/bin/sh
libuuid:x:100:101::/var/lib/libuuid:/bin/sh
syslog:x:101:103::/home/syslog:/bin/false
messagebus:x:102:105::/var/run/dbus:/bin/false
colord:x:103:108:colord colour management daemon,,,:/var/lib/colord:/bin/false
lightdm:x:104:111:Light Display Manager:/var/lib/lightdm:/bin/false
whoopsie:x:105:114::/nonexistent:/bin/false
avahi-autoipd:x:106:117:Avahi autoip daemon,,,:/var/lib/avahi-autoipd:/bin/false
avahi:x:107:118:Avahi mDNS daemon,,,:/var/run/avahi-daemon:/bin/false
usbmux:x:108:46:usbmux daemon,,,:/home/usbmux:/bin/false
kernoops:x:109:65534:Kernel Oops Tracking Daemon,,,:/:/bin/false
pulse:x:110:119:PulseAudio daemon,,,:/var/run/pulse:/bin/false
rtkit:x:111:122:RealtimeKit,,,:/proc:/bin/false
speech-dispatcher:x:112:29:Speech Dispatcher,,,:/var/run/speech-dispatcher:/bin/sh
hplip:x:113:7:HPLIP system user,,,:/var/run/hplip:/bin/false
saned:x:114:123::/home/saned:/bin/false
bruno:x:1000:1000:Bruno,,,:/home/bruno:/bin/bash
mysql:x:999:999::/home/mysql:/bin/sh

Hors ligne

#6 Le 05/08/2016, à 11:48

Filador

Re : Access forbidden! Error 403 avec Xampp

Le voici :
www-data

sudo chown www-data -R ~/MonSiteWeb/www

Hors ligne

#7 Le 05/08/2016, à 11:55

BrunoH

Re : Access forbidden! Error 403 avec Xampp

Il y as toujours le message

Access forbidden!

You don't have permission to access the requested object. It is either read-protected or not readable by the server.

If you think this is a server error, please contact the webmaster.
Error 403
127.0.0.1
Apache/2.4.18 (Unix) OpenSSL/1.0.2h PHP/5.5.37 mod_perl/2.0.8-dev Perl/v5.16.3

Hors ligne

#8 Le 05/08/2016, à 12:02

Filador

Re : Access forbidden! Error 403 avec Xampp

Tu peux faire un

touch index.html

dans ton dossier web (cela va créer un index.html) ? C'est peut-être l'option "Indexes" qui n'est pas activé dans ton virtual host.

Hors ligne

#9 Le 05/08/2016, à 12:12

BrunoH

Re : Access forbidden! Error 403 avec Xampp

C'est fait, et quand je rentre dans le navigateur

, toujour la meme erreur!!!

Hors ligne

#10 Le 05/08/2016, à 12:14

Filador

Re : Access forbidden! Error 403 avec Xampp

Par rapport à ta configuration, "http://localhost" devrait suffir pour te faire atterrir sur ton index.html

Hors ligne

#11 Le 05/08/2016, à 12:15

BrunoH

Re : Access forbidden! Error 403 avec Xampp

Idem !!! hmm

Hors ligne

#12 Le 05/08/2016, à 12:19

BrunoH

Re : Access forbidden! Error 403 avec Xampp

Filador a écrit :

C'est peut-être l'option "Indexes" qui n'est pas activé dans ton virtual host.

Je n'ai rien touché ici, c'est peut etre du à cela!!!

Hors ligne

#13 Le 05/08/2016, à 12:20

Filador

Re : Access forbidden! Error 403 avec Xampp

Essaye ceci : http://stackoverflow.com/questions/1087 … his-server (la deuxième réponse pour apache 2.4)

Si tu peux me donner le contenu de ses deux fichiers :

/opt/lampp/etc/httpd.conf
etc/extra/httpd-userdir.conf

Dernière modification par Filador (Le 05/08/2016, à 12:22)

Hors ligne

#14 Le 05/08/2016, à 12:28

BrunoH

Re : Access forbidden! Error 403 avec Xampp

Pour:

sudo geany /opt/lampp/etc/httpd.conf
#
# This is the main Apache HTTP server configuration file.  It contains the
# configuration directives that give the server its instructions.
# See <URL:http://httpd.apache.org/docs/trunk/> for detailed information.
# In particular, see 
# <URL:http://httpd.apache.org/docs/trunk/mod/directives.html>
# for a discussion of each configuration directive.
#
# Do NOT simply read the instructions in here without understanding
# what they do.  They're here only as hints or reminders.  If you are unsure
# consult the online docs. You have been warned.  
#
# Configuration and logfile names: If the filenames you specify for many
# of the server's control files begin with "/" (or "drive:/" for Win32), the
# server will use that explicit path.  If the filenames do *not* begin
# with "/", the value of ServerRoot is prepended -- so 'log/access_log'
# with ServerRoot set to '/www' will be interpreted by the
# server as '/www/log/access_log', where as '/log/access_log' will be
# interpreted as '/log/access_log'.

#
# ServerRoot: The top of the directory tree under which the server's
# configuration, error, and log files are kept.
#
# Do not add a slash at the end of the directory path.  If you point
# ServerRoot at a non-local disk, be sure to specify a local disk on the
# Mutex directive, if file-based mutexes are used.  If you wish to share the
# same ServerRoot for multiple httpd daemons, you will need to change at
# least PidFile.
#
ServerRoot "/opt/lampp"

# 
# Mutex: Allows you to set the mutex mechanism and mutex file directory
# for individual mutexes, or change the global defaults
# 
# Uncomment and change the directory if mutexes are file-based and the default
# mutex file directory is not on a local disk or is not appropriate for some
# other reason.
#
# Mutex default:logs

#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to 
# prevent Apache from glomming onto all bound IP addresses.
#
#Listen 12.34.56.78:80
Listen 80

#
# Dynamic Shared Object (DSO) Support
#
# To be able to use the functionality of a module which was built as a DSO you
# have to place corresponding `LoadModule' lines at this location so the
# directives contained in it are actually available _before_ they are used.
# Statically compiled modules (those listed by `httpd -l') do not need
# to be loaded here.
#
# Example:
# LoadModule foo_module modules/mod_foo.so
#
LoadModule authn_file_module modules/mod_authn_file.so
LoadModule authn_dbm_module modules/mod_authn_dbm.so
LoadModule authn_anon_module modules/mod_authn_anon.so
LoadModule authn_dbd_module modules/mod_authn_dbd.so
LoadModule authn_socache_module modules/mod_authn_socache.so
LoadModule authn_core_module modules/mod_authn_core.so
LoadModule authz_host_module modules/mod_authz_host.so
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule authz_dbm_module modules/mod_authz_dbm.so
LoadModule authz_owner_module modules/mod_authz_owner.so
LoadModule authz_dbd_module modules/mod_authz_dbd.so
LoadModule authz_core_module modules/mod_authz_core.so
LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
LoadModule access_compat_module modules/mod_access_compat.so
LoadModule auth_basic_module modules/mod_auth_basic.so
LoadModule auth_form_module modules/mod_auth_form.so
LoadModule auth_digest_module modules/mod_auth_digest.so
LoadModule allowmethods_module modules/mod_allowmethods.so
LoadModule file_cache_module modules/mod_file_cache.so
LoadModule cache_module modules/mod_cache.so
LoadModule cache_disk_module modules/mod_cache_disk.so
LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
LoadModule socache_dbm_module modules/mod_socache_dbm.so
LoadModule socache_memcache_module modules/mod_socache_memcache.so
LoadModule dbd_module modules/mod_dbd.so
LoadModule bucketeer_module modules/mod_bucketeer.so
LoadModule dumpio_module modules/mod_dumpio.so
LoadModule echo_module modules/mod_echo.so
LoadModule case_filter_module modules/mod_case_filter.so
LoadModule case_filter_in_module modules/mod_case_filter_in.so
LoadModule buffer_module modules/mod_buffer.so
LoadModule ratelimit_module modules/mod_ratelimit.so
LoadModule reqtimeout_module modules/mod_reqtimeout.so
LoadModule ext_filter_module modules/mod_ext_filter.so
LoadModule request_module modules/mod_request.so
LoadModule include_module modules/mod_include.so
LoadModule filter_module modules/mod_filter.so
LoadModule substitute_module modules/mod_substitute.so
LoadModule sed_module modules/mod_sed.so
LoadModule charset_lite_module modules/mod_charset_lite.so
LoadModule deflate_module modules/mod_deflate.so
LoadModule mime_module modules/mod_mime.so
LoadModule ldap_module modules/mod_ldap.so
LoadModule log_config_module modules/mod_log_config.so
LoadModule log_debug_module modules/mod_log_debug.so
LoadModule logio_module modules/mod_logio.so
LoadModule env_module modules/mod_env.so
LoadModule mime_magic_module modules/mod_mime_magic.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 unique_id_module modules/mod_unique_id.so
LoadModule setenvif_module modules/mod_setenvif.so
LoadModule version_module modules/mod_version.so
LoadModule remoteip_module modules/mod_remoteip.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so
LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
LoadModule proxy_express_module modules/mod_proxy_express.so
LoadModule session_module modules/mod_session.so
LoadModule session_cookie_module modules/mod_session_cookie.so
LoadModule session_dbd_module modules/mod_session_dbd.so
LoadModule slotmem_shm_module modules/mod_slotmem_shm.so
LoadModule ssl_module modules/mod_ssl.so
LoadModule lbmethod_byrequests_module modules/mod_lbmethod_byrequests.so
LoadModule lbmethod_bytraffic_module modules/mod_lbmethod_bytraffic.so
LoadModule lbmethod_bybusyness_module modules/mod_lbmethod_bybusyness.so
LoadModule lbmethod_heartbeat_module modules/mod_lbmethod_heartbeat.so
LoadModule unixd_module modules/mod_unixd.so
LoadModule dav_module modules/mod_dav.so
LoadModule status_module modules/mod_status.so
LoadModule autoindex_module modules/mod_autoindex.so
LoadModule info_module modules/mod_info.so
LoadModule suexec_module modules/mod_suexec.so
LoadModule cgi_module modules/mod_cgi.so
LoadModule cgid_module modules/mod_cgid.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule vhost_alias_module modules/mod_vhost_alias.so
LoadModule negotiation_module modules/mod_negotiation.so
LoadModule dir_module modules/mod_dir.so
LoadModule actions_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

<IfDefine JUSTTOMAKEAPXSHAPPY>
LoadModule php4_module        modules/libphp4.so
LoadModule php5_module        modules/libphp5.so
</IfDefine>

<IfModule unixd_module>
#
# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.  
#
# User/Group: The name (or #number) of the user/group to run httpd as.
# It is usually good practice to create a dedicated user and group for
# running httpd, as with most system services.
#
User daemon
Group daemon
</IfModule>

# 'Main' server configuration
#
# The directives in this section set up the values used by the 'main'
# server, which responds to any requests that aren't handled by a
# <VirtualHost> definition.  These values also provide defaults for
# any <VirtualHost> containers you may define later in the file.
#
# All of these directives may appear inside <VirtualHost> containers,
# in which case these default settings will be overridden for the
# virtual host being defined.
#

#
# ServerAdmin: Your address, where problems with the server should be
# e-mailed.  This address appears on some server-generated pages, such
# as error documents.  e.g. admin@your-domain.com
#
ServerAdmin you@example.com

#
# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
#
# If your host doesn't have a registered DNS name, enter its IP address here.
#
#ServerName www.example.com:@@Port@@
# XAMPP
ServerName localhost

#
# Deny access to the entirety of your server's filesystem. You must
# explicitly permit access to web content directories in other
# <Directory> blocks below.
#
<Directory />
    AllowOverride none
    Require all denied
</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.
#

# 
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "/home/bruno/MonSiteWeb/www"
<Directory "/home/bruno/MonSiteWeb/www">
    #
    # 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/trunk/mod/core.html#options
    # for more information.
    #
    #Options Indexes FollowSymLinks
    # XAMPP
    Options Indexes FollowSymLinks ExecCGI Includes

    #
    # 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
    # since XAMPP 1.4:
    AllowOverride All

    #
    # Controls who can get stuff from this server.
    #
    Require all granted
</Directory>

#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
    #DirectoryIndex index.html
    # XAMPP
    DirectoryIndex index.html index.html.var index.php index.php3 index.php4
</IfModule>

#
# The following lines prevent .htaccess and .htpasswd files from being 
# viewed by Web clients. 
#
<Files ".ht*">
	Require all denied
</Files>

#
# ErrorLog: The location of the error log file.
# If you do not specify an ErrorLog directive within a <VirtualHost>
# container, error messages relating to that virtual host will be
# logged here.  If you *do* define an error logfile for a <VirtualHost>
# container, that host's errors will be logged there and not here.
#
ErrorLog "logs/error_log"

#
# LogLevel: Control the number of messages logged to the error_log.
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
#
LogLevel warn

<IfModule log_config_module>
    #
    # The following directives define some format nicknames for use with
    # a CustomLog directive (see below).
    #
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common

    <IfModule logio_module>
      # You need to enable mod_logio.c to use %I and %O
      LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    </IfModule>

    #
    # The location and format of the access logfile (Common Logfile Format).
    # If you do not define any access logfiles within a <VirtualHost>
    # container, they will be logged here.  Contrariwise, if you *do*
    # define per-<VirtualHost> access logfiles, transactions will be
    # logged therein and *not* in this file.
    #
    CustomLog "logs/access_log" common

    #
    # If you prefer a logfile with access, agent, and referer information
    # (Combined Logfile Format) you can use the following directive.
    #
    #CustomLog "logs/access_log" combined
</IfModule>

<IfModule alias_module>
    #
    # Redirect: Allows you to tell clients about documents that used to 
    # exist in your server's namespace, but do not anymore. The client 
    # will make a new request for the document at its new location.
    # Example:
    # Redirect permanent /foo http://www.example.com/bar

    #
    # Alias: Maps web paths into filesystem paths and is used to
    # access content that does not live under the DocumentRoot.
    # Example:
    # Alias /webpath /full/filesystem/path
    #
    # If you include a trailing / on /webpath then the server will
    # require it to be present in the URL.  You will also likely
    # need to provide a <Directory> section to allow access to
    # the filesystem path.

    #
    # ScriptAlias: This controls which directories contain server scripts. 
    # ScriptAliases are essentially the same as Aliases, except that
    # documents in the target directory are treated as applications and
    # run by the server when requested rather than as documents sent to the
    # client.  The same rules about trailing "/" apply to ScriptAlias
    # directives as to Alias.
    #
    ScriptAlias /cgi-bin/ "/opt/lampp/cgi-bin/"

</IfModule>

<IfModule cgid_module>
    #
    # ScriptSock: On threaded servers, designate the path to the UNIX
    # socket used to communicate with the CGI daemon of mod_cgid.
    #
    #Scriptsock logs/cgisock
</IfModule>

#
# "/opt/lampp/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "/opt/lampp/cgi-bin">
    AllowOverride None
    Options None
    Require all granted
</Directory>

<IfModule mime_module>
    #
    # TypesConfig points to the file containing the list of mappings from
    # filename extension to MIME-type.
    #
    TypesConfig etc/mime.types

    #
    # AddType allows you to add to or override the MIME configuration
    # file specified in TypesConfig for specific file types.
    #
    #AddType application/x-gzip .tgz
    #
    # AddEncoding allows you to have certain browsers uncompress
    # information on the fly. Note: Not all browsers support this.
    #
    #AddEncoding x-compress .Z
    #AddEncoding x-gzip .gz .tgz
    #
    # If the AddEncoding directives above are commented-out, then you
    # probably should define those extensions to indicate media types:
    #
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz

    #
    # AddHandler allows you to map certain file extensions to "handlers":
    # actions unrelated to filetype. These can be either built into the server
    # or added with the Action directive (see below)
    #
    # To use CGI scripts outside of ScriptAliased directories:
    # (You will also need to add "ExecCGI" to the "Options" directive.)
    #
    #AddHandler cgi-script .cgi
    # XAMPP, since LAMPP 0.9.8:
    AddHandler cgi-script .cgi .pl

    # For type maps (negotiated resources):
    #AddHandler type-map var

    #
    # Filters allow you to process content before it is sent to the client.
    #
    # To parse .shtml files for server-side includes (SSI):
    # (You will also need to add "Includes" to the "Options" directive.)
    #
    # XAMPP
    AddType text/html .shtml
    AddOutputFilter INCLUDES .shtml
</IfModule>

#
# The mod_mime_magic module allows the server to use various hints from the
# contents of the file itself to determine its type.  The MIMEMagicFile
# directive tells the module where the hint definitions are located.
#
#MIMEMagicFile etc/magic

#
# Customizable error responses come in three flavors:
# 1) plain text 2) local redirects 3) external redirects
#
# Some examples:
#ErrorDocument 500 "The server made a boo boo."
#ErrorDocument 404 /missing.html
#ErrorDocument 404 "/cgi-bin/missing_handler.pl"
#ErrorDocument 402 http://www.example.com/subscription_info.html
#

#
# MaxRanges: Maximum number of Ranges in a request before
# returning the entire resource, or one of the special
# values 'default', 'none' or 'unlimited'.
# Default setting is to accept 200 Ranges.
#MaxRanges unlimited

#
# EnableMMAP and EnableSendfile: On systems that support it, 
# memory-mapping or the sendfile syscall may be used to deliver
# files.  This usually improves server performance, but must
# be turned off when serving from networked-mounted 
# filesystems or if support for these functions is otherwise
# broken on your system.
# Defaults: EnableMMAP On, EnableSendfile Off
#
EnableMMAP off
EnableSendfile off

# Supplemental configuration
#
# The configuration files in the etc/extra/ directory can be 
# included to add extra features or to modify the default configuration of 
# the server, or you may simply copy their contents here and change as 
# necessary.

# Server-pool management (MPM specific)
#Include etc/extra/httpd-mpm.conf

# Multi-language error messages
Include etc/extra/httpd-multilang-errordoc.conf

# Fancy directory listings
Include etc/extra/httpd-autoindex.conf

# Language settings
#Include etc/extra/httpd-languages.conf

# User home directories
Include etc/extra/httpd-userdir.conf

# Real-time info on requests and configuration
#Include etc/extra/httpd-info.conf

# Virtual hosts
#Include etc/extra/httpd-vhosts.conf

# Local access to the Apache HTTP Server Manual
#Include etc/extra/httpd-manual.conf

# Distributed authoring and versioning (WebDAV)
#Include etc/extra/httpd-dav.conf

# Various default settings
Include etc/extra/httpd-default.conf

# Configure mod_proxy_html to understand HTML4/XHTML1
<IfModule proxy_html_module>
Include etc/extra/proxy-html.conf
</IfModule>

# Secure (SSL/TLS) connections
<IfModule ssl_module>
# XAMPP
<IfDefine SSL>
Include etc/extra/httpd-ssl.conf
</IfDefine>
</IfModule>
#
# Note: The following must must be present to support
#       starting without SSL on platforms with no /dev/random equivalent
#       but a statically compiled-in mod_ssl.
#
<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>

# XAMPP
Include etc/extra/httpd-xampp.conf
Include "/opt/lampp/apache2/conf/httpd.conf"
      

Pour:

sudo geany /etc/host.conf
# The "order" line is only used by old versions of the C library.
order hosts,bind
multi on

Et pour:

sudo geany /etc/hosts
127.0.0.1	localhost
127.0.1.1	bruno-K72JT

# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

Hors ligne

#15 Le 05/08/2016, à 12:34

BrunoH

Re : Access forbidden! Error 403 avec Xampp

BrunoH a écrit :
root:x:0:0:root:/root:/bin/bash
daemon:x:1:1:daemon:/usr/sbin:/bin/sh
bin:x:2:2:bin:/bin:/bin/sh
sys:x:3:3:sys:/dev:/bin/sh
sync:x:4:65534:sync:/bin:/bin/sync
games:x:5:60:games:/usr/games:/bin/sh
man:x:6:12:man:/var/cache/man:/bin/sh
lp:x:7:7:lp:/var/spool/lpd:/bin/sh
mail:x:8:8:mail:/var/mail:/bin/sh
news:x:9:9:news:/var/spool/news:/bin/sh
uucp:x:10:10:uucp:/var/spool/uucp:/bin/sh
proxy:x:13:13:proxy:/bin:/bin/sh
www-data:x:33:33:www-data:/var/www:/bin/sh
backup:x:34:34:backup:/var/backups:/bin/sh
list:x:38:38:Mailing List Manager:/var/list:/bin/sh
irc:x:39:39:ircd:/var/run/ircd:/bin/sh
gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/bin/sh
nobody:x:65534:65534:nobody:/nonexistent:/bin/sh
libuuid:x:100:101::/var/lib/libuuid:/bin/sh
syslog:x:101:103::/home/syslog:/bin/false
messagebus:x:102:105::/var/run/dbus:/bin/false
colord:x:103:108:colord colour management daemon,,,:/var/lib/colord:/bin/false
lightdm:x:104:111:Light Display Manager:/var/lib/lightdm:/bin/false
whoopsie:x:105:114::/nonexistent:/bin/false
avahi-autoipd:x:106:117:Avahi autoip daemon,,,:/var/lib/avahi-autoipd:/bin/false
avahi:x:107:118:Avahi mDNS daemon,,,:/var/run/avahi-daemon:/bin/false
usbmux:x:108:46:usbmux daemon,,,:/home/usbmux:/bin/false
kernoops:x:109:65534:Kernel Oops Tracking Daemon,,,:/:/bin/false
pulse:x:110:119:PulseAudio daemon,,,:/var/run/pulse:/bin/false
rtkit:x:111:122:RealtimeKit,,,:/proc:/bin/false
speech-dispatcher:x:112:29:Speech Dispatcher,,,:/var/run/speech-dispatcher:/bin/sh
hplip:x:113:7:HPLIP system user,,,:/var/run/hplip:/bin/false
saned:x:114:123::/home/saned:/bin/false
bruno:x:1000:1000:Bruno,,,:/home/bruno:/bin/bash
mysql:x:999:999::/home/mysql:/bin/sh

On vois ICI:

www-data:x:33:33:www-data:/var/www:/bin/sh

Et dans /var, je n'ai pas de /www!!!

ESt ce normal???

Mon chemin c'est:

~/MonSiteWeb/www

Dernière modification par BrunoH (Le 05/08/2016, à 12:35)

Hors ligne

#16 Le 05/08/2016, à 12:34

Filador

Re : Access forbidden! Error 403 avec Xampp

Il manque celui-ci : etc/extra/httpd-userdir.conf

BrunoH a écrit :

On vois ICI:

www-data:x:33:33:www-data:/var/www:/bin/sh

Et dans /var, je n'ai pas de /www!!!

ESt ce normal???

Oui, c'est le répertoire "home" de l'utilisateur par défaut, ça ne change pas grand chose.

Dernière modification par Filador (Le 05/08/2016, à 12:36)

Hors ligne

#17 Le 05/08/2016, à 12:37

BrunoH

Re : Access forbidden! Error 403 avec Xampp

Ils est vierge!!!

Hors ligne

#18 Le 05/08/2016, à 12:41

Filador

Re : Access forbidden! Error 403 avec Xampp

C'est peut être ça le problème ! Tu actives une option et il ne trouve pas le fichier correspondant. Tu peux re-commenter cette ligne.

Relance ton serveur et fais moi les retours de :

ls -al /opt/lampp/htdocs
ls -al /home/bruno/MonSiteWeb/www

Dernière modification par Filador (Le 05/08/2016, à 12:43)

Hors ligne

#19 Le 05/08/2016, à 12:45

BrunoH

Re : Access forbidden! Error 403 avec Xampp

Filador a écrit :

C'est peut être ça le problème ! Tu actives une option et il ne trouve pas le fichier correspondant. Tu peux re-commenter cette ligne.

C'est fait!!, puis restart de Xamp et toujour le même message.

Hors ligne

#20 Le 05/08/2016, à 12:54

BrunoH

Re : Access forbidden! Error 403 avec Xampp

Je te remercie de ta patiente et de ton aide,
hier j’ai commencé à 14h00 jusqu’à 1h00, et j’ai abandonné !!! sad

Hors ligne

#21 Le 05/08/2016, à 17:30

BrunoH

Re : Access forbidden! Error 403 avec Xampp

Filador a écrit :

C'est peut être ça le problème ! Tu actives une option et il ne trouve pas le fichier correspondant. Tu peux re-commenter cette ligne.

Relance ton serveur et fais moi les retours de :

ls -al /opt/lampp/htdocs
ls -al /home/bruno/MonSiteWeb/www

Désolé de la reponse tardive, je me suis fait une rando vtt pour decompresser.

Voici le retour de :

ls -al /opt/lampp/htdocs
total 60
drwxr-xr-x  5 root   root    4096 août   5 11:30 .
drwxr-xr-x 30 root   root    4096 août   5 11:16 ..
-rw-r--r--  1 root   root    3619 avril  1 16:04 applications.html
-rw-r--r--  1 root   root     177 avril  1 16:04 bitnami.css
drwxr-xr-x 20 root   root    4096 août   5 11:13 dashboard
-rw-r--r--  1 root   root   30894 mai   11  2007 favicon.ico
drwxr-xr-x  2 root   root    4096 août   5 11:13 img
drwxr-xr-x  2 daemon daemon  4096 août   5 11:13 webalizer

et le retour de:

ls -al /home/bruno/MonSiteWeb/www
total 528
drwxrwxrwx 8 www-data users   4096 août   5 13:16 .
drwx------ 3 bruno    bruno   4096 août   4 23:14 ..
-rwxrwxrwx 1 www-data users  30930 juin  23 18:33 1.jpg
-rwxrwxrwx 1 www-data users 235422 juin  23 18:49 2.jpg
-rwxrwxrwx 1 www-data users 232400 juin  23 18:50 3.jpg
-rw-rw-r-- 1 bruno    bruno     18 août   5 13:16 index.html
drwxrwxrwx 2 www-data users   4096 août   4 15:36 Info Mes Sites
drwxrwxrwx 5 www-data users   4096 août   4 15:40 monsiteweb
drwxrwxrwx 8 www-data users   4096 août   4 15:40 orange
drwxrwxrwx 7 www-data users   4096 août   4 15:40 projet
drwxrwxrwx 6 www-data users   4096 août   4 15:41 Save_Site
drwxrwxrwx 6 www-data users   4096 août   4 15:37 Windows_10

Hors ligne

#22 Le 06/08/2016, à 11:21

BrunoH

Re : Access forbidden! Error 403 avec Xampp

Je viens de désinstaller xampp et de réinstaller suivant cette ligne de commande :

sudo apt-get install apache2 php5 mysql-server libapache2-mod-php5 php5-mysql

vu  Sur le doc.ubuntu-fr.org

et là voici le message.

Forbidden
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

Je ne sait plus quoi faire et cela me dérangerais de repasser sous Windows !!!

Dernière modification par BrunoH (Le 06/08/2016, à 12:03)

Hors ligne

#23 Le 06/08/2016, à 20:04

BrunoH

Re : Access forbidden! Error 403 avec Xampp

Reprise du périple, maintenant j’ai créé un lien symbolique en ayant au préalable donné les droit d’accès à mes sites :

chown www-data ~/MonSiteWeb/www -Rf

puis

sudo ln -sf ~/MonSiteWeb/www /var/www

voici le message que j’obtient ;

Index of /

Name  Last modified   Size    Description

Apache/2.2.22 (Ubuntu) Server at 127.0.0.1 Port 80

Je dois être proche du résultat final, svp aidez moi.

Hors ligne

#24 Le 06/08/2016, à 22:45

BrunoH

Re : Access forbidden! Error 403 avec Xampp

Une idée a surgi, si je remplaçais le répertoire www qui se trouve dans var par un lien symbolique.

Chose faite avec :

sudo ln -s /home/mon_user/MonSiteWeb/www /var/www

Puis j’ai donné les droit d’accès avec :

sudo chmod 777 /home/bruno/MonSiteWeb/www

puis ça :

sudo chmod 777 /var/www

et là le message à changé :

Forbidden
You don't have permission to access / on this server.

Apache/2.2.22 (Ubuntu) Server at 127.0.0.1 Port 80


J’y vais par tâtonnement, car après de nombreuse lecture et test, toujours le même résultat,
mais là je pense que je me rapproche de la solution.

Je ne suis pas informaticien, n’y rien qui s’en rapproche, j’essaye de me former par moi même, mais sur Ubuntu ce n’est pas facile à mon niveau, c’est pour cela que je demande de l’aide.

Merci à ceux qui mon déjà aidé, et a ceux qui m’aideront à l’avenir.

Hors ligne

#25 Le 07/08/2016, à 16:10

BrunoH

Re : Access forbidden! Error 403 avec Xampp

Suite de ce casse tête :

Voilà ce que j’ai fait aujourd’hui, mais sans succès.

J’essaye de trouver la solution sur les droits d’accès, en faisant ceci :

sudo chown -hR $USER:users /var/www
sudo chown -hR $USER:users /home/Mon_User/MonSiteWeb/www
sudo chmod -R 755 /var/www
sudo chmod -R 755 /home/Mon_User/MonSiteWeb/www

Je redémarre Apache2

sudo /etc/init.d/apache2 reload

et là nouveau message d'erreur:

apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName

J’arrête Apache2

sudo /etc/init.d/apache2 stop

Et je modifier le fichier /etc/hosts

sudo gedit /etc/hosts	[quote][/quote]

127.0.0.1    localhost
127.0.1.1    ma_machine

# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

Par :

127.0.0.1    localhost.localdomain localhost ma_machine
#127.0.1.1    ma_machine

# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

Je démarre Apache2

sudo /etc/init.d/apache2 start

Je rajoute ServerName localhost à apache2.conf

sudo geany /etc/apache2/apache2.conf

et insérer cette ligne ou bon vous sembles.

ServerName localhost

Je redémarre Apache

sudo /etc/init.d/apache2 reload

Et résultat toujours au point mort!!! madroll

Hors ligne