This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
CentOS-WebPanel Bugs / Domain vhost with wrong IP
« on: June 03, 2015, 03:33:25 AM »
Let's say I have 2 users:
admin with ip 1.2.3.4
user2 with ip 5.6.7.8
When I add a domain to user2 I want this domain to use the ip 5.6.7.8
The IP in the Apache vhost is always 1.2.3.4
I didn't touch the template, it uses %domain_ip%
If I Rebuild Apache vHosts the correct ip is set.
admin with ip 1.2.3.4
user2 with ip 5.6.7.8
When I add a domain to user2 I want this domain to use the ip 5.6.7.8
The IP in the Apache vhost is always 1.2.3.4
I didn't touch the template, it uses %domain_ip%
If I Rebuild Apache vHosts the correct ip is set.
2
CentOS-WebPanel Bugs / Domain path truncated
« on: June 03, 2015, 03:27:12 AM »
The domain PATH is not long enought. It is getting truncated when I enter long domain name.
Ex:
Domain: nice-long-domain-name-are-not-unusual.space
Path: /home/admin/domains/nice-long-domain-name-are-not-unusual.space/public_html/
Path shown: /home/admin/domains/nice-long-domain-name-are-not-unusual.sp
Ex:
Domain: nice-long-domain-name-are-not-unusual.space
Path: /home/admin/domains/nice-long-domain-name-are-not-unusual.space/public_html/
Path shown: /home/admin/domains/nice-long-domain-name-are-not-unusual.sp
3
SOAP calls dont' seem to work on my brand new CWP installation.
I can see the SOAP module enabled on the PHP Short Info page but it does not appear on phpinfo() page.
When I do php -i | grep -i soap I see --enable-soap and Soap Client => enabled.
It all seems fine but It doesn't work when I try to use it in my code.
I have tried to (re)install it using yum install php-soap but still no luck.
Any clue please?
I can see the SOAP module enabled on the PHP Short Info page but it does not appear on phpinfo() page.
When I do php -i | grep -i soap I see --enable-soap and Soap Client => enabled.
It all seems fine but It doesn't work when I try to use it in my code.
I have tried to (re)install it using yum install php-soap but still no luck.
Any clue please?
Pages: [1]