Is there any script suggestion for this problem?
Posts by Dylan
-
-
This is not a bug in the plugin. Please make sure that your server can reach out the outside world... Make sure that DNS names can be resolved and so on...
Thank you the idea!
I checked now, and really.... can't get php.net's IP.
I don't know why, but now I added to /etc/resolv.conf
And now it seems to be ok.
-
Hi,
Distro: Debian Jessie 8.11
i-MSCP 1.5.3
Build: 2018120800
PhpSwitcher version: 5.0.3
If I try to add a new PHP version, the following error comes:
With PHP 7.3 is the same error.
I have no any additional information in logs.
Any idea what can I do with it?
Thank you!
-
Very good theme, keep up good work!
Just an idea:
Can you place somewhere a quick search area?
It will be very usefull if users can search to functions. (Search in main and submenus and filter to that)
-
-
Still in progress... I'm working at many levels... Hard... Will try to deliver an update for the current i-MSCP version next week. Sorry for the delays...
Hi Nuxwin
Is there any progress? My clients asking this a lot..
-
Hello,
I have some basic questions regarding the PHP Versions and the PHPSwitcher Plugin.
Right now everything in running with version 5.6 on iMSCP 1.5.3, will this version be updated in a next iMSCP release automatically? (Because it will be an outdated version)
Or do we have to update the PHP version always by ourselves?
If we do an update from 5.6 to say 7.3, all of our hosted sites would have to use this version, right?
With the PHPSwitcher we can set which version to use for each customer we added, right?
So if we have the PHPSwitcher we will be more fleixble on which kind of PHP version to use, that is the advantage but we cannot always update to the newest PHP version like 7.3 because it is only 7.1 supported at the moment.
Is that correct or am understanding something wrong.You can choose the default PHP version though i-MSCP installer. (currently 5.6, 7.0, 7.1)
Command:
This will be your and your customer's default php version, so be carefull what you choose.
If you want multiple php version at the same time for your customers, you need PhpSwitcher plugin.
Btw Nuxwin, we need 7.2 support at this time. Any progress with this?
-
Ok, thank you! I'll think about it...
-
Before giving you any answer, I would want known why you need set the SNI vhost check off exactly.
I have a custom billing system, and my online payment partner communicate with an old client with us...
That client not support SNI, and apache get back 403 error message:
[Tue Nov 06 08:39:05.759045 2018] [ssl:error] [pid 16618:tid 140185341699840] AH02033: No hostname was provided via SNI for a name based virtual host
I already talked to them, but they need development in they system... Meantime I need solution for this...
-
Thank you, but no, I haven't try that. Very old topic, I think there are different solution now.
I tried this, but no any effects.
/etc/apache2/sites-enabled/sub.domain.tld_ssl.conf file:
Quote<VirtualHost IP:443>
ServerAdmin webmaster@sub.domain.tld
ServerName sub.domain.tld
ServerAlias http://www.sub.domain.tld sub476.admin.domain.tld
DocumentRoot /var/www/virtual/domain.tld/iroda/htdocs
DirectoryIndex disabled
LogLevel error
ErrorLog /var/log/apache2/sub.domain.tld/error.log
Alias /errors/ /var/www/virtual/domain.tld/errors/
SSLEngine On
SSLCertificateFile /var/www/imscp/gui/data/certs/sub.domain.tld.pem
Header always set Strict-Transport-Security "max-age=0; includeSubDomains"
# Go ahead and accept connections for these vhosts
# from non-SNI clients
SSLStrictSNIVHostCheck off
<Proxy "unix:/run/phpswitcher/psw7.1-fpm-sub.domain.tld.sock|fcgi://sub.domain.tld" retry=0>
ProxySet connectiontimeout=5 timeout=7200
</Proxy>
<Directory /var/www/virtual/domain.hu/iroda/htdocs>
Options FollowSymLinks
DirectoryIndex index.php
AllowOverride All
<If "%{REQUEST_FILENAME} =~ /\.ph(?:p[3457]?|t|tml)$/ && -f %{REQUEST_FILENAME}">
SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1
SetHandler proxy:fcgi://sub.domain.tld
</If>
DirectoryIndex index.html index.xhtml index.htm
Require all granted
</Directory>
<Location /stats>
ProxyErrorOverride On
ProxyPreserveHost Off
ProxyPass http://127.0.0.1:8889/stats/sub.domain.tld retry=1 acquire=3000 timeout=600 Keepalive=On
ProxyPassReverse http://127.0.0.1:8889/stats/sub.domain.tld
</Location>
Include /etc/apache2/imscp/sub.domain.tld.conf
</VirtualHost>
Nuxwin have you any tip?
Thank you!