Show Posts

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.


Messages - Wonder

Pages: 1 ... 4 5 [6] 7
76
PHP Selector / Re: PHP Selector not work
« on: December 09, 2020, 08:38:38 AM »
you will need powertools repo as that is required for building PHP from source
Yes, I view this, but all my searches indicate that, the Repo powetools is enabled when add epel repo, and in this case, not add this repo.
Continue searching for add this repo...

Regards.

Edit: Adding info:

I view the problem, in the last version of Centos 8, this repo is called with other name, I made a fresh install of CWP and in the installation appears a error that indicate, not view or recognice PowerTools repo.

The name now for this repo is:
CentOS-Linux-PowerTools.repo

I don't know how solved this...

77
@admin, I can't edit the post, edit and fix my last code, I don't end my last code.

78
PHP Selector / Re: PHP Selector not work
« on: December 09, 2020, 02:03:59 AM »
I view the problem, I search in:
/var/log/php-rebuild.log

and I view this error:

Error: Unknown repo: 'PowerTools'

For some reasson the last installations of this centos 8 no contain this repo, I installed epel repo, of course, for install cwp, but in my others vps I have PowerTool repo, but in this not...

79
PHP Selector / PHP Selector not work
« on: December 09, 2020, 12:04:42 AM »
Hi,
Recently, yesterday, I install 3 cwp's and I can swtich to php 7.1.33 (main php version, not for differents domains).

Since a few hours ago, I install a new centos (same version than the other 3) and reinstall cwp some times, but never I can change my main php version 5.6.3 to 7.1.3.

I know that, I can download and install manually but...I don't need more than 1 version of php, in this days I try this new panel for me for transfer all my vps to this panel, for me, its strange, yesterday, I can change my main version in 3 vps, today, I try about 3, 4 o 5 times (fresh installs always of centos) and I can't.

Regards.

80
Information / Re: Did CWP support IPV6?
« on: December 08, 2020, 11:59:46 PM »
Finally, I solved the problem and create a little guide for configure ipv6 and enabled in apache:
http://forum.centos-webpanel.com/index.php?topic=9935.0

81
Hi,

After my various problems to be able to have the web operational through ipv6 and to be able to solve it, I have decided to make this small mini guide.

After installing Centos 7 or 8, in my case it comes in a configuration file that ipv6 is disabled, a priori, in a clean installation of centos 8 it is activated by default, but it does not hurt, perform these checks / adjustments.

Code: [Select]
nano /etc/sysctl.confAnd add at the end of file:
Code: [Select]
net.ipv6.conf.default.disable_ipv6 = 0
net.ipv6.conf.all.disable_ipv6 = 0
Its possible you view some line like the above about net.ipv6.... delete and replace for this.

Save the file.

Now:
Code: [Select]
nano /etc/sysconfig/networkAnd add this line:
Code: [Select]
NETWORKING_IPV6=yesAnd now, restart:
Code: [Select]
shutdown -r now
After this, we need add ipv6 AAAA record, in my case, in main panel (ip:2031) I can't, impossible for me.
I can add this ipv6 record in control panel (ip:2083), in this panel, I can add ipv6 record without problem.
We add the ipv6 record.

After this, we go to edit vhost for accept connection via ipv6.

WebServer Settings-Webservers Conf Editor.
/usr/local/apache/conf.d/vhosts.

Then, click in edit in the domain.com.conf.

Search the lines (are 4) that start with:
Code: [Select]
<VirtualHost THE IP4:80>And just add this:
Code: [Select]
<VirtualHost [THE IP6]:80 THE IP4:80>Note, important enter the ipv6 with []
In this file, are 4 lines for add this.

Save.

Now, the same with the file domain.com.ssl.conf
In this case, we add:
Code: [Select]
<VirtualHost [THE IP6]:443 THE IP4:443>Also, in my case, are 4 lines for add the ipv6.

Then, restart apache:
Code: [Select]
systemctl restart httpd
This is all, I wait can help to some user.

82
Information / Re: Did CWP support IPV6?
« on: December 08, 2020, 11:30:46 AM »
hi, you can manually configure or create vhosts templates for websites with ipv6 configs.

Sandeep,

If you could post an example that would be great.
Allot of use want IPv6 support, and are just running Apache and not Nginx.

In a few hours I post a little guide for configure ipv6 in vhost for apache (not nginx), also, I use only apache.

83
Information / Re: Did CWP support IPV6?
« on: December 06, 2020, 05:54:16 PM »
hi, you can manually configure or create vhosts templates for websites with ipv6 configs.


Sorry for bumpt this thread.

I'm try CWP from severals days ago, if can configure all, I think in transfer all my vps to CWP.

Well, I don't use nginx, I use apache only, I view today that, my site, have not access with ipv6 (I have configure ipv6 and add dns records).
I view that this thread, you indicate that, we can manually configure or create vhosts templates for websites with ipv6 configs, can you indicate how made this?
Because I view the vhosts I think the best option is edit for add ipv6 but...how made this?

Sorry for the question.

Thanks and regards.

84
Information / Re: Manual to configure IPV6 in CWP.
« on: December 05, 2020, 02:03:28 PM »
Finnaly solved... in CentOS Web Admin Panel interface impossible! Any config work.

I can add in CentOS Web User Panel interface, any problem.

But when click in add AAAA record appears the field with ipv4 (not ipv6), but can add ipv6 and then, in web admin panel, appears my AAAA record.

https://ibb.co/S5xPZKG

85
Information / Re: Manual to configure IPV6 in CWP.
« on: December 04, 2020, 10:23:44 AM »
Any iddea about this issue?
I can't add a ipv6 record in any cwp server that I have for test...

Regards.

86
Information / Re: Manual to configure IPV6 in CWP.
« on: November 30, 2020, 01:17:47 AM »
Well, I try with others possible configs in fields:

Add New Records.
Type Record: AAAA

Record name:
I try with @m mydomain.com and mydomain.com.
TTL: 86400 and 14400
Direction PTv6 address:
I try with this formats:
xxxx:xxxx:xxxx:xxxx::1
xxxx:xxxx:xxxx:xxxx:0:0:0:1
xxxx:xxxx:xxxx:xxxx:0000:0000:0000:0001

Always indicate the same, Some Filed are invalid, and resalt in colour red, the field for IPv6 address.

But I don't know any more for indicate my ipv6 address...

Thanks and regards

87
Information / Re: Manual to configure IPV6 in CWP.
« on: November 25, 2020, 09:28:33 AM »
Try putting a dot at the end of the FQDN, like server1.mydomain.com.  or without the dot like server1.mydomain.com
The GUI for records is inconsistent.  ::)
Thanks for reply.
I try with @, with domain with dot at the end and not dot, with hostname with dot at the end and not.
Same problem.

Its possible my site are in cloudflare? The dns in my domain registrar point to dns cloudflare...

Regards.

88
Information / Re: Manual to configure IPV6 in CWP.
« on: November 25, 2020, 12:20:50 AM »
In English :)
The problem is when adding an ipv6 AAA record, it does not allow me, it always gives me an error, a field is missing or fails, I have tried with @, also with the domain and it always gives me the same error.

I don't understand having to respond in English to a person who asks in Spanish... it doesn't make sense, but well you would know.

As for your thing, try adding it from the administrator as root and not from the client side. Go to:

https://i.gyazo.com/8d4b63866acb7cb0c81974ade25c612a.png - DNS Zone List

Click this button: https://i.gyazo.com/364dc878cee4b9571d858622c1bce791.png

And try adding it from there.

Let me know if it works for you.

Greetings!

Hi!

Thanks for your reply.

Yes, I made the steps like your screenshoots, my error is, when click in Add record AAAA, always appears:

Error

Some fields is not valid value

Regards!!!

89
I added info about this:
Like indicate, in the panel not appear any email account, in VAR/VMAIL are all accounts, but in the panel, in Mail Explorer appears all accounts...

90
Information / Re: Manual to configure IPV6 in CWP.
« on: November 24, 2020, 10:15:03 AM »
In English :)
The problem is when adding an ipv6 AAA record, it does not allow me, it always gives me an error, a field is missing or fails, I have tried with @, also with the domain and it always gives me the same error.

Pages: 1 ... 4 5 [6] 7