logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).

#1 10-03-2023 18:04:43

doli8888
Membre
Lieu : 07110 VINEZAC
Distrib. : Debian Bullseye
Noyau : Linux 6.1.0-0.deb11.11-amd64
(G)UI : kwin
Inscription : 09-07-2019
Site Web

[RESOLU]apache2

Bonjour

J'ai apache2 d'installé, la page http://localhost/ s'affiche correctement mais par contre la page
-> http://localhost/phpmyadmin/ n'affiche que du texte

get(Response::class); /** @var DatabaseInterface $dbi */ $dbi = $containerBuilder->get(DatabaseInterface::class); /** @var HomeController $controller */ $controller = $containerBuilder->get(HomeController::class); if (isset($_REQUEST['ajax_request']) && ! empty($_REQUEST['access_time'])) { exit; } if (isset($_POST['set_theme'])) { $controller->setTheme([ 'set_theme' => $_POST['set_theme'], ]); header('Location: index.php' . Url::getCommonRaw()); } elseif (isset($_POST['collation_connection'])) { $controller->setCollationConnection([ 'collation_connection' => $_POST['collation_connection'], ]); header('Location: index.php' . Url::getCommonRaw()); } elseif (! empty($_REQUEST['db'])) { // See FAQ 1.34 $page = null; if (! empty($_REQUEST['table'])) { $page = Util::getScriptNameForOption( $GLOBALS['cfg']['DefaultTabTable'], 'table' ); } else { $page = Util::getScriptNameForOption( $GLOBALS['cfg']['DefaultTabDatabase'], 'database' ); } include ROOT_PATH . $page; } elseif ($response->isAjax() && ! empty($_REQUEST['recent_table'])) { $response->addJSON($controller->reloadRecentTablesList()); } elseif ($GLOBALS['PMA_Config']->isGitRevision() && isset($_REQUEST['git_revision']) && $response->isAjax() ) { $response->addHTML($controller->gitRevision()); } else { // Handles some variables that may have been sent by the calling script $GLOBALS['db'] = ''; $GLOBALS['table'] = ''; $show_query = '1'; if ($server > 0) { include ROOT_PATH . 'libraries/server_common.inc.php'; } $response->addHTML($controller->index()); }



et la page dolibarr pour l'installation http://localhost/dolibarr/htdocs/ pareil que phpmyadmin ?

nano /etc/apache2/sites-available/dolibarr.conf
VirtualHost *:80>
ServerName yourdomain.com
DocumentRoot /var/www/dolibarr/htdocs/

<Directory /var/www/dolibarr/htdocs>
AllowOverride All
</Directory>

ErrorLog ${APACHE_LOG_DIR}/error.lo
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>



nano /etc/apache2/conf-available/phpmyadmin.conf
# phpMyAdmin default Apache configuration

Alias /phpmyadmin /usr/share/phpmyadmin

<Directory /usr/share/phpmyadmin>
    Options SymLinksIfOwnerMatch
    DirectoryIndex index.php

    # limit libapache2-mod-php to files and directories necessary by pma
    <IfModule mod_php7.c>
        php_admin_value upload_tmp_dir /var/lib/phpmyadmin/tmp
        php_admin_value open_basedir /usr/share/phpmyadmin/:/usr/share/doc/phpmyadmin/:/etc/phpmyadmin/:/var/lib/phpmyadmin/:/usr/share/php/:/usr/share/javascript/
    </IfModule>

</Directory>

# Disallow web access to directories that don't need it
<Directory /usr/share/phpmyadmin/templates>
    Require all denied
</Directory>
<Directory /usr/share/phpmyadmin/libraries>
    Require all denied
</Directory>
 



Qu'est ce que j'ai foiré ?

Dernière modification par doli8888 (12-03-2023 00:49:50)


Debian GNU/Linux 11  64-bit     Noyau : 6.1.0-0.deb11.11-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.38-4~bpo11+1 (2023-08-08) x86_64 GNU/Linux                                                 
KDE Plasma 5.20.5                    Processeurs : 12 × AMD Ryzen 5 4600H with Radeon Graphics   
KDE Frameworks : 5.78.0          Mémoire : 16 Gio de mémoire vive       
Qt : 5.15.2

Hors ligne

#2 10-03-2023 18:13:54

bendia
Chadministrateur
Distrib. : openSUSE Tumbleweed, Buster
Noyau : Linux 5.9.1-2-default + Linux 4.19.0-12-amd64
(G)UI : Gnome + Console et un peu Fluxbox
Inscription : 20-03-2012
Site Web

Re : [RESOLU]apache2

Ben, ça donne l'impression que apache2 n’interprète pas le PHP là non ?

Ben
___________________
La seule question bête, c'est celle qu'on ne pose pas.

Hors ligne

#3 10-03-2023 18:31:47

doli8888
Membre
Lieu : 07110 VINEZAC
Distrib. : Debian Bullseye
Noyau : Linux 6.1.0-0.deb11.11-amd64
(G)UI : kwin
Inscription : 09-07-2019
Site Web

Re : [RESOLU]apache2

oui il me semble, je nage dans la mélasse là !!

Debian GNU/Linux 11  64-bit     Noyau : 6.1.0-0.deb11.11-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.38-4~bpo11+1 (2023-08-08) x86_64 GNU/Linux                                                 
KDE Plasma 5.20.5                    Processeurs : 12 × AMD Ryzen 5 4600H with Radeon Graphics   
KDE Frameworks : 5.78.0          Mémoire : 16 Gio de mémoire vive       
Qt : 5.15.2

Hors ligne

#4 10-03-2023 18:33:54

bendia
Chadministrateur
Distrib. : openSUSE Tumbleweed, Buster
Noyau : Linux 5.9.1-2-default + Linux 4.19.0-12-amd64
(G)UI : Gnome + Console et un peu Fluxbox
Inscription : 20-03-2012
Site Web

Re : [RESOLU]apache2

Que dit

apt policy libapache2-mod-php


Ben
___________________
La seule question bête, c'est celle qu'on ne pose pas.

Hors ligne

#5 10-03-2023 18:56:29

doli8888
Membre
Lieu : 07110 VINEZAC
Distrib. : Debian Bullseye
Noyau : Linux 6.1.0-0.deb11.11-amd64
(G)UI : kwin
Inscription : 09-07-2019
Site Web

Re : [RESOLU]apache2

libapache2-mod-php:
  Installé : 2:7.4+76
  Candidat : 2:7.4+76
 Table de version :
 *** 2:7.4+76 500
        500 http://deb.debian.org/debian bullseye/main amd64 Packages
        100 /var/lib/dpkg/status
jean-luc@KuJL:~$
 



dans le dossier

 /etc/apache2/mods-enabled/

il n'y a pas de php7.4.conf ! est ce normal ?

Dernière modification par doli8888 (10-03-2023 19:06:11)


Debian GNU/Linux 11  64-bit     Noyau : 6.1.0-0.deb11.11-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.38-4~bpo11+1 (2023-08-08) x86_64 GNU/Linux                                                 
KDE Plasma 5.20.5                    Processeurs : 12 × AMD Ryzen 5 4600H with Radeon Graphics   
KDE Frameworks : 5.78.0          Mémoire : 16 Gio de mémoire vive       
Qt : 5.15.2

Hors ligne

#6 10-03-2023 19:09:37

bendia
Chadministrateur
Distrib. : openSUSE Tumbleweed, Buster
Noyau : Linux 5.9.1-2-default + Linux 4.19.0-12-amd64
(G)UI : Gnome + Console et un peu Fluxbox
Inscription : 20-03-2012
Site Web

Re : [RESOLU]apache2

Donc, ça n'est pas simplement une histoire d'installation hmm

Si tu mets ça dans un fichier /var/www/html/info.php

<?php phpinfo();



Tu modifies le propriétaire du fichier

chown www-data:www-data /var/www/html/info.php


Et tu regardes ce que tu vois dans http://localhost/info.php


Ben
___________________
La seule question bête, c'est celle qu'on ne pose pas.

Hors ligne

#7 10-03-2023 19:17:42

doli8888
Membre
Lieu : 07110 VINEZAC
Distrib. : Debian Bullseye
Noyau : Linux 6.1.0-0.deb11.11-amd64
(G)UI : kwin
Inscription : 09-07-2019
Site Web

Re : [RESOLU]apache2

je bien créé le fichier infos.php mais je viens de voir que

root@KuJL:~# systemctl restart apache2
Job for apache2.service failed because the control process exited with error code.
See "systemctl status apache2.service" and "journalctl -xe" for details.
 


ça risque pas de fonctionner là ...mais avant il n'y avait pas ce problème


root@KuJL:~# journalctl -xe
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ L'unité (unit) UNIT a terminé son démarrage, avec le résultat done.
mars 10 19:14:07 KuJL systemd[1625]: app-root\x20pcmanfm-a86ce0b814d44af3a92199edcfb51f3f.scope: Succeeded.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ The unit UNIT has successfully entered the '
dead' state.
mars 10 19:14:10 KuJL sudo[5912]: jean-luc : TTY=pts/4 ; PWD=/home/jean-luc ; USER=root ; COMMAND=/usr/bin/pcmanfm
mars 10 19:14:10 KuJL sudo[5912]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
mars 10 19:15:21 KuJL su[5978]: (to root) jean-luc on pts/1
mars 10 19:15:21 KuJL su[5978]: pam_unix(su-l:session): session opened for user root(uid=0) by jean-luc(uid=1000)
mars 10 19:17:01 KuJL CRON[6010]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0)
mars 10 19:17:01 KuJL CRON[6011]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
mars 10 19:17:01 KuJL CRON[6010]: pam_unix(cron:session): session closed for user root
mars 10 19:17:19 KuJL smartd[771]: Device: /dev/sda [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 27 to 26
mars 10 19:17:24 KuJL smartd[771]: Device: /dev/sdb [SAT], SMART Usage Attribute: 190 Airflow_Temperature_Cel changed from 69 to 70
mars 10 19:17:24 KuJL smartd[771]: Device: /dev/sdb [SAT], SMART Usage Attribute: 194 Temperature_Celsius changed from 31 to 30
mars 10 19:18:43 KuJL sudo[5912]: pam_unix(sudo:session): session closed for user root
mars 10 19:18:43 KuJL systemd[1625]: vte-spawn-5a4a4500-5858-49e7-8695-7f88bde5a3b7.scope: Succeeded.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ The unit UNIT has successfully entered the '
dead' state.
mars 10 19:18:44 KuJL systemd[1625]: gnome-terminal-server.service: Succeeded.
░░ Subject: Unit succeeded
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ The unit UNIT has successfully entered the '
dead' state.
mars 10 19:18:44 KuJL systemd[1625]: gnome-terminal-server.service: Unit process 5968 (dbus-launch) remains running after unit stopped.
mars 10 19:18:44 KuJL systemd[1625]: gnome-terminal-server.service: Consumed 2.954s CPU time.
░░ Subject: Ressources consommées durant l'
éxécution de l'unité (unit)
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ L'
unité (unit) UNIT s'est arrêtée et a consommé les ressources indiquées.




root@KuJL:~# systemctl status apache2.service
● apache2.service - The Apache HTTP Server
     Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Fri 2023-03-10 19:20:15 CET; 18s ago
       Docs: https://httpd.apache.org/docs/2.4/
    Process: 6055 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)
        CPU: 9ms

mars 10 19:20:15 KuJL systemd[1]: Starting The Apache HTTP Server...
mars 10 19:20:15 KuJL apachectl[6058]: apache2: Syntax error on line 225 of /etc/apache2/apache2.conf: Syntax error on line 13 of /etc/apache2/sites-enabled/dolibarr>
mars 10 19:20:15 KuJL apachectl[6055]: Action 'start' failed.
mars 10 19:20:15 KuJL apachectl[6055]: The Apache error log may have more information.
mars 10 19:20:15 KuJL systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
mars 10 19:20:15 KuJL systemd[1]: apache2.service: Failed with result 'exit-code'.
mars 10 19:20:15 KuJL systemd[1]: Failed to start The Apache HTTP Server.
 

Dernière modification par doli8888 (10-03-2023 19:21:02)


Debian GNU/Linux 11  64-bit     Noyau : 6.1.0-0.deb11.11-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.38-4~bpo11+1 (2023-08-08) x86_64 GNU/Linux                                                 
KDE Plasma 5.20.5                    Processeurs : 12 × AMD Ryzen 5 4600H with Radeon Graphics   
KDE Frameworks : 5.78.0          Mémoire : 16 Gio de mémoire vive       
Qt : 5.15.2

Hors ligne

#8 10-03-2023 19:26:20

bendia
Chadministrateur
Distrib. : openSUSE Tumbleweed, Buster
Noyau : Linux 5.9.1-2-default + Linux 4.19.0-12-amd64
(G)UI : Gnome + Console et un peu Fluxbox
Inscription : 20-03-2012
Site Web

Re : [RESOLU]apache2

apache2: Syntax error on line 225 of /etc/apache2/apache2.conf: Syntax error on line 13 of /etc/apache2/sites-enabled/dolibarr>


Ben
___________________
La seule question bête, c'est celle qu'on ne pose pas.

Hors ligne

#9 10-03-2023 19:29:28

doli8888
Membre
Lieu : 07110 VINEZAC
Distrib. : Debian Bullseye
Noyau : Linux 6.1.0-0.deb11.11-amd64
(G)UI : kwin
Inscription : 09-07-2019
Site Web

Re : [RESOLU]apache2

Syntax error on line 225 of /etc/apache2/apache2.conf


# This is the main Apache server configuration file.  It contains the
# configuration directives that give the server its instructions.
# See http://httpd.apache.org/docs/2.4/ for detailed information about
# the directives and /usr/share/doc/apache2/README.Debian about Debian specific
# hints.
#
#
# Summary of how the Apache 2 configuration works in Debian:
# The Apache 2 web server configuration in Debian is quite different to
# upstream's suggested way to configure the web server. This is because Debian's
# default Apache2 installation attempts to make adding and removing modules,
# virtual hosts, and extra configuration directives as flexible as possible, in
# order to make automating the changes and administering the server as easy as
# possible.

# It is split into several files forming the configuration hierarchy outlined
# below, all located in the /etc/apache2/ directory:
#
# /etc/apache2/
# |-- apache2.conf
# | `--  ports.conf
# |-- mods-enabled
# | |-- *.load
# | `-- *.conf
# |-- conf-enabled
# | `-- *.conf
#   `-- sites-enabled
#   `-- *.conf
#
#
# * apache2.conf is the main configuration file (this file). It puts the pieces
#   together by including all remaining configuration files when starting up the
#   web server.
#
# * ports.conf is always included from the main configuration file. It is
#   supposed to determine listening ports for incoming connections which can be
#   customized anytime.
#
# * Configuration files in the mods-enabled/, conf-enabled/ and sites-enabled/
#   directories contain particular configuration snippets which manage modules,
#   global configuration fragments, or virtual host configurations,
#   respectively.
#
#   They are activated by symlinking available configuration files from their
#   respective *-available/ counterparts. These should be managed by using our
#   helpers a2enmod/a2dismod, a2ensite/a2dissite and a2enconf/a2disconf. See
#   their respective man pages for detailed information.
#
# * The binary is called apache2. Due to the use of environment variables, in
#   the default configuration, apache2 needs to be started/stopped with
#   /etc/init.d/apache2 or apache2ctl. Calling /usr/bin/apache2 directly will not
#   work with the default configuration.


# Global configuration
#

#
# ServerRoot: The top of the directory tree under which the server's
# configuration, error, and log files are kept.
#
# NOTE!  If you intend to place this on an NFS (or otherwise network)
# mounted filesystem then please read the Mutex documentation (available
# at <URL:http://httpd.apache.org/docs/2.4/mod/core.html#mutex>);
# you will save yourself a lot of trouble.
#
# Do NOT add a slash at the end of the directory path.
#
#ServerRoot "/etc/apache2"

#
# The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
#
#Mutex file:${APACHE_LOCK_DIR} default

#
# The directory where shm and other runtime files will be stored.
#

DefaultRuntimeDir ${APACHE_RUN_DIR}

#
# PidFile: The file in which the server should record its process
# identification number when it starts.
# This needs to be set in /etc/apache2/envvars
#
PidFile ${APACHE_PID_FILE}

#
# Timeout: The number of seconds before receives and sends time out.
#
Timeout 300

#
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to "Off" to deactivate.
#
KeepAlive On

#
# MaxKeepAliveRequests: The maximum number of requests to allow
# during a persistent connection. Set to 0 to allow an unlimited amount.
# We recommend you leave this number high, for maximum performance.
#
MaxKeepAliveRequests 100

#
# KeepAliveTimeout: Number of seconds to wait for the next request from the
# same client on the same connection.
#
KeepAliveTimeout 5


# These need to be set in /etc/apache2/envvars
User ${APACHE_RUN_USER}
Group ${APACHE_RUN_GROUP}

#
# HostnameLookups: Log the names of clients or just their IP addresses
# e.g., www.apache.org (on) or 204.62.129.132 (off).
# The default is off because it'd be overall better for the net if people
# had to knowingly turn this feature on, since enabling it means that
# each client request will result in AT LEAST one lookup request to the
# nameserver.
#
HostnameLookups Off

# 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 ${APACHE_LOG_DIR}/error.log

#
# LogLevel: Control the severity of messages logged to the error_log.
# Available values: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the log level for particular modules, e.g.
# "LogLevel info ssl:warn"
#
LogLevel warn

# Include module configuration:
IncludeOptional mods-enabled/*.load
IncludeOptional mods-enabled/*.conf

# Include list of ports to listen on
Include ports.conf


# Sets the default security model of the Apache2 HTTPD server. It does
# not allow access to the root filesystem outside of /usr/share and /var/www.
# The former is used by web applications packaged in Debian,
# the latter may be used for local directories served by the web server. If
# your system is serving content from a sub-directory in /srv you must allow
# access here, or in any related virtual host.
<Directory />
  Options FollowSymLinks
  AllowOverride None
  Require all denied
</Directory>

<Directory /usr/share>
  AllowOverride None
  Require all granted
</Directory>

<Directory /var/www/>
  Options Indexes FollowSymLinks
  AllowOverride None
  Require all granted
</Directory>

#<Directory /srv/>
# Options Indexes FollowSymLinks
# AllowOverride None
# Require all granted
#</Directory>




# AccessFileName: The name of the file to look for in each directory
# for additional configuration directives.  See also the AllowOverride
# directive.
#
AccessFileName .htaccess

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


#
# The following directives define some format nicknames for use with
# a CustomLog directive.
#
# These deviate from the Common Log Format definitions in that they use %O
# (the actual bytes sent including headers) instead of %b (the size of the
# requested file), because the latter makes it impossible to detect partial
# requests.
#
# Note that the use of %{X-Forwarded-For}i instead of %h is not recommended.
# Use mod_remoteip instead.
#
LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %O" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent

# Include of directories ignores editors' and dpkg's backup files,
# see README.Debian for details.

# Include generic snippets of statements
IncludeOptional conf-enabled/*.conf

# Include the virtual host configurations:
IncludeOptional sites-enabled/*.conf  ------------------------------> ligne 225

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
 




Syntax error on line 13 of /etc/apache2/sites-enabled/dolibarr.conf


*<VirtualHost *:80>
ServerName yourdomaine.com

DocumentRoot /var/www/dolibarr/htdocs/

<Directory /var/www/dolibarr/htdocs>
AllowOverride All
</Directory>

ErrorLog ${APACHE_LOG_DIR}/error.lo
CustomLog ${APACHE_LOG_DIR}/access.log combined

</VirtualHost>  ------> ligne 13
 


Debian GNU/Linux 11  64-bit     Noyau : 6.1.0-0.deb11.11-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.38-4~bpo11+1 (2023-08-08) x86_64 GNU/Linux                                                 
KDE Plasma 5.20.5                    Processeurs : 12 × AMD Ryzen 5 4600H with Radeon Graphics   
KDE Frameworks : 5.78.0          Mémoire : 16 Gio de mémoire vive       
Qt : 5.15.2

Hors ligne

#10 10-03-2023 19:42:05

doli8888
Membre
Lieu : 07110 VINEZAC
Distrib. : Debian Bullseye
Noyau : Linux 6.1.0-0.deb11.11-amd64
(G)UI : kwin
Inscription : 09-07-2019
Site Web

Re : [RESOLU]apache2

je vais tout supprimer et recommencer !

suppression de apache2 phpmyadmin dbmaria php7.4 en espérant que après !!

Dernière modification par doli8888 (10-03-2023 19:44:25)


Debian GNU/Linux 11  64-bit     Noyau : 6.1.0-0.deb11.11-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.38-4~bpo11+1 (2023-08-08) x86_64 GNU/Linux                                                 
KDE Plasma 5.20.5                    Processeurs : 12 × AMD Ryzen 5 4600H with Radeon Graphics   
KDE Frameworks : 5.78.0          Mémoire : 16 Gio de mémoire vive       
Qt : 5.15.2

Hors ligne

#11 10-03-2023 19:46:00

anonyme
Invité

Re : [RESOLU]apache2

Pour le apache2.conf je ne trouve pas mais pour le dolibarr.conf il semble y avoir un '*' en trop en ligne 1, si ce n'est pas juste une erreur de recopie ici.

#12 10-03-2023 20:06:52

doli8888
Membre
Lieu : 07110 VINEZAC
Distrib. : Debian Bullseye
Noyau : Linux 6.1.0-0.deb11.11-amd64
(G)UI : kwin
Inscription : 09-07-2019
Site Web

Re : [RESOLU]apache2

Pour le apache2.conf je ne trouve pas mais pour le dolibarr.conf il semble y avoir un '*' en trop en ligne 1

C'était bien cela qui allait pas ! merci tux12


du coup http://localhost/infos.php fonctionne très bien, donc php est bien pris en charge avec cette page mais toujours pas pour l'instant : phpmyadmin  le php n'a pas l'air d’être pris en charge

et pour http://localhost/dolibbarr/htdocs/index.php  il y a une erreur : The requested URL was not found on this server.

Dernière modification par doli8888 (10-03-2023 20:26:05)


Debian GNU/Linux 11  64-bit     Noyau : 6.1.0-0.deb11.11-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.38-4~bpo11+1 (2023-08-08) x86_64 GNU/Linux                                                 
KDE Plasma 5.20.5                    Processeurs : 12 × AMD Ryzen 5 4600H with Radeon Graphics   
KDE Frameworks : 5.78.0          Mémoire : 16 Gio de mémoire vive       
Qt : 5.15.2

Hors ligne

#13 10-03-2023 20:35:20

bendia
Chadministrateur
Distrib. : openSUSE Tumbleweed, Buster
Noyau : Linux 5.9.1-2-default + Linux 4.19.0-12-amd64
(G)UI : Gnome + Console et un peu Fluxbox
Inscription : 20-03-2012
Site Web

Re : [RESOLU]apache2

doli8888 a écrit :

et pour http://localhost/dolibbarr/htdocs/index.php  il y a une erreur : The requested URL was not found on this server.

Faut pas commencer par http://localhost/dolibbarr/htdocs/install.php ?

Edit Arf, non y'aurait pas une typo à dolibbarr avec deux b à la place d'un ?


Ben
___________________
La seule question bête, c'est celle qu'on ne pose pas.

Hors ligne

#14 11-03-2023 10:56:55

doli8888
Membre
Lieu : 07110 VINEZAC
Distrib. : Debian Bullseye
Noyau : Linux 6.1.0-0.deb11.11-amd64
(G)UI : kwin
Inscription : 09-07-2019
Site Web

Re : [RESOLU]apache2

Edit Arf, non y'aurait pas une typo à dolibbarr avec deux b à la place d'un ?

Non c'est bien dolibarr !

Faut pas commencer par http://localhost/dolibbarr/htdocs/install.php ?

Non cela ne change rien : The requested URL was not found on this server.

avec

http://localhost/phpmyadmin/

y a pas erreur d'adresse non trouvée mais par contre il n'y a que du texte qui s'affiche donc php non pris en charge peut être ?

Je ne comprends plus rien : quels sont les fichiers a configurer pour un site local comme dolibarr et phpmyadmin ?

voilà mon /etc/hosts

# Host addresses
127.0.0.1  localhost
127.0.1.1  KuJL
::1        localhost ip6-localhost ip6-loopback
ff02::1    ip6-allnodes
ff02::2    ip6-allrouters
 

est ce correcte ? KuJL est mon ordi


Debian GNU/Linux 11  64-bit     Noyau : 6.1.0-0.deb11.11-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.38-4~bpo11+1 (2023-08-08) x86_64 GNU/Linux                                                 
KDE Plasma 5.20.5                    Processeurs : 12 × AMD Ryzen 5 4600H with Radeon Graphics   
KDE Frameworks : 5.78.0          Mémoire : 16 Gio de mémoire vive       
Qt : 5.15.2

Hors ligne

#15 11-03-2023 11:20:19

doli8888
Membre
Lieu : 07110 VINEZAC
Distrib. : Debian Bullseye
Noyau : Linux 6.1.0-0.deb11.11-amd64
(G)UI : kwin
Inscription : 09-07-2019
Site Web

Re : [RESOLU]apache2

par dépit, je viens d'installer adminer en place de phpmyadmin !!

Et par un miracle tout fonctionne

!!!!! qu'est ce qui manquait que adminer a apporté ?

je reinstalle phpmyadmin et maintenant il fonctionne aussi !!!

scratchhead.gif

Dernière modification par doli8888 (11-03-2023 11:35:19)


Debian GNU/Linux 11  64-bit     Noyau : 6.1.0-0.deb11.11-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.38-4~bpo11+1 (2023-08-08) x86_64 GNU/Linux                                                 
KDE Plasma 5.20.5                    Processeurs : 12 × AMD Ryzen 5 4600H with Radeon Graphics   
KDE Frameworks : 5.78.0          Mémoire : 16 Gio de mémoire vive       
Qt : 5.15.2

Hors ligne

#16 11-03-2023 11:29:11

doli8888
Membre
Lieu : 07110 VINEZAC
Distrib. : Debian Bullseye
Noyau : Linux 6.1.0-0.deb11.11-amd64
(G)UI : kwin
Inscription : 09-07-2019
Site Web

Re : [RESOLU]apache2

Merci de votre aide cela est ok maintenant

------

Le dossier dolibarr est dans

/var/www/html/dolibarr/htdocs

  très bien, cela fonctionne mais si dans le navigateur je mets

/var/www/html/dolibarr

alors toute l'arborescence de dolibarr s'affiche.

Comment faire pour que cette arborescence ne soit pas visible ?


Je créé un autre fil, c'est mieux

Dernière modification par doli8888 (12-03-2023 00:49:24)


Debian GNU/Linux 11  64-bit     Noyau : 6.1.0-0.deb11.11-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.38-4~bpo11+1 (2023-08-08) x86_64 GNU/Linux                                                 
KDE Plasma 5.20.5                    Processeurs : 12 × AMD Ryzen 5 4600H with Radeon Graphics   
KDE Frameworks : 5.78.0          Mémoire : 16 Gio de mémoire vive       
Qt : 5.15.2

Hors ligne

Pied de page des forums