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.
1
PHP / Re: Problem PHP Mail Function Alma Linux 8
« on: April 18, 2025, 06:22:36 PM »Test done: AlmaLinux 8 + CWP Pro
Installation of s-nail in console then reboot of the server.
The problem remains the same no mail from the php scripts and the logs
are normal without errors.
Do I need to make a special configuration or adjustment to php.ini?
You have to use an email address thats on the server or it will balk. IOW no gmail
2
PHP / Re: php compiling for 1 hour
« on: April 18, 2025, 05:50:47 PM »Yea, go from 5.6 to 7.4, then from 7.4 to 8.xI tried the 2 step doxy do and it worked. mpita
If the sites down' need anything below 7.4, then you might want to look at using AlmaLinux 9.5 instead of 8.10.
3
PHP / Re: php compiling for 1 hour
« on: April 18, 2025, 01:22:52 PM »
So I got up today and both servers had not been updated to the 8.1 php. More disasters. I will try the incremental method.
4
PHP / php compiling for 1 hour
« on: April 18, 2025, 12:51:34 AM »
I am updating php from default 5.6 to 8.1. On one server its been an hour so far, and the other server 30 minutes. Both servers have no websites.
5
CSF Firewall / Re: No CSF almalinux
« on: April 18, 2025, 12:47:52 AM »
And what would be the consequence if I wasnt watching the logs at the time?
6
CSF Firewall / Re: No CSF almalinux
« on: April 18, 2025, 12:33:38 AM »
speaking of php...
during the cwp install I saw error messages about pear.php.net. It was scrolling fast but I gather it wanted me to do something later on after the install finished.
during the cwp install I saw error messages about pear.php.net. It was scrolling fast but I gather it wanted me to do something later on after the install finished.
7
CSF Firewall / Re: No CSF almalinux
« on: April 17, 2025, 10:46:32 PM »
When I said what shall I do, I didnt mean how do I do. I meant, a noose, a bullet or a hand grenade
8
Information / Bad day for alma
« on: April 17, 2025, 10:19:25 PM »
So I installed alma8 3 times today. Each time when I went to login to the contol panel I entered the password that I used to install cwp....you know the same old password that I have been using for years. And it wouldnt work. Now mind you that it did work perfectly when logging into putty to install cwp. And it still works if I login in to putty. So I figured out I can change the root password and both putty and cwp will work. No cap locks wasnt on.
And each time, CSF was not installed. uggg
And each time, php 5.6 was installed as default. I even tried the -r yes --phpfpm 8.1 option, and that didnt work either.
What a disaster.
And each time, CSF was not installed. uggg
And each time, php 5.6 was installed as default. I even tried the -r yes --phpfpm 8.1 option, and that didnt work either.
What a disaster.
9
CSF Firewall / Re: Firewall CFS not enable alma8 - al8 (fixed)
« on: April 17, 2025, 04:46:06 PM »QuoteNow, as you did run normal installation script, run 'uninstall.sh' (the normal uninstallation script), and install again, now running 'install.cwp.sh'.
Did that and CWP install. CWP is showing the firewall is off but when I run the enable from the panel it says the firewall is already running. Will it still handle the tables?
confirmed. CWP icon says disabled but when I enable it, it says its already running................................
10
CSF Firewall / No CSF almalinux
« on: April 17, 2025, 03:44:50 PM »
Just noticed on my new install alma8 that there is no csf directory. what shall I do?
12
Information / Re: Goaccess stopped working
« on: April 13, 2025, 11:34:14 AM »The beauty of customizability -- my domlogs look like this. I got away from _log a long time ago in favor of .log, which is more easily read in external log reader & stats programs:Code: [Select]-rw-r--r-- 1 nobody root 0 Apr 11 14:23 domain.com.error.log
-rw-r--r-- 1 nobody root 0 Apr 11 14:23 domain.com.log
-rw-r--r-- 1 nobody root 0 Apr 10 14:23 domain.bytes
-rw-r--r-- 1 nobody root 202 Mar 31 02:51 domain.com.error.log-20250331.gz
-rw-r--r-- 1 nobody root 286 Apr 1 01:37 domain.com.error.log-20250401.gz
-rw-r--r-- 1 nobody root 294 Apr 3 01:42 domain.com.error.log-20250403.gz
-rw-r--r-- 1 nobody root 4129 Apr 5 02:33 domain.com.error.log-20250405.gz
-rw-r--r-- 1 nobody root 856 Apr 6 20:20 domain.com.error.log-20250407.gz
-rw-r--r-- 1 nobody root 767 Apr 8 00:20 domain.com.error.log-20250408.gz
-rw-r--r-- 1 nobody root 432 Apr 9 19:06 domain.com.error.log-20250410.gz
-rw-r--r-- 1 nobody root 121 Mar 31 02:51 domain.com.log-20250331.gz
-rw-r--r-- 1 nobody root 196 Apr 1 01:37 domain.com.log-20250401.gz
-rw-r--r-- 1 nobody root 262 Apr 3 01:42 domain.com.log-20250403.gz
-rw-r--r-- 1 nobody root 11656 Apr 5 02:33 domain.com.log-20250405.gz
-rw-r--r-- 1 nobody root 6594 Apr 6 20:20 domain.com.log-20250407.gz
-rw-r--r-- 1 nobody root 6507 Apr 8 00:20 domain.com.log-20250408.gz
-rw-r--r-- 1 nobody root 5983 Apr 9 19:06 domain.com.log-20250410.gz
I agree! That does look might handsome! But how did you do it?
13
MySQL / Re: Alma 8.1 VM with latest CWP and MariaDB update problems
« on: April 13, 2025, 11:31:07 AM »
Hows come sandeep doesnt post here anymore
14
MySQL / Re: howto export all databases and users with privel
« on: April 13, 2025, 11:28:34 AM »mysqldump --system=users --insert-ignore --all-databases > alldatabase.sql
More info can be found here:
https://dba.stackexchange.com/questions/299650/mysqldump-all-database-including-user-password-and-grants
Thanks. your post will help others too.
15
MySQL / Re: howto export all databases and users with privel
« on: April 11, 2025, 09:53:59 PM »
I looking more at the dbase migration. I can grab the public_html folder with ssh. Done it in the past, fast and furious. But thats just for folders.
Basically, I want to know how to dump all/some databases with the users. I exported from phpmyadmin and I dont get any users. I read on line that mariadb is supposed to export users with export.
Basically, I want to know how to dump all/some databases with the users. I exported from phpmyadmin and I dont get any users. I read on line that mariadb is supposed to export users with export.