Author Topic: help me please apache no start and restart all services !!!!!!!!!  (Read 299 times)

0 Members and 1 Guest are viewing this topic.

Offline
*


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.

Offline
****
Re: help me please apache no start and restart all services !!!!!!!!!
« Reply #1 on: April 17, 2024, 01:42:22 PM »
relevant Apache logs and journal entries at the time of restart would be helpful...

Offline
*
Re: help me please apache no start and restart all services !!!!!!!!!
« Reply #2 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.



Offline
*
Re: help me please apache no start and restart all services !!!!!!!!!
« Reply #3 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)

Offline
****
Re: help me please apache no start and restart all services !!!!!!!!!
« Reply #4 on: April 17, 2024, 07:21:10 PM »
CWP doesn't fully support IPv6 yet, so remove your config that is failing.

Offline
****
Re: help me please apache no start and restart all services !!!!!!!!!
« Reply #5 on: April 17, 2024, 09:54:44 PM »
CWP doesn't support IPv6, but Apache 2.4 does.

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.

Offline
*
Re: help me please apache no start and restart all services !!!!!!!!!
« Reply #6 on: April 18, 2024, 08:13:46 AM »
CWP doesn't support IPv6, but Apache 2.4 does.

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.
Can you make this for me, my friend?
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?