Actions
Anomalie #18102
ferméErreur de redirection
Début:
25/08/2021
Echéance:
06/09/2021
Projet Parapheur:
Description
On a une erreur 403 forbiden quand on fait un refresh sur MaarchParapheur21.03 centos8
Ça ne se produit que sur un refresh
On peut naviguer sur le parapheur signer, faire des action, etc...
Mais si on clic sur le bouton refresh du navigateur on a un 403
Actions
#1
Mis à jour par Ludovic ARAUJO il y a environ 3 ans
<Directory "/var/www/html/MaarchCourrier">
AllowOverride All
Options -Indexes
Options FollowSymLinks Includes ExecCGI
SetEnv MAARCH_TMP_DIR "/tmp/"
SetEnv LIBRARIES_DIR "/var/www/html/libraries/"
SetEnv MAARCH_ENCRYPT_KEY "Security Key Maarch Parapheur"
# <FilesMatch ".*">
# Order deny,allow
# Deny from all
# </FilesMatch>
# Root to allow index.php
# <FilesMatch "^$">
# Order allow,deny
# Allow from all
# </FilesMatch>
# Core root
# <FilesMatch "^(index|ws_server|static|merged_js|merged_css|reopen|applet_launcher|applet_controller|log)\.php$">
# Order allow,deny
# Allow from all
# </FilesMatch>
# App static files
# <FilesMatch "\.(svg|css|js|jpg|jpeg|png|gif|ttf|woff|woff2)$">
# Order allow,deny
# Allow from all
# </FilesMatch>
# App tools files
# <FilesMatch "\.(htm|html|jar|jnlp)$">
# Order allow,deny
# Allow from all
# </FilesMatch>
</Directory>
<Directory /var/www/html/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Require all granted
</Directory>
<Directory "/var/www/html/MaarchParapheur">
SetEnv CONFIG_DIR "/var/www/html/MaarchParapheur/config/"
SetEnv MAARCH_ENCRYPT_KEY "Security Key Maarch Parapheur"
AllowOverride All
Options -Indexes
Options FollowSymLinks Includes ExecCGI
CGIPassAuth On
RewriteEngine On
SetEnv MAARCH_TMP_DIR "/tmp/"
SetEnv LIBRARIES_DIR "/var/www/html/libraries/"
</Directory>
Actions
#4
Mis à jour par Emmanuel DILLARD il y a environ 3 ans
- Echéance changé de 10/09/2021 à 06/09/2021
- Statut changé de A qualifier à R&D - A étudier
- Assigné à mis à Alex ORLUC
Actions
#5
Mis à jour par Alex ORLUC il y a environ 3 ans
Mettre aussi l'url qui est utilisé pour ce client.
Actions
#6
Mis à jour par Alex ORLUC il y a environ 3 ans
- Assigné à changé de Alex ORLUC à Ludovic ARAUJO
Actions
#7
Mis à jour par Alex ORLUC il y a environ 3 ans
- Statut changé de R&D - A étudier à Complément d'Informations
Actions
#8
Mis à jour par Ludovic ARAUJO il y a presque 3 ans
- Statut changé de Complément d'Informations à Clôturé
Actions