Posts by techie
-
-
Could you check with edit domain from reseller interface? I changed php setting from reseller interface. Not from customer interface.
I used this setting page that image attached. -
Per site selected, it is default option.
Creating a site with "allow_url_fopen = On" and changing of php settings does not work. As far as I can see, there are two table with related "allow url fopen option". One of them is in "domain" table, the other is "php_ini" table. I can see that there is no problem with "domain" table. All column fields are updated correctly. However, "allow_url_fopen" and "display_errors" column fields does not updated in "php_ini" table. -
I installed i-mscp (selected php 5.6 with fcgid) from latest branch 1.6.x version from Github I logged as reseller and i created a client domain. When I want to change php "allow_url_fopen" settings of client, panel says that settings changed successfully. However, I can see that "allow_url_fopen" value did not changed in /var/www/fcgi/domain.com/php5.6/php.ini.
When I checked "allow_url_fopen" php value in the php_ini table, I see that the value also did not changed.OS: debian 8.9 jessie / LXC on proxmox
PHP: 5.6 with Fcgid
- libapache2-mod-fcgid 1:2.3.9-1+b1
- libapache2-mod-php5.6 5.6.32-1+0~20171027135825.7+jessie~1.gbpd60169
i-mscp version: Git 1.6.x latest branch from Github
CodeName = Alan Silvestri
Browser: Firefox 53.0.3 -
Panel does not update some php settings for client. For example, allow_url_fopen does not updated. I am using lastest Git Branch.
-
Nuxwin
You are the marvelous hardworking man. Everyone,who follows i-mscp project, knows this fact.
I think you can overcome this too.Is this in your short or long term plan? Do you have planned due date?
-
I see that all billing plugins (KaziWhcms or Boxbilling) does not compatible with 1.2.17 or current 1.2.x branch.
They are also not updated for a long time. This plugins are dead or still alive?Nuxwin:
What do you think about i-mscp billing plugins for the future? -
Thanks for your quick reply.
I commented out,
mount options=(rw, bind)now it works..
-
This is the my error log:
Servers::httpd::apache_fcgid::mountLogsFolder: mount: /var/log/apache2/test.com is write-protected, mounting read-only mount: cannot mount /var/log/apache2/test.com read-only
I have already commented
# mount options=(rw, bind),
as said in this URL: http://wiki.i-mscp.net/doku.ph…an#behind_a_lxc_containermy /etc/apparmor.d/lxc/lxc-default.conf is:
----------
profile lxc-container-default flags=(attach_disconnected,mediate_deleted) {
#include <abstractions/lxc/container-base>
# mount options=(rw, bind),
# the container may never be allowed to mount devpts. If it does, it
# will remount the host's devpts. We could allow it to do it with
# the newinstance option (but, right now, we don't).
deny mount fstype=devpts,
}
-----------Using: proxmox 4.0, debian jessie 8 and ZFS file system.
-
I see that i-mscp mount system backported from 1.3.x branch. Now, 1.2.x current branch is does not work with lxc with Proxmox 4.x.