Author Topic: Offical ipv6 Support?  (Read 5242 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Re: Offical ipv6 Support?
« Reply #30 on: August 18, 2023, 10:11:55 PM »
@dbmtr

I understand your frustration, the cure for now that we use is to lock the .conf files.
The updates also mess up the setting we need for the mirror servers we run.

Here is what we do:

cd /usr/local/apache/conf/
chattr +i *.conf
cd /usr/local/apache/conf.d/vhosts/
chattr +i *.conf

or you can do chattr +i /usr/local/apache/conf.d/vhosts/*.conf

I always like to make sure I'm in the right folder.

But if you have to do a change, you have to run the opposite chattr -i, make the changes, then relock.

Thanks for the information to protect the existing configurations sounds good.

Can I also use it for the .tpl files under "/usr/local/cwpsrv/htdocs/resources/conf/web_servers/vhosts/httpd" ?

Offline
****
Re: Offical ipv6 Support?
« Reply #31 on: August 19, 2023, 04:12:18 AM »
You can use chattr to lock/unlock any files you choose to.

Offline
*
Re: Offical ipv6 Support?
« Reply #32 on: August 19, 2023, 04:49:44 PM »
You can use chattr to lock/unlock any files you choose to.

Thanks for the info.

Has anyone got Apache-PHP-fpm running with Ipv6?

Offline
****
Re: Offical ipv6 Support?
« Reply #33 on: August 19, 2023, 10:14:20 PM »
Yes, the IPv6 is in the Apache vhost conf.

PHP doesn't care one way or another.