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 26-10-2018 14:06:43

Debian Alain
Membre
Lieu : Bretagne
Distrib. : sid (unstable) / bullseye (stable)
Noyau : Linux sid 6.4.0-3-amd64
(G)UI : Gnome X.org (X11) / GDM3
Inscription : 11-03-2017
Site Web

[abandonné] W.P. multi - site uploads (php.ini) 2ème site

bonjour , toujours dans le cadre de la configuration de W.P. ,

cette fois - ci pour le téléversement .

W.P. limite l'upload à 1MB. alors que PHP.INI est configuré comme suit :

;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;

; Whether to allow HTTP file uploads.
; http://php.net/file-uploads
file_uploads = On

; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
; http://php.net/upload-tmp-dir
;upload_tmp_dir =

; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 128M
post_max_size = 128M
max_execution_time = 300

; Maximum number of files that can be uploaded via a single request
max_file_uploads = 300



1540559268.png

auriez vous une idée pour mettre l'upload à sa valeur maxi (celle de php) ?

extrait .htaccess :


# copié site hostinger rajout memoire php téléversement
php_value upload_max_filesize 128M
 php_value post_max_size 128M
 php_value max_execution_time 300
 php_value max_input_time 300
 



extrait PHP.INI :

# Plus de mémoire PHP
define('WP_MEMORY_LIMIT', '128M');



aucune solution ne fonctionne .

je crois qu'il faut créer un deuxième user dans apache mais , comment faire ?

trouvé ceci :  https://forum.ubuntu-fr.org/viewtopic.php?id=149180

htpasswd -c </var/www/site>  <Toto> -b <mdp>



confirmation ?

root@Host-001:/home/hp# htpasswd -c /var/www/html/DF-Perso alainDF -b strasbourg


Usage:
  htpasswd [-cimBdpsDv] [-C cost] passwordfile username
  htpasswd -b[cmBdpsDv] [-C cost] passwordfile username password

  htpasswd -n[imBdps] [-C cost] username
  htpasswd -nb[mBdps] [-C cost] username password
 -c  Create a new file.
 -n  Don't update file; display results on stdout.
 -b  Use the password from the command line rather than prompting for it.
 -i  Read password from stdin without verification (for script usage).
 -m  Force MD5 encryption of the password (default).
 -B  Force bcrypt encryption of the password (very secure).
 -C  Set the computing time used for the bcrypt algorithm
     (higher is more secure but slower, default: 5, valid: 4 to 31).
 -d  Force CRYPT encryption of the password (8 chars max, insecure).
 -s  Force SHA encryption of the password (insecure).
 -p  Do not encrypt the password (plaintext, insecure).
 -D  Delete the specified user.
 -v  Verify password for the specified user.
On other systems than Windows and NetWare the '-p' flag will probably not work.
The SHA algorithm does not use a salt and is less secure than the MD5 algorithm.



root@Host-001:/home/hp# htpasswd -c /var/www/html/DF-Perso .htpasswd alainDF


Usage:
  htpasswd [-cimBdpsDv] [-C cost] passwordfile username
  htpasswd -b[cmBdpsDv] [-C cost] passwordfile username password

  htpasswd -n[imBdps] [-C cost] username
  htpasswd -nb[mBdps] [-C cost] username password
 -c  Create a new file.
 -n  Don't update file; display results on stdout.
 -b  Use the password from the command line rather than prompting for it.
 -i  Read password from stdin without verification (for script usage).
 -m  Force MD5 encryption of the password (default).
 -B  Force bcrypt encryption of the password (very secure).
 -C  Set the computing time used for the bcrypt algorithm
     (higher is more secure but slower, default: 5, valid: 4 to 31).
 -d  Force CRYPT encryption of the password (8 chars max, insecure).
 -s  Force SHA encryption of the password (insecure).
 -p  Do not encrypt the password (plaintext, insecure).
 -D  Delete the specified user.
 -v  Verify password for the specified user.
On other systems than Windows and NetWare the '-p' flag will probably not work.
The SHA algorithm does not use a salt and is less secure than the MD5 algorithm.



root@Host-001:/home/hp# htpasswd -cb /var/www/html/DF-Perso/ .htpasswd alainDF strasbourg


Usage:
  htpasswd [-cimBdpsDv] [-C cost] passwordfile username
  htpasswd -b[cmBdpsDv] [-C cost] passwordfile username password

  htpasswd -n[imBdps] [-C cost] username
  htpasswd -nb[mBdps] [-C cost] username password
 -c  Create a new file.
 -n  Don't update file; display results on stdout.
 -b  Use the password from the command line rather than prompting for it.
 -i  Read password from stdin without verification (for script usage).
 -m  Force MD5 encryption of the password (default).
 -B  Force bcrypt encryption of the password (very secure).
 -C  Set the computing time used for the bcrypt algorithm
     (higher is more secure but slower, default: 5, valid: 4 to 31).
 -d  Force CRYPT encryption of the password (8 chars max, insecure).
 -s  Force SHA encryption of the password (insecure).
 -p  Do not encrypt the password (plaintext, insecure).
 -D  Delete the specified user.
 -v  Verify password for the specified user.
On other systems than Windows and NetWare the '-p' flag will probably not work.
The SHA algorithm does not use a salt and is less secure than the MD5 algorithm.



aucune de ces méthodes ne fonctionne :
https://blogpascher.com/tutoriel-wordpr … -wordpress

le téléversement reste toujours bridé à 1Mo .

pas moyen de l'augmenter . bizzarre bizzarre ...

Dernière modification par Debian Alain (27-10-2018 21:15:19)

Hors ligne

#2 26-10-2018 21:11:16

Debian Alain
Membre
Lieu : Bretagne
Distrib. : sid (unstable) / bullseye (stable)
Noyau : Linux sid 6.4.0-3-amd64
(G)UI : Gnome X.org (X11) / GDM3
Inscription : 11-03-2017
Site Web

Re : [abandonné] W.P. multi - site uploads (php.ini) 2ème site

bon , le problème du php.ini et consorts me semblant clos ,

reste celui des utilisateurs de php .

bon , pour commencer , en partie d'après ceci : https://doc.ubuntu-fr.org/apache2
la version d'apache :

hp@Host-001:~$ sudo apache2ctl -v


[sudo] Mot de passe de hp : 
Server version: Apache/2.4.25 (Debian)
Server built:   2018-06-02T08:01:13


test de la configuration :

hp@Host-001:~$ sudo apache2ctl -t


Syntax OK


Pour tester la configuration des hôtes virtuels :

hp@Host-001:~$ sudo apache2ctl -t -D DUMP_VHOSTS


VirtualHost configuration:
*:80                   Host-001.lan (/etc/apache2/sites-enabled/000-default.conf:1)



reste ceci :
gestion des fichiers d'utilisateur ....
authentification et  autorisation
repertoires web utilisateurs

ce à quoi je ne pige rien .

un coup de main ?

Dernière modification par Debian Alain (26-10-2018 21:18:49)

Hors ligne

Pied de page des forums