Pages : 1
#1 Le 20/07/2014, à 20:24
- renaud07
ispconfig : 403 forbidden
Bonsoir,
J'ai installé ISP config pour pouvoir gérer mon serveur plus facilement, mais alors que tout semble s'être installé correctement, j'ai droit à un 403 forbidden lorsque je tape https://ip_serveur:8080
J'ai tenté aujourd'hui de le réinstaller et c'est toujours pareil.
Un
chown -R www-data:www-data /usr/local/ispconfig
ainsi qu'un
chmod -R 755 /usr/local/ispconfig
Ne change rien.
Savez-vous d'où ça peut venir ?
Merci d'avance.
PS : voici le contenu du vhost créé :
ServerAdmin webmaster@localhost
<FilesMatch "\.ph(p3?|tml)$">
SetHandler None
</FilesMatch>
<IfModule mod_fcgid.c>
DocumentRoot /var/www/ispconfig/
SuexecUserGroup ispconfig ispconfig
<Directory /var/www/ispconfig/>
Options -Indexes +FollowSymLinks +MultiViews +ExecCGI
AllowOverride AuthConfig Indexes Limit Options FileInfo
<FilesMatch "\.php$">
SetHandler fcgid-script
</FilesMatch>
FCGIWrapper /var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter .php
Order allow,deny
Allow from all
</Directory>
IPCCommTimeout 7200
MaxRequestLen 15728640
</IfModule>
<IfModule mpm_itk_module>
DocumentRoot /usr/local/ispconfig/interface/web/
AssignUserId ispconfig ispconfig
AddType application/x-httpd-php .php
<Directory /usr/local/ispconfig/interface/web>
# php_admin_value open_basedir "/usr/local/ispconfig/interface:/usr/share:/tmp"
Options +FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
php_value magic_quotes_gpc 0
</Directory>
</IfModule>
# ErrorLog /var/log/apache2/error.log
# CustomLog /var/log/apache2/access.log combined
ServerSignature Off
<IfModule mod_security2.c>
SecRuleEngine Off
</IfModule>
# SSL Configuration
SSLEngine On
SSLCertificateFile /usr/local/ispconfig/interface/ssl/ispserver.crt
SSLCertificateKeyFile /usr/local/ispconfig/interface/ssl/ispserver.key
#SSLCACertificateFile /usr/local/ispconfig/interface/ssl/ispserver.bundle
Dernière modification par renaud07 (Le 20/07/2014, à 20:56)
Fixe : AMD FX 8350 4Ghz - Asus M5A97 R2.0 - nVidia GT610 - RAM 8 Go - triple boot Ubuntu 18.04 MATE 64 bits / Manjaro MATE 17 64 bits / Windows 7 64 bits
Portable : Dell vostro 3550 - Intel core i5 2410M 2.30Ghz - HD Gaphics 3000 - RAM 4 Go - dualboot Xubuntu 18.04 64 bits / Windows 7 64 bits
Hors ligne
#2 Le 25/07/2014, à 16:58
- Compte supprimé
Re : ispconfig : 403 forbidden
Bonjour.
Tes droits semblent bon, as-tu iptable qui tourne...? Peut-être autoriser la connexion sur le port 8080...
Des foi que...
#3 Le 27/07/2014, à 16:30
- renaud07
Re : ispconfig : 403 forbidden
Merci pour la réponse.
En fait je vais abandonner l'idée car je ne m'en suis pas rendu compte tout de suite mais le fait de l'avoir installé m'avais modifié la config de postfix et courier-imap et plus rien ne fonctionnait, je me suis arraché les cheveux pendant toute une après-midi pour retrouver les bon paramètres
Dernière modification par renaud07 (Le 27/07/2014, à 16:30)
Fixe : AMD FX 8350 4Ghz - Asus M5A97 R2.0 - nVidia GT610 - RAM 8 Go - triple boot Ubuntu 18.04 MATE 64 bits / Manjaro MATE 17 64 bits / Windows 7 64 bits
Portable : Dell vostro 3550 - Intel core i5 2410M 2.30Ghz - HD Gaphics 3000 - RAM 4 Go - dualboot Xubuntu 18.04 64 bits / Windows 7 64 bits
Hors ligne
Pages : 1