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 5 ... 21
31
Did you uncomment the line
#Include /usr/local/apache/conf.d/*.conf
by removing "#" at beginning ?

32
Please read my previous post if you are interested to solve the problem.

33
The main apache conf file looks good, except the line:
#Include /usr/local/apache/conf.d/*.conf
(last line of the file)
Uncomment it, stop/kill Apache and then try to restart it manually.

If your sites are inaccessible still then make sure the ports 80, 443 are used by Apache only:
Code: [Select]
netstat -nlp| egrep "nginx|httpd"If the ports 80, 443 remain unused then log into CWP admin and double check CWP is configured to use Apache only (WebServer config --> Select WebServers), switch to "Apache Only" if there is something else, rebuild vHosts and restart Apache.

35
The screenshots provided by you show the error 404. It means "connection accepted" not "refused" (connection refused and the error 404 are totally different things). Additionally it tells something (nginx or apache) listens the port 80.

I think you checked the wrong apache config file. The Apache config file used by CWP is:

/usr/local/apache/conf/httpd.conf

Additionally check if you have some files in:

/etc/nginx/conf.d/vhosts/


Using:

Code: [Select]
netstat -nlp| egrep "nginx|httpd"

check what services exactly use the webports (80,443,8181,8443).

Show results.

Additionally, tell us what your webconfing is now.

36
Did you check if Apache and/or Nginx work ?

Also, please provide more details when you ask to help because the descriptions like "my website doesn't work" , "I get nothing", etc don't shed light on the problem. The browser always shows something and the results like "blank white page", "error message", etc help to understand where the problem could be.

37
Check files:

/etc/nginx/conf.d/vhosts/DOMAIN.COM.conf
/etc/nginx/conf.d/vhosts/DOMAIN.COM.ssl.conf

and make sure there is no:

Code: [Select]
  if ($http_referer = "") {
  return 403;
    }

38
CSF Firewall / Re: Load CSF statistics on CWP
« on: December 31, 2024, 07:44:19 AM »
Scroll down the menu at the left side of the CWP admin panel until you see "ConfigServer Scripts", open it and click on "ConfigServer Firewall". It will open the native CSF user interface.

I do believe you are looking for the button at the wrong page, that is why "the UI is not the same as in cPanel".

39
CSF Firewall / Re: Load CSF statistics on CWP
« on: December 30, 2024, 12:54:53 PM »
When the required perl modules are installed, I see the button "lfd statistics".

So make sure you are looking for the statistic at the proper page. If you don't see it then check the page:
https://www.plothost.com/kb/lfd-system-statistics-graphs-csf/

Hope  it will help you to solve the problem.

40
Backup / Re: Backup without compressing
« on: December 30, 2024, 11:56:46 AM »
Try to use "New Backup system (beta)" to make "Incremental" backups.

Please pay attention it is "beta", however it works fine for me.

41
CSF Firewall / Re: Load CSF statistics on CWP
« on: December 30, 2024, 10:54:43 AM »
In CWP admin go to "ConfigServer Scriopts" --> "ConfigServer Firewall". You should see the button associated with statistics there.

42
CloudLinux / Re: Cloud Linux Installer
« on: December 28, 2024, 11:50:48 PM »
Does it run "make test" automatically ? If "make test" it executed by you from shell then try to ignore it, run "make" and then "make install" if there are no errors.

43
CloudLinux / Re: Cloud Linux Installer
« on: December 28, 2024, 07:16:44 PM »
Try:

Code: [Select]
yum -y install libxml2.x86_64 libxml2-devel.x86_64

44
CentOS-WebPanel Bugs / Re: 502 Bad Gateway cwpsrv - Root and user Login
« on: December 28, 2024, 04:40:03 PM »
Not sure what you have done before the problem appeared but now some settings of your CWP are set to default. Therefore CWP thinks it should run Apache only.

In Admin panel of CWP go to "webserver" selection and switch webserver configuration to "nginx+varnish+apache", rebuild webserver configs.

Or you can fix the settings manully by modifying the files:

/usr/local/cwp/.conf/web_servers.conf
/usr/local/cwp/.conf/settings.conf


and then rebuild webserver config files.

Unfortunately I can't provide you with the exact settings because I use heavy customized CWP and my settings won't work for you.

However, if you have more than one server working under CWP with the same configuration then you can copy the above files from the working server (minor modification required) to fix the problem.

Make backups before you make any changes on your servers.

45
CentOS-WebPanel Bugs / Re: 502 Bad Gateway cwpsrv - Root and user Login
« on: December 28, 2024, 04:22:29 PM »
What is your webserver configuration ? Is it nginx+apache or apache only ?

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