Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1574 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs
  Logiciels

  Apache2 et phpmyadmin :

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Apache2 et phpmyadmin :

n°1389508
dureiken
Posté le 18-04-2016 à 14:03:19  profilanswer
 

Bonjour,
 
j'essaie d'installer un serveur web apache2 avec une bdd mysql et phpadmin sur un dedie chez online qui a deja une seedbox.
 
J'ai suivi ce tutoriel : http://www.woinux.fr/installation- [...] bian-7-425
 
et d'autres sur internet, sans succès, j'obtiens toujours :
 

Code :
  1. The requested URL /phpmyadmin/navigation.php< was not found on this server.


 
alors que le serveur web marche bien (It Works!), par contre je ne suis pas sur le port 80 car deja utilisé par ailleurs.
 
Si quelqu'un a une idée ?
 
Merci

mood
Publicité
Posté le 18-04-2016 à 14:03:19  profilanswer
 

n°1389514
Arcan_-
Posté le 18-04-2016 à 16:30:53  profilanswer
 

Bonjour,  
 
Voici quelques points où jeter un oeil :

  • Est-ce que le fichier navigation.php est bien présent dans /usr/share/phpmyadmin ?
  • Est-ce que le vhost, ou du moins la configuration d'apache est bonne ? (/etc/apache2/conf.d et/ou /etc/apache2/sites-enabled)


Que disent les journaux d'apache et de php ?
 
 
Arcan_-

n°1389515
dureiken
Posté le 18-04-2016 à 17:30:09  profilanswer
 

Bonjour

 

Merci de ton aide.

 

Le fichier navigation.php est bien present et il semble bien aller chercher le repertoire phpmyadmin car tout autre adresse donne une erreur 404.

 

Le site est bien configure sur le bon port 74 qui me donne bien l'arborescence du repertoire www quand je mets IP:port

 

Je ne sais pas lire les journaux par contre

n°1389522
Arcan_-
Posté le 18-04-2016 à 20:50:37  profilanswer
 

Les logs d'apache sont disponibles dans /var/log/apache2.
 
Est-ce que le fichier /etc/apache2/conf.d/phpmyadmin.conf existe ?
Si oui, peux tu nous mettre le contenu ?

n°1389526
dureiken
Posté le 18-04-2016 à 21:35:22  profilanswer
 

@ MS45

Code :
  1. root@perso:/home/dureiken# ln -s /etc/apache2/conf.d/phpmyadmin.conf /etc/apache2/conf-enabled/phpmyadmin.conf
  2. ln: failed to create symbolic link `/etc/apache2/conf-enabled/phpmyadmin.conf': No such file or directory


 
je n'ai pas de repertoire conf-enabled, je le cree ?
 
@Arcan
 
phpmyadmin.conf existe en lien, voici son contenu :

Code :
  1. # phpMyAdmin default Apache configuration
  2. Alias /phpmyadmin /usr/share/phpmyadmin
  3. <Directory /usr/share/phpmyadmin>
  4. Options FollowSymLinks
  5. DirectoryIndex index.php
  6. <IfModule mod_php5.c>
  7.  AddType application/x-httpd-php .php
  8.  php_flag magic_quotes_gpc Off
  9.  php_flag track_vars On
  10.  php_flag register_globals Off
  11.  php_admin_flag allow_url_fopen Off
  12.  php_value include_path .
  13.  php_admin_value upload_tmp_dir /var/lib/phpmyadmin/tmp
  14.  php_admin_value open_basedir /usr/share/phpmyadmin/:/etc/phpmyadmin/:/var/lib/phpmyadmin/
  15. </IfModule>
  16. </Directory>
  17. # Authorize for setup
  18. <Directory /usr/share/phpmyadmin/setup>
  19.     <IfModule mod_authn_file.c>
  20.     AuthType Basic
  21.     AuthName "phpMyAdmin Setup"
  22.     AuthUserFile /etc/phpmyadmin/htpasswd.setup
  23.     </IfModule>
  24.     Require valid-user
  25. </Directory>
  26. # Disallow web access to directories that don't need it
  27. <Directory /usr/share/phpmyadmin/libraries>
  28.     Order Deny,Allow
  29.     Deny from All
  30. </Directory>
  31. <Directory /usr/share/phpmyadmin/setup/lib>
  32.     Order Deny,Allow
  33.     Deny from All
  34. </Directory>


 
et  pour les journaux voici le error.log de apache2
 

Spoiler :


[Sun Apr 17 23:54:12 2016] [notice] Apache/2.2.22 (Debian) configured -- resuming normal operations
[Sun Apr 17 23:56:11 2016] [error] [client 37.162.220.34] File does not exist: /var/www/favicon.ico
[Sun Apr 17 23:56:11 2016] [error] [client 37.162.220.34] File does not exist: /var/www/favicon.ico
[Sun Apr 17 23:56:31 2016] [error] [client 37.162.220.34] File does not exist: /usr/share/phpmyadmin/<, referer: http://XXXXXXXXXXXXXX:74/phpmyadmin/
[Sun Apr 17 23:56:31 2016] [error] [client 37.162.220.34] File does not exist: /usr/share/phpmyadmin/navigation.php<, referer: http://XXXXXXXXXXXXXX:74/phpmyadmin/
[Sun Apr 17 23:56:32 2016] [error] [client 37.162.220.34] File does not exist: /usr/share/phpmyadmin/navigation.php<, referer: http://XXXXXXXXXXXXXX:74/phpmyadmin/
 
[Mon Apr 18 09:28:00 2016] [notice] Graceful restart requested, doing restart
[Mon Apr 18 09:28:00 2016] [notice] Apache/2.2.22 (Debian) configured -- resuming normal operations
[Mon Apr 18 09:35:46 2016] [error] [client 37.162.219.211] File does not exist: /var/www/favicon.ico
[Mon Apr 18 09:35:47 2016] [error] [client 37.162.219.211] File does not exist: /var/www/favicon.ico
[Mon Apr 18 09:48:42 2016] [notice] caught SIGTERM, shutting down
[Mon Apr 18 09:48:43 2016] [notice] Apache/2.2.22 (Debian) configured -- resuming normal operations
[Mon Apr 18 11:54:19 2016] [error] [client 37.162.143.139] File does not exist: /var/www/html/favicon.ico
 


 
Merci de votre aide les gars

n°1389529
dureiken
Posté le 18-04-2016 à 22:06:24  profilanswer
 

Spoiler :

 

dureiken@perso:/usr/share/phpmyadmin$ ls -la
total 1148
drwxr-xr-x   8 root root   4096 Apr 18 17:23 .
drwxr-xr-x 118 root root   4096 Apr 18 17:23 ..
lrwxrwxrwx   1 root root     36 Oct 28 19:48 Documentation.html -> ../doc/phpmyadmin/Documentation.html
-rw-r--r--   1 root root  11230 Aug 12  2012 browse_foreigners.php
-rw-r--r--   1 root root   1621 Aug 12  2012 bs_disp_as_mime_type.php
-rw-r--r--   1 root root   2060 Aug 12  2012 bs_play_media.php
-rw-r--r--   1 root root   3855 Aug 12  2012 changelog.php
-rw-r--r--   1 root root    363 Aug 12  2012 chk_rel.php
-rw-r--r--   1 root root   3746 Aug 12  2012 config.sample.inc.php
-rw-r--r--   1 root root   4060 Aug 12  2012 db_create.php
-rw-r--r--   1 root root  10137 Aug 12  2012 db_datadict.php
-rw-r--r--   1 root root   2876 Aug 12  2012 db_export.php
-rw-r--r--   1 root root    466 Aug 12  2012 db_import.php
-rw-r--r--   1 root root  22673 Aug 12  2012 db_operations.php
-rw-r--r--   1 root root   7331 Aug 12  2012 db_printview.php
-rw-r--r--   1 root root  31253 Aug 12  2012 db_qbe.php
-rw-r--r--   1 root root  13970 Aug 12  2012 db_search.php
-rw-r--r--   1 root root   1039 Aug 12  2012 db_sql.php
-rw-r--r--   1 root root  22783 Aug 12  2012 db_structure.php
-rw-r--r--   1 root root   8357 Aug 12  2012 db_tracking.php
lrwxrwxrwx   1 root root     26 Oct 28 19:48 docs.css -> ../doc/phpmyadmin/docs.                                                                  css
-rw-r--r--   1 root root   3498 Aug 12  2012 enum_editor.php
-rw-r--r--   1 root root  28544 Oct 28 18:24 export.php
-rw-r--r--   1 root root  18902 Aug 12  2012 favicon.ico
-rw-r--r--   1 root root  16880 Oct 28 18:24 import.php
-rw-r--r--   1 root root   1058 Aug 12  2012 import_status.php
-rw-r--r--   1 root root   6701 Aug 12  2012 index.php
drwxr-xr-x   3 root root   4096 Apr 18 17:23 js
drwxr-xr-x  14 root root  12288 Apr 18 17:23 libraries
-rw-r--r--   1 root root    730 Aug 12  2012 license.php
drwxr-xr-x  43 root root   4096 Apr 18 17:23 locale
-rw-r--r--   1 root root  15962 Aug 12  2012 main.php
-rw-r--r--   1 root root  26742 Aug 12  2012 navigation.php
-rw-r--r--   1 root root    349 Aug 12  2012 phpinfo.php
-rw-r--r--   1 root root   1102 Aug 12  2012 phpmyadmin.css.php
drwxr-xr-x   5 root root   4096 Apr 18 17:23 pmd
-rw-r--r--   1 root root   9854 Aug 12  2012 pmd_common.php
-rw-r--r--   1 root root   1765 Aug 12  2012 pmd_display_field.php
-rw-r--r--   1 root root  35073 Aug 12  2012 pmd_general.php
-rw-r--r--   1 root root    948 Aug 12  2012 pmd_help.php
-rw-r--r--   1 root root   4539 Oct 28 18:24 pmd_pdf.php
-rw-r--r--   1 root root   3986 Aug 12  2012 pmd_relation_new.php
-rw-r--r--   1 root root   2165 Aug 12  2012 pmd_relation_upd.php
-rw-r--r--   1 root root   2061 Aug 12  2012 pmd_save_pos.php
-rw-r--r--   1 root root   2600 Aug 12  2012 prefs_forms.php
-rw-r--r--   1 root root  14904 Aug 12  2012 prefs_manage.php
-rw-r--r--   1 root root   1064 Aug 12  2012 print.css
-rw-r--r--   1 root root   7563 Aug 12  2012 querywindow.php
-rw-r--r--   1 root root   4405 Aug 12  2012 schema_edit.php
-rw-r--r--   1 root root   1608 Oct 28 18:24 schema_export.php
-rw-r--r--   1 root root   6802 Aug 12  2012 server_binlog.php
-rw-r--r--   1 root root   2645 Aug 12  2012 server_collations.php
-rw-r--r--   1 root root  10010 Aug 12  2012 server_databases.php
-rw-r--r--   1 root root   5192 Aug 12  2012 server_engines.php
-rw-r--r--   1 root root   2074 Aug 12  2012 server_export.php
-rw-r--r--   1 root root    477 Aug 12  2012 server_import.php
-rw-r--r--   1 root root 107511 Aug 12  2012 server_privileges.php
-rw-r--r--   1 root root   3606 Aug 12  2012 server_processlist.php
-rw-r--r--   1 root root  17282 Aug 12  2012 server_replication.php
-rw-r--r--   1 root root    581 Aug 12  2012 server_sql.php
-rw-r--r--   1 root root  39132 Aug 12  2012 server_status.php
-rw-r--r--   1 root root  58107 Aug 12  2012 server_synchronize.php
-rw-r--r--   1 root root   2777 Aug 12  2012 server_variables.php
drwxr-xr-x   4 root root   4096 Apr 18 17:23 setup
-rw-r--r--   1 root root    353 Aug 12  2012 show_config_errors.php
-rw-r--r--   1 root root  38451 Aug 12  2012 sql.php
-rw-r--r--   1 root root   7964 Aug 12  2012 tbl_addfield.php
-rw-r--r--   1 root root   7367 Aug 12  2012 tbl_alter.php
-rw-r--r--   1 root root  52368 Aug 12  2012 tbl_change.php
-rw-r--r--   1 root root   8171 Aug 12  2012 tbl_chart.php
-rw-r--r--   1 root root  15019 Aug 12  2012 tbl_create.php
-rw-r--r--   1 root root   2613 Aug 12  2012 tbl_export.php
-rw-r--r--   1 root root   1725 Aug 12  2012 tbl_get_field.php
-rw-r--r--   1 root root    624 Aug 12  2012 tbl_import.php
-rw-r--r--   1 root root   8156 Aug 12  2012 tbl_indexes.php
-rw-r--r--   1 root root   2312 Aug 12  2012 tbl_move_copy.php
-rw-r--r--   1 root root  31534 Aug 12  2012 tbl_operations.php
-rw-r--r--   1 root root  16369 Oct 28 19:26 tbl_printview.php
-rw-r--r--   1 root root  23680 Aug 12  2012 tbl_relation.php
-rw-r--r--   1 root root  16972 Aug 12  2012 tbl_replace.php
-rw-r--r--   1 root root   4684 Aug 12  2012 tbl_row_action.php
-rw-r--r--   1 root root  16484 Aug 12  2012 tbl_select.php
-rw-r--r--   1 root root    978 Aug 12  2012 tbl_sql.php
-rw-r--r--   1 root root  38529 Aug 12  2012 tbl_structure.php
-rw-r--r--   1 root root  26485 Aug 12  2012 tbl_tracking.php
drwxr-xr-x   4 root root   4096 Apr 18 17:23 themes
-rw-r--r--   1 root root   1355 Aug 12  2012 themes.php
-rw-r--r--   1 root root   2043 Aug 12  2012 transformation_overview.php
-rw-r--r--   1 root root   3611 Aug 12  2012 transformation_wrapper.php
-rw-r--r--   1 root root    391 Aug 12  2012 url.php
-rw-r--r--   1 root root   4879 Aug 12  2012 user_password.php
-rw-r--r--   1 root root   5354 Aug 12  2012 view_create.php
-rw-r--r--   1 root root   2802 Aug 12  2012 view_operations.php
-rw-r--r--   1 root root   1121 Aug 12  2012 webapp.php


Message édité par dureiken le 18-04-2016 à 22:15:25
n°1389538
Arcan_-
Posté le 19-04-2016 à 09:31:42  profilanswer
 

Le dossier conf-enabled n'est nécessaire que si apache est configuré pour en inclure le contenu.
Sous Debian, c'est le cas à partir de Jessie. Tu y retrouves le même principe de available/enabled que pour les vhosts et les modules.
 
 
Peut être un problème avec l'url utilisée ? :

Citation :

[Sun Apr 17 23:56:31 2016] [error] [client xxx] File does not exist: /usr/share/phpmyadmin/<, referer: http://XXXXXXXXXXXXXX:74/phpmyadmin/
[Sun Apr 17 23:56:31 2016] [error] [client xxx] File does not exist: /usr/share/phpmyadmin/navigation.php<, referer: http://XXXXXXXXXXXXXX:74/phpmyadmin/
[Sun Apr 17 23:56:32 2016] [error] [client xxx] File does not exist: /usr/share/phpmyadmin/navigation.php<, referer: http://XXXXXXXXXXXXXX:74/phpmyadmin/

n°1389539
Arcan_-
Posté le 19-04-2016 à 09:35:18  profilanswer
 

As tu des règles d'url rewriting quelque part ?
 
EDIT :
Je viens de lire le tuto que tu as suivi.
Es-tu allé jusqu'au bout ?
 
Peux tu nous donner le résultat de la commande  

Citation :

apache2ctl -M


Message édité par Arcan_- le 19-04-2016 à 09:45:37
n°1389563
dureiken
Posté le 19-04-2016 à 13:54:34  profilanswer
 

Bonjour,
 
voici le resultat  

Code :
  1. root@perso:/home/dureiken# apache2ctl -M
  2. [Tue Apr 19 13:51:53 2016] [warn] The Alias directive in /etc/apache2/conf.d/php                                                 myadmin.conf at line 3 will probably never match because it overlaps an earlier                                                  Alias.
  3. Loaded Modules:
  4. core_module (static)
  5. log_config_module (static)
  6. logio_module (static)
  7. version_module (static)
  8. mpm_worker_module (static)
  9. http_module (static)
  10. so_module (static)
  11. alias_module (shared)
  12. auth_basic_module (shared)
  13. authn_file_module (shared)
  14. authz_default_module (shared)
  15. authz_groupfile_module (shared)
  16. authz_host_module (shared)
  17. authz_user_module (shared)
  18. autoindex_module (shared)
  19. cgi_module (shared)
  20. cgid_module (shared)
  21. deflate_module (shared)
  22. dir_module (shared)
  23. env_module (shared)
  24. mime_module (shared)
  25. negotiation_module (shared)
  26. reqtimeout_module (shared)
  27. setenvif_module (shared)
  28. status_module (shared)
  29. Syntax OK


 
pour les regles je ne sais pas, j'ai suivi plein de tutos au final

n°1389579
Arcan_-
Posté le 19-04-2016 à 21:49:54  profilanswer
 

A priori pas d'url rewrite, le module n'est pas activé.
 
Pas de module php non plus, ni suexec/suphp. Comment utilises tu php ? FPM ?
 
Ce warn m'interpelle :

Citation :

[Tue Apr 19 13:51:53 2016] [warn] The Alias directive in /etc/apache2/conf.d/phpmyadmin.conf at line 3 will probably never match because it overlaps an earlier Alias.


 
Que donne : grep Alias /etc/apache2/{apache2.conf,conf.d/*}

mood
Publicité
Posté le 19-04-2016 à 21:49:54  profilanswer
 

n°1389592
dureiken
Posté le 20-04-2016 à 12:36:19  profilanswer
 

Cette ligne fait suite à l'ajout de :
Include /etc/apache2/conf.d/[^.#]*
dans apache2.conf, j'avais lu ça sur internet, mais sans succès.
 
et sinon :

Code :
  1. root@perso:/home/dureiken# grep Alias /etc/apache2/{apache2.conf,conf.d/*}
  2. /etc/apache2/conf.d/localized-error-pages:# We use Alias to redirect any /error/HTTP_<error>.html.var response to
  3. /etc/apache2/conf.d/localized-error-pages:#   Alias /error/include/ "/your/include/path/"
  4. /etc/apache2/conf.d/localized-error-pages:# even on a per-VirtualHost basis.  If you include the Alias in the global server
  5. /etc/apache2/conf.d/localized-error-pages:# context, is has to come _before_ the 'Alias /error/ ...' line.
  6. /etc/apache2/conf.d/localized-error-pages:#    Alias /error/ "/usr/share/apache2/error/"
  7. /etc/apache2/conf.d/phpmyadmin.conf:Alias /phpmyadmin /usr/share/phpmyadmin


 

n°1389596
Profil sup​primé
Posté le 20-04-2016 à 15:12:12  answer
 

Essaie de suivre tes includes:
 
grep -i include /etc/apache2/apache2.conf

n°1389597
dureiken
Posté le 20-04-2016 à 15:21:18  profilanswer
 

root@perso:/home/dureiken# grep -i include /etc/apache2/apache2.conf
#   In order to avoid conflicts with backup files, the Include directive is
# * ports.conf is always included from the main configuration file. It is
# Possible values include: debug, info, notice, warn, error, crit,
# Include module configuration:
Include mods-enabled/*.load
Include mods-enabled/*.conf
# Include list of ports to listen on and which to use for name based vhosts
Include ports.conf
# Include of directories ignores editors' and dpkg's backup files,
# Include generic snippets of statements
Include conf.d/
# Include the virtual host configurations:
Include sites-enabled/
root@perso:/home/dureiken#

n°1389598
Profil sup​primé
Posté le 20-04-2016 à 15:23:08  answer
 

fais un peu:
ls -al /etc/apache2/conf.d/
Puis:
cat /etc/apache2/ports.conf

n°1389599
dureiken
Posté le 20-04-2016 à 15:59:31  profilanswer
 

oot@perso:/home/dureiken# ls -al /etc/apache2/conf.d/
total 24
drwxr-xr-x 2 root root 4096 Apr 18 17:23 .
drwxr-xr-x 7 root root 4096 Apr 18 17:22 ..
-rw-r--r-- 1 root root  269 Aug 18  2015 charset
-rw-r--r-- 1 root root 3296 Aug 18  2015 localized-error-pages
-rw-r--r-- 1 root root  143 Aug 18  2015 other-vhosts-access-log
lrwxrwxrwx 1 root root   28 Apr 18 17:23 phpmyadmin.conf -> ../../phpmyadmin/apache.conf
-rw-r--r-- 1 root root 2590 Aug 18  2015 security
root@perso:/home/dureiken# cat /etc/apache2/ports.conf
# If you just change the port or add more ports here, you will likely also
# have to change the VirtualHost statement in
# /etc/apache2/sites-enabled/000-default
# This is also true if you have upgraded from before 2.2.9-3 (i.e. from
# Debian etch). See /usr/share/doc/apache2.2-common/NEWS.Debian.gz and
# README.Debian.gz

 

NameVirtualHost *:74
Listen 74

 

<IfModule mod_ssl.c>
    # If you add NameVirtualHost *:443 here, you will also have to change
    # the VirtualHost statement in /etc/apache2/sites-available/default-ssl
    # to <VirtualHost *:443>
    # Server Name Indication for SSL named virtual hosts is currently not
    # supported by MSIE on Windows XP.
    Listen 443
</IfModule>

 

<IfModule mod_gnutls.c>
    Listen 443
</IfModule>

 

root@perso:/home/dureiken#

n°1389659
Arcan_-
Posté le 21-04-2016 à 22:03:19  profilanswer
 

Peux tu nous donner le résultat de :
ls -la /etc/apache2/mods-enabled/
 
Ainsi que nous montrer le contenu de /etc/apache2/apache2.conf

n°1389665
dureiken
Posté le 21-04-2016 à 22:35:37  profilanswer
 

Code :
  1. dureiken@perso:~$ ls -la /etc/apache2/mods-enabled/
  2. total 8
  3. drwxr-xr-x 2 root root 4096 Apr 18 17:22 .
  4. drwxr-xr-x 7 root root 4096 Apr 18 17:22 ..
  5. lrwxrwxrwx 1 root root   28 Apr 17 23:43 alias.conf -> ../mods-available/alias.conf
  6. lrwxrwxrwx 1 root root   28 Apr 17 23:43 alias.load -> ../mods-available/alias.load
  7. lrwxrwxrwx 1 root root   33 Apr 17 23:43 auth_basic.load -> ../mods-available/auth_basic.load
  8. lrwxrwxrwx 1 root root   33 Apr 17 23:43 authn_file.load -> ../mods-available/authn_file.load
  9. lrwxrwxrwx 1 root root   36 Apr 17 23:43 authz_default.load -> ../mods-available/authz_default.load
  10. lrwxrwxrwx 1 root root   38 Apr 17 23:43 authz_groupfile.load -> ../mods-available/authz_groupfile.load
  11. lrwxrwxrwx 1 root root   33 Apr 17 23:43 authz_host.load -> ../mods-available/authz_host.load
  12. lrwxrwxrwx 1 root root   33 Apr 17 23:43 authz_user.load -> ../mods-available/authz_user.load
  13. lrwxrwxrwx 1 root root   32 Apr 17 23:43 autoindex.conf -> ../mods-available/autoindex.conf
  14. lrwxrwxrwx 1 root root   32 Apr 17 23:43 autoindex.load -> ../mods-available/autoindex.load
  15. lrwxrwxrwx 1 root root   26 Apr 17 23:43 cgi.load -> ../mods-available/cgi.load
  16. lrwxrwxrwx 1 root root   27 Apr 18 17:22 cgid.conf -> ../mods-available/cgid.conf
  17. lrwxrwxrwx 1 root root   27 Apr 18 17:22 cgid.load -> ../mods-available/cgid.load
  18. lrwxrwxrwx 1 root root   30 Apr 17 23:43 deflate.conf -> ../mods-available/deflate.conf
  19. lrwxrwxrwx 1 root root   30 Apr 17 23:43 deflate.load -> ../mods-available/deflate.load
  20. lrwxrwxrwx 1 root root   26 Apr 17 23:43 dir.conf -> ../mods-available/dir.conf
  21. lrwxrwxrwx 1 root root   26 Apr 17 23:43 dir.load -> ../mods-available/dir.load
  22. lrwxrwxrwx 1 root root   26 Apr 17 23:43 env.load -> ../mods-available/env.load
  23. lrwxrwxrwx 1 root root   27 Apr 17 23:43 mime.conf -> ../mods-available/mime.conf
  24. lrwxrwxrwx 1 root root   27 Apr 17 23:43 mime.load -> ../mods-available/mime.load
  25. lrwxrwxrwx 1 root root   34 Apr 17 23:43 negotiation.conf -> ../mods-available/negotiation.conf
  26. lrwxrwxrwx 1 root root   34 Apr 17 23:43 negotiation.load -> ../mods-available/negotiation.load
  27. lrwxrwxrwx 1 root root   33 Apr 17 23:43 reqtimeout.conf -> ../mods-available/reqtimeout.conf
  28. lrwxrwxrwx 1 root root   33 Apr 17 23:43 reqtimeout.load -> ../mods-available/reqtimeout.load
  29. lrwxrwxrwx 1 root root   31 Apr 17 23:43 setenvif.conf -> ../mods-available/setenvif.conf
  30. lrwxrwxrwx 1 root root   31 Apr 17 23:43 setenvif.load -> ../mods-available/setenvif.load
  31. lrwxrwxrwx 1 root root   29 Apr 17 23:43 status.conf -> ../mods-available/status.conf
  32. lrwxrwxrwx 1 root root   29 Apr 17 23:43 status.load -> ../mods-available/status.load
 

Et apache2
http://paste.debian.net/440015/

 

Merci ☺

n°1389695
Arcan_-
Posté le 22-04-2016 à 11:48:58  profilanswer
 

Je n'ai rien vu de spécial...
 
Peux tu nous montrer la configuration du vhost ?

n°1389944
dureiken
Posté le 27-04-2016 à 22:58:24  profilanswer
 

Merci de ton aide j'ai abandonné j'ai tout mis sur un PC portable a la maison avec un WAMP

mood
Publicité
Posté le   profilanswer
 


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs
  Logiciels

  Apache2 et phpmyadmin :

 

Sujets relatifs
[apache2] Déplacer /etc/apache2 ?Sécurisation apache2
Apache2/debian ne veut pas exécuter les .cgi (mais download)[resolu] configuration reperoire utilisateur apache2
[RESOLU] Apache2 -> 2 nom de domaines[ Apache2 ] configuration d'un alias directory pour un sous domaine
DEBIAN echec installation Paquet apache2 php5...Installation phpmyadmin
Problème pour me connecter à phpmyadminProblème pour (re)configurer phpmyadmin
Plus de sujets relatifs à : Apache2 et phpmyadmin :


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR