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
1
vote
1 answer

Adding PHP 5.6.12 to Ispconfig 3 (with Apache) on Debian 7

I have standard setup for Ispconfig 3: https://www.howtoforge.com/perfect-server-debian-wheezy-apache2-bind-dovecot-ispconfig-3 Server is up to date. Everything working fine. I'm trying to add PHP 5.6.12 following this…
prochor666
  • 41
  • 1
  • 4
1
vote
2 answers

ISPCONFIG 3 and GITLAB

I have my gitlab working locally, but somehow i cannot access it externally. Can't figure out the problem. I'm running Debian 8 system. Current conf files : /etc/gitlab/gitlab.rb gitlab_url = "http://127.0.0.1:9999" external_url…
Ahti Kivit
  • 11
  • 2
0
votes
0 answers

How can I secure node.js with letsencrypt on an ispconfig server?

How to run node.js applications securely on a web server using letsencrypt certs that automatically renew? We did follow several tutorials on creating certificates and included the appropriate paths to the .pem .cert and .key files which worked for…
pat
  • 1
  • 1
0
votes
0 answers

ERROR_403_ Forbidden

I want to upload a job for my university (html + php ) ,when upload the project to server , the server display ERROR 403 - Forbidden! The following error occurred: You are not permitted to access the requested URL. Please contact the webmaster…
0
votes
1 answer

How to create a cygwin script to automatic backup on local PC in ispconfig

My script is for backup web directory and SQL files of all the Website in ispconfig panel on my local machine (not on linux dedicated server). The script is cygwin bash.
Ornot
  • 55
  • 10
0
votes
1 answer

Error of displaying the PHP version in the site form (ISPConfig)

ISPConfig (Management Panel) We have two versions of PHP: 7.2 and 7.4. They work properly. However, in the site edit form, in the PHP version selection list, option 7.4 is always displayed. Even if version 7.2 is set, re-entering the form shows…
0
votes
1 answer

Mail client wouldn't connect with my Docker mail server

I've build a Docker based "Perfect server" clone of this tutorial, but more up-to-date and I succeeded at sending and receiving emails locally via the Roundcube webmail application towards external email accounts without using external relays.…
Colin
  • 53
  • 2
  • 10
0
votes
1 answer

"rewrite" structure for subdomain on Nginx

I want to do a custom rewrite for the subdomain on ISPconfig. When I add the code below for this, the subdomain is redirected to the main domain. Sample #1: server { ... if ($http_host = "panel.example.com") { rewrite…
user12799634
0
votes
1 answer

ISPConfig Redirection issue - How to add wildcards redirect in ISPConfig Control Panel

I have two domains xyz.nl and xyz.com .. I am trying to redirect xyz.nl to xyz.com. It works fine if I go to xyz.nl but it doesn't redirect if I go to xyz.nl/some-url I have managed the settings from sites --> domain (xyz.nl) --> Redirect My Setting…
Rana
  • 31
  • 6
0
votes
1 answer

roundcube doesn't login after installation

I was trying installing roundcube on my apache2,ISPCONFIG3 server, on my LAN using : https://www.howtoforge.com/using-roundcube-webmail-with-ispconfig-3-on-debian-wheezy-apache2 with the following changes : remoteuser roundcube pass…
0
votes
1 answer

ERR_TIMED_OUT when phpmailer ( i use ISPConfig ) send mail from PHP

My phpmailer work correctly, in PHPMailer log i have message: SERVER -> CLIENT: 250 2.0.0 Ok: queued as XXXXXXXXXXXXX And I receive every email with small delay which is also OK. But Every message (especially when I send more than 10 mails in the…
0
votes
1 answer

How to point a subdomain to a subfolder

I have an Apache server running ISPConfig. On a domain example.com I am pointing its subdomains to subfolders, e.g. foo.example.com to /sub/foo. This works fine: RewriteEngine On RewriteCond %{REQUEST_URI} !^/example\.com/ RewriteCond %{HTTP_HOST}…
Ian Pollak
  • 83
  • 11
0
votes
0 answers

how to post on ispconfig?

When I publish my site on ispconfig I have a problem while it works locally and on virtualmin, here is the error: [Wed Sep 16 15:20:22.111023 2020] [proxy_fcgi:error] [pid 20093] [client 77.153.22.28:33676] AH01071: Got error 'PHP message: PHP Fatal…
0
votes
1 answer

How can I remove .php extension while using ISPCONFIG 3?

I'd need to remove the .php extension from the browser, I used to do it from apache2.conf in the last server I was running the website on, but on this new one I need to use ISPCONFIG3 and I don't know how to use set it to remove the .php extension,…
0
votes
1 answer

Change Document Root for existing site - IspConfig 3

I don't find a solution for the following problem. I have lot of website into /var/www folder, now i want change the webpath for /home/sites folder. I change into IspConfig Server Config : But it's didn't work, can you help me with a real…
Gary Houbre
  • 857
  • 8
  • 24