Questions tagged [ispconfig]

ISPConfig is an open source hosting control panel for Linux, licensed under BSD license and developed by the company ISPConfig UG.

ISPConfig is an open source hosting control panel for Linux, licensed under BSD license and developed by the company ISPConfig UG.

-- https://en.wikipedia.org/wiki/ISPConfig

http://www.ispconfig.org/page/en/ispconfig.html

88 questions
2
votes
1 answer

SOAP API on ISPconfig 3

I have seen a couple post on how to use the SOAP API and just can't seem to get it to authentic, I just receive the following message: SOAP Error: The login failed. Username or password wrong I know the user/password details are correct but I can't…
jamboNum5
  • 275
  • 2
  • 11
2
votes
0 answers

Is there a way to do bulk actions in ISPCofig?

I am using IPSConfig 3.0.5.4p9, on Debian Jessie. Is it possible to do bulk actions in ISPConfig WebPanel? By actions, I mean: Add New Sites Domains Modify multile Site Domains to the same parameter Add multiple catch-all emails Add multiple…
KingsInnerSoul
  • 1,373
  • 4
  • 20
  • 49
1
vote
1 answer

Python call SOAP API without wsdl

i need to call a SOAP API. My problem is that this api doesn`t provide wsdl. Its the ISPConfig Remote API written in PHP. Is there a Python Module which is able to call a Soap ws without wsdl? I know my question was asked before, but there is no…
GDF-WebDev
  • 13
  • 6
1
vote
0 answers

Roudcube version 1.4.4 long loading time for email detail

Good evening, can somebody help me please how to optimize Roundcube mail klient (v1.4.4) for faster loading emails? ✓ Logging in is fast ✓ Show mail's list is too fast ✓ Same php version ✘ loading detail of message takes too long (click to e-mail…
Kevin Colbert
  • 41
  • 1
  • 3
1
vote
0 answers

Ispconfig 3.1.13p1 problem creating new Let's encrypt certificate. Multiple accounts

I've an Ubuntu 16.04 server with ISPConfig 3.1.13p1. Lately I created a new website and I checked "Let's Encrypt" and "SSL" as usual. However, after few minutes the setting was removed. I guessed it was a problem in creating the certificate. The…
drenda
  • 5,846
  • 11
  • 68
  • 141
1
vote
2 answers

How to force renew of a Let's Encrypt Certificate in ISPConfig 3?

I'm using ISPConfig 3 and all certificates are renewing automaticly, except one. I'd disabled SSL (and Let's Encrypt) for this Website, removed the Certs in /etc/letsencrypt for that Site and enabled it again. But it's still using the old cert and…
HR123
  • 688
  • 1
  • 6
  • 15
1
vote
1 answer

(Solved) Apache2 Basic Auth on sub-directory not prompting for authentication

TL;DR: The custom error pages of ISPConfig were the reason for those redirects. We have an Apache 2.4 installation in an ISPConfig environment. Every vhost has a directory for administration purposes. My .htaccess looks like follow: AuthType…
1
vote
0 answers

How to extract Zip archive located under different user directory in ISPConfig 3

I face the problem with extracting the .zip archive located under different user web/ directory. Let me explain: I have 2 websites both written on pure php. First website i use to manage Second. Every client on Second website has his own folder…
Serghei Leonenco
  • 3,478
  • 2
  • 8
  • 16
1
vote
1 answer

ISPConfig LetsEncrypt & Self Signed Certificate BROKEN CONFIG

im at that point, that i couldnt solve the problem now anymore ... seriosly, i was so stupid, checked the letsencrypt ssl and simultanously created a self signed certificate. however, i think with that i have broken the SSL config. other domains…
1
vote
1 answer

How don't logging specif IP Address in Nginx?

I am getting on the IP of my VPS thousands of connections like this: 51.15.76.184 - - [17 / Dec / 2017: 16: 31: 17 -0200] "CONNECT portal.geniptv.com:8080 HTTP / 1.1" 400 172 "-" "- These connections are already blocked (HTTP / 1.1 "400 = Bad…
1
vote
0 answers

ERROR 403 - Forbidden! phpMyAdmin ISPConfig

On our webserver we have have ISPconfig setup to manage multiple sites and databases that we develop. Recently, however we have had the need to upgrade php from 5.3 to 7 which worked out OK. I am however now having a problem accessing phpMyAdmin. I…
1
vote
3 answers

2 php versions installed(5.6&7) how to add pecl ssh2 ext only to the 5.6 installation?

I've installed 2 php versions on my server (which is managed by ISPconfig 3) using this howto: https://www.howtoforge.com/tutorial/how-to-install-php-5-6-on-ubuntu-16-04/ I'm trying to add pecl ssh2 extension only to my 5.6 installation. cd…
Tzahi Serruya
  • 147
  • 2
  • 11
1
vote
1 answer

ISPConfig - Let's Encrypt not available after upgrade

I just upgraded from ISPConfig 3.0 to 3.1.2 on Debian 7. According to the Changelog, Let's Encrypt is now supported. However, I don't see any Let's Encrypt specific options. I can create an SSL certificate from the SSL tab of a Website, but…
Jimmy Thomsen
  • 471
  • 3
  • 9
1
vote
0 answers

ISPConfig 3 One click cms install when creating website

I would like to know if it's possible to create an script that allow me or the client to install a cms in one click (like wordpress) via ISPConfig admin panel. What i would like to do is this: Create bdd & user Download last and/or specific version…
EikiProg
  • 83
  • 9
1
vote
1 answer

Changing "post_max_size" has no effect

I'm using ISPConfig 3. I have set: post_max_size and upload_max_filesize = 10M in /etc/php5/fpm/php.ini php_value post_max_size and upload_max_filesize 10M in .htaccess Then restarted apache with /etc/init.d/apache2 restart Still, those values are…
johndoe33
  • 444
  • 6
  • 25