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 - cyberspace

Pages: 1 [2] 3 4 ... 21
16
Problems on other RedHat linux servers / Re: Clamav / AL 9
« on: January 14, 2025, 04:02:24 PM »
It means clamav is installed and mail system uses it to check emails for viruses/trojans.

17
CentOS 7 Problems / Re: Pure-FTP fails to run
« on: January 14, 2025, 01:32:32 PM »
This like could shed light on the problem:

Code: [Select]
Jul 18 01:15:54 fez systemd: Can't open PID file /var/run/pure-ftpd.pid (yet?) after start: Too many levels of symbolic links
Check paths, symlinks, etc. There could be something like "loop".

18
Information / Re: Demo not work...
« on: January 14, 2025, 01:21:04 PM »
Tested also, and works OK.

Demo is working for me too. I can access. There are no errors.

19
CentOS-WebPanel Bugs / Re: [FIX] user panel login is not working
« on: January 14, 2025, 01:19:33 PM »

do not work with Alma Linux 9...?!?


Do you get any errors ?

20
Problems on other RedHat linux servers / Re: Clamav / AL 9
« on: January 14, 2025, 01:16:34 PM »
Hi,

In shell (command prompt) of your server run the following commands as root:
Code: [Select]
rpm -qa | grep clam
ps auxc | grep clam

The first command will show you if any binary packages associated with ClamAV are installed. You should see a few packages.

The second command shows if any clamav process is running currently. You should see "clamd" if clamav is running as daemon.

21
Did you do it on both (source and destination) servers ?

22
There is no any "database cache". If you get the cached error then it means the error is cached by your site or some service like "CloudFlare" if your site uses it. If the error isn't cached then I recommend you to contact the deveopers/community or read docs of Laravel to find where the database connection settings are stored.

23
Information / Re: Having Problems with DNS
« on: January 08, 2025, 11:49:05 AM »
1. Check WHOIS of your domain and "dig" nameservers used by your domain for the records ns1.mydomain.com, ns2.mydomain.com:

Code: [Select]
dig @dns1.com ns1.mydomain.com
dig @dns2.com ns2.mydomain.com
(look for "answer" section)

replace "dns1.com, dns2.com" with the actual nameservers used by your domain (see WHOIS).

2. If your domain uses your own nameservers "nsX.mydomain.com" then register the nameservers at your registrar.

24
PHP / Re: URGENT Database insert not working
« on: January 07, 2025, 12:27:07 PM »
Enable MySQL/MariaDB "general_log" and check it to investigate the problem. It will show you if the script is able to connect and all SQL queries initiated by your scripts.

25
Code: [Select]
cat /dev/null > /root/.ssh/known_hosts
then try again.

26
Nice !

However, I strongly recommend you to upgrade the system up to AlmaLinux 8 because Centos 7 is EOL.

27
Try to compile the module from sources:
(you do it on your own risk)
Code: [Select]
cd /usr/local/src
wget https://archive.apache.org/dist/httpd/httpd-2.4.62.tar.gz
tar -xvzf httpd-2.4.62.tar.gz
cd httpd-2.4.62/modules/cache/
/usr/local/apache/bin/apxs  -i -c -n mod_socache_shmcb.so mod_socache_shmcb.c

then try to restart apache again.

28
Show output of:

Code: [Select]
/usr/local/apache/bin/httpd -v
and

Code: [Select]
cat /usr/local/apache/conf/extra/httpd-ssl.conf

29
Where did mod_rpaf.so go? It's part of the default CWP kit...

I think rpaf wasn't installed properly because the server works under "Centos 7". Anyway, rpaf isn't necessary if Apache only used.

30
Rename the file:

/usr/local/apache/conf.d/rpaf.conf
to
/usr/local/apache/conf.d/rpaf.conf_backup

and try to restart apache again.

Did you reinstall apache or some apache modules manually ?

Also, it seems you use Centos 7. Centos 7 is EOL. So be ready to experience problems when you update/install some server side software.

Pages: 1 [2] 3 4 ... 21