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
PHP / PHP 8 and XML RPC
« on: April 18, 2024, 06:58:24 AM »Hi
I need to add PECL package https://github.com/php/pecl-networking-xmlrpc/ to PHP 8
Howto add it in the PHP PECL extensions of CWP ?
Note: on my Rocky Linux 8.9, directory /opt/alt does not exists, it cause a PHP warning in CWP. Then I have this warning:
Notice: Undefined offset: 1 in /usr/local/cwpsrv/htdocs/resources/admin/modules/php_pecl.php on line 0
Thanks for helps
Regards
2
Apache / Re: Default Page Displayed for all domains
« on: November 25, 2019, 03:03:10 PM »
An index.html was created in the public_html folder. That is, index.php wasn't call. Juste removing the index.html (temporary) solve the problem.
But, the next day, index.html respawn :/
I Edit the DirectoryIndex directive in httpd.conf, putting index.php first, this works (I restart httpd and remove index.html too)
But the next day, index.html respawn AND httpd.conf was modified: the DirectoryIndex was change to the initial value.
Is there an httpd.conf template ? And Where ?
No more problem since 2 days.
3
Apache / Re: Default Page Displayed for all domains
« on: November 23, 2019, 07:22:16 PM »An index.html was created in the public_html folder. That is, index.php wasn't call. Juste removing the index.html (temporary) solve the problem.
But, the next day, index.html respawn :/
I Edit the DirectoryIndex directive in httpd.conf, putting index.php first, this works (I restart httpd and remove index.html too)
But the next day, index.html respawn AND httpd.conf was modified: the DirectoryIndex was change to the initial value.
Is there an httpd.conf template ? And Where ?
Pages: [1]