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
0
votes
1 answer

PDF 404 error with custom webroot in ISPConfig

I have custom webroot in ISPConfig configured Code: DocumentRoot "/var/www/clients/client1/web18/web/web/" Options -SymLinksIfOwnerMatch +FollowSymLinks In that root directory I have directory "manual"…
Delirium
  • 1,277
  • 3
  • 16
  • 27
0
votes
1 answer

ISPConfig not working in port 8080 after fresh install in AWS lightsail

Server Details: AWS Lightsail with 4 GB Ram & 2 core OS Version: Debain 9.12 (stretch) I have added my static IP 3.6.*. in DNS records - A, CNAME, TXT, MX, SRV To set hostname In AWS once I reboot /etc/hosts file restored to default, So first I…
Bharath Raj
  • 33
  • 1
  • 8
0
votes
0 answers

Outlook 2016 not using autodiscover XML

So, this will be my last attempt to get some help on this issue. I already made a reddit post about this as well, but so far, no solution. I'm running an ISPConfig server. It has a plugin for Automail (autoconfig & autodiscover). Autoconfig for…
Tuumke
  • 51
  • 11
0
votes
1 answer

Create a failover server, with all configuration files and everything from master server

I have a primary server, where I'm running couple off websites. A friend of mine has configured everything there. Im running Debian on my server. ISPConfig (Where I manage all my domains, mails, ftp) Apache Mysql PHPMyadmin Now, I have very…
Mensur
  • 457
  • 9
  • 28
0
votes
0 answers

PHP - reach open_basedir maximum security

I run a server for several websites, driven by ISPConfig. There are (for now) 4 php versions installed : 5.6, 7.0, 7.2, 7.3. I would like to maximize the security and I arrived at the open_basedir settings. The directories allowed are…
Gaëtan Trema
  • 51
  • 1
  • 1
0
votes
1 answer

override phpmyadmin upload limit

I have already increased these variable data for my server and I can see it using phpinfo() But the problem is, phpmyadmin still showing upload limit as (Max: 2,048KiB). Running ubuntu 18, php 7.2, ispconfig3 upload_max_filesize = 64M memory_limit =…
Tuhin A.
  • 529
  • 5
  • 13
0
votes
1 answer

ISPConfig serving wrong site

My website loading from another folder, when I pointed my domain to the ip. I have already added the domain in ISP, and the new folder created with default content, but Apache serving another of my site.
DaWe
  • 1,422
  • 16
  • 26
0
votes
1 answer

Automatic lets encrypt SSL certificate for wildcard subdomain

I am using ISPConfig as hosting panel on my Centos VPS Machine and Cloudflare for DNS management. I have added the following rewrite rules to my vhost which automatically reroutes sub-folders to sub-domains. Code: RewriteEngine On RewriteCond…
Back Office
  • 71
  • 1
  • 13
0
votes
1 answer

ISPConfig auto-configuring IP address

what's the simpliest way to edit IP address of server in ISPConfig database? I want to deploy virtual servers with ISPConfig but it does not refresh its IP address in ISPConfig. How to achieve it? I can use cloud-init, so maybe some shell script…
Lukáš H.
  • 11
  • 3
0
votes
1 answer

ISPConfig wont accept new certificate

I was using certificate which expired. I requested new one with new private key and request file. But when I add new certificate to ISPConfig vhost, even after running /usr/local/ispconfig/server/server.sh the new certificate wont be accepted…
Delirium
  • 1,277
  • 3
  • 16
  • 27
0
votes
1 answer

Laravel ISPConfig/Nginx directives

I have a laravel app and my client needs to access it via subfolder (let's say clientdomain.com/laravelapp/). I have already moved the contents of laravel's /public/ folder to /laravelapp and setup the index.php file so it references the right…
chuysbz
  • 1,262
  • 6
  • 18
  • 47
0
votes
1 answer

ISPConfig, Testing website without domain name

I have a VPS with ISPConfig 3. I just create a website and ftp access.How can I test my website without domain name ?
Sébastien REMY
  • 2,399
  • 21
  • 39
0
votes
1 answer

An exception occured in driver: SQLSTATE[28000] [1045] Access denied for user 'c1ser****'@'localhost' (using password: YES)

Actually I work why database (phpmyadmin) on my symfony's project, but when I try to use them, I've got this error : An exception occured in driver: SQLSTATE[28000] [1045] Access denied for user 'c1ser****'@'localhost' (using password: YES) The…
Verdouze
  • 417
  • 2
  • 9
  • 25
0
votes
0 answers

ISPConfig email queue shows unknown emails (likely spams), is my server hacked?

I use ISPconfig and when I look on "Mail Queue" I can see lot of unknown emails (I did not sent any emails to them). Was my server hacked? Example: -Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient------- 1A5E7CECD 6284 Wed Oct 18 08:55:45…
JackDavis
  • 117
  • 1
  • 4
  • 17
0
votes
1 answer

Nginx - all requests received goes to same website

I tried to search for a solution to this problem for some time now. But nothing seems to work. The issue is that every request goes always to the same website (first website configured on ISPconfig. If I disable the first one, it goes to the second…