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
E-Mail / Re: ClamAV Failed
« on: May 08, 2025, 01:53:40 PM »Looks like you have some fundamentals to set up with DNS. Choose where you want to manage your DNS -- CWP? Contabo? A DDoS resilient provider like Cloudflare? You'll need some glue records and all the basic records in place (also DKIM and SPF). At least you have a PTR record (reverse DNS) in place for your IP address, provided by Contabo.I use my server normally without many plugins. What do you mean? I don't understand. Can you help me?
It's in Contabo, yes.
2
E-Mail / ClamAV Failed
« on: May 08, 2025, 01:32:09 PM »
How to fix this problem ?
How can I properly configure my Email to send and receive Emails normally without delay? Should I delete the ones here that were automatically created outside of mail.mydomainname.info?
https://i.postimg.cc/44hj8G1Y/222.png
Hi, I'm AI-Robot, I will try to recover your clamd service.
Service Recovery FAILED!! "Unable to find service file: /usr/local/cwpsrv/htdocs/resources/admin/include/ai_robot/services/ai_service_clamd.php" I'm reporting this issue to main CWP artificial intelligence system!
I'm still learning please give me some time to learn about all issues.
ClamAV Failed
How can I properly configure my Email to send and receive Emails normally without delay? Should I delete the ones here that were automatically created outside of mail.mydomainname.info?
https://i.postimg.cc/44hj8G1Y/222.png
Hi, I'm AI-Robot, I will try to recover your clamd service.
Service Recovery FAILED!! "Unable to find service file: /usr/local/cwpsrv/htdocs/resources/admin/include/ai_robot/services/ai_service_clamd.php" I'm reporting this issue to main CWP artificial intelligence system!
I'm still learning please give me some time to learn about all issues.
ClamAV Failed
3
Apache / Re: help me please apache no start and restart all services !!!!!!!!!
« on: April 18, 2024, 08:13:46 AM »CWP doesn't support IPv6, but Apache 2.4 does.Can you make this for me, my friend?
BUT Requires manual configuration.
We use IPv4 & IPv6.
BUT with IPv6, you have to manually add it to the VHOST .conf file
Here's an example.
Goto WebServer Settings -> WebServers Conf Editor -> Tab labeled [/usr/local/apache/conf.d/vhosts/], Select the .conf you want to add IPv6 to.
At the very top you will see: <VirtualHost 1.2.3.4:80>
Simply at the top, add the IPv6, so it looks like: <VirtualHost 1.2.3.4:80 [Your IPv6]:80>
You will need to do this with both files. .conf & .ssl.conf.
But with ssl, you will have the port set to 443.
Now you have to lock the .conf files, so when CWP run it's updated it won't wipe out your config.
You can also create a template for each site, but that always seemed like a pain in the @$$.
To lock the files run:Code: [Select]cd /usr/local/apache/conf.d/vhosts/
chattr +i *.conf
To unlock run:Code: [Select]cd /usr/local/apache/conf.d/vhosts/
chattr -i *.conf
If you got lost, then you might want to hire an experienced sys admin.
Should I send you my server details so you can fix it for me? I'm using scirpt xbtitfm 4.1 for torrent tracker and the other issue I'm facing is that in the utorrent client it says http error 505. Can you fix it for me?
4
Apache / Re: help me please apache no start and restart all services !!!!!!!!!
« on: April 17, 2024, 05:16:59 PM »Code: [Select]
Apr 17 19:02:12 vmi1810266 NetworkManager[645]: [1713373332.3985] platform: (eth0) route-sync: failure to add IPv6 route: type unicast fe80::1/128 dev 2 metric 100 mss 0 rt-src user: Permission denied
Apr 17 19:02:22 vmi1810266 NetworkManager[645]: [1713373342.4015] platform-linux: do-add-ip6-address[2: fe80::250:56ff:fe51:669d]: failure 13 (Permission denied)
Apr 17 19:02:24 vmi1810266 NetworkManager[645]: [1713373344.4019] ipv6ll[46da606a1dd69972,ifindex=2]: changed: no IPv6 link local address to retry after Duplicate Address Detection failures (back off)
5
Apache / Re: help me please apache no start and restart all services !!!!!!!!!
« on: April 17, 2024, 05:14:45 PM »
WARNING!
● httpd.service - Web server Apache
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2024-04-17 14:02:10 CEST; 5h 12min ago
Process: 3637 ExecStop=/usr/local/apache/bin/apachectl graceful-stop (code=exited, status=0/SUCCESS)
Process: 2839 ExecReload=/usr/local/apache/bin/apachectl graceful (code=exited, status=0/SUCCESS)
Process: 3641 ExecStart=/usr/local/apache/bin/apachectl start (code=exited, status=0/SUCCESS)
Main PID: 3646 (httpd)
Tasks: 109 (limit: 100561)
Memory: 53.2M
CGroup: /system.slice/httpd.service
├─3646 /usr/local/apache/bin/httpd -k start
├─3647 /usr/local/apache/bin/httpd -k start
├─3649 /usr/local/apache/bin/httpd -k start
├─3650 /usr/local/apache/bin/httpd -k start
└─3808 /usr/local/apache/bin/httpd -k start
Apr 17 14:02:09 vmi1810266.contaboserver.net systemd[1]: Starting Web server Apache...
Apr 17 14:02:10 vmi1810266.contaboserver.net systemd[1]: Started Web server Apache.
● httpd.service - Web server Apache
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2024-04-17 14:02:10 CEST; 5h 12min ago
Process: 3637 ExecStop=/usr/local/apache/bin/apachectl graceful-stop (code=exited, status=0/SUCCESS)
Process: 2839 ExecReload=/usr/local/apache/bin/apachectl graceful (code=exited, status=0/SUCCESS)
Process: 3641 ExecStart=/usr/local/apache/bin/apachectl start (code=exited, status=0/SUCCESS)
Main PID: 3646 (httpd)
Tasks: 109 (limit: 100561)
Memory: 53.2M
CGroup: /system.slice/httpd.service
├─3646 /usr/local/apache/bin/httpd -k start
├─3647 /usr/local/apache/bin/httpd -k start
├─3649 /usr/local/apache/bin/httpd -k start
├─3650 /usr/local/apache/bin/httpd -k start
└─3808 /usr/local/apache/bin/httpd -k start
Apr 17 14:02:09 vmi1810266.contaboserver.net systemd[1]: Starting Web server Apache...
Apr 17 14:02:10 vmi1810266.contaboserver.net systemd[1]: Started Web server Apache.
6
Apache / help me please apache no start and restart all services !!!!!!!!!
« on: April 17, 2024, 11:34:20 AM »I clicked on restart all services and now it says weak connection also the WEB SERVER is not working can you fix both of these for me please? Unfortunately, I don't know much about the control panel. Any help from you would be appreciated for me.
Unable to connect
An error occurred while connecting to my domain name.
Can you see why my domain name is not connecting? What should I change in the mod security rules? I would like to disable this rule to let me do what you want to change, but I don't know what to disable, can you see it and fix it for me?
I would like to be able to save any changes I make without having any problem for my domain hellenictorrents.info and for the username soneigr
Good evening, can you fix this problem I have here now: when I go to make changes to my folders and files it says this and my changes are not accepted Forbidden
You don't have permission to access this resource.
Pages: [1]