Author Topic: CWP HTTP Test Page hijack public_html homepage  (Read 22949 times)

0 Members and 1 Guest are viewing this topic.

CWP HTTP Test Page hijack public_html homepage
« on: February 07, 2018, 02:41:42 PM »
After having gone through a change of the server name via the CWP panel the CWP HTTP Test Page is being displayed as opposed to the domain's public home page. Latter is located in /home/USERNAME/public_html and there is only one index.php and nothing else.

There are also no index.html in the nginx or apache public html paths.

How to release the grip of the CWP HTTP Test Page  ???

Re: CWP HTTP Test Page hijack public_html homepage
« Reply #1 on: February 07, 2018, 04:04:31 PM »
Looked now everywhere, redirects "index.html", and do not understand how this hijack is happening or how to get rid of it ???

Re: CWP HTTP Test Page hijack public_html homepage
« Reply #2 on: February 07, 2018, 04:25:53 PM »
pointing manually to the public_html/index.php gets a
Quote
Not Found
The requested URL /index.php was not found on this server.

Offline
***
Re: CWP HTTP Test Page hijack public_html homepage
« Reply #3 on: February 07, 2018, 04:45:35 PM »
Did you try rebuilding apache vhost file?

Re: CWP HTTP Test Page hijack public_html homepage
« Reply #4 on: February 07, 2018, 04:53:04 PM »
Just had the idea a few minutes ago and did but no remedy  :'( I am using Nginx as proxy and thus the apache vhost would likely not make an impact.

it is asif CWP is pointing to the wrong home directory

Re: CWP HTTP Test Page hijack public_html homepage
« Reply #5 on: February 07, 2018, 05:07:19 PM »
CWP HTTP Test Page is stating
Quote
To prevent this page from ever being used, delete index.html in /public_html.
But there is no such file in /home/USERNAME/public_html, only the index.php of the domain's home page.

I am pulling hair and biting nails  ::)
« Last Edit: February 07, 2018, 05:09:01 PM by n8v8r »

Re: CWP HTTP Test Page hijack public_html homepage
« Reply #6 on: February 07, 2018, 05:26:49 PM »
the nginx vhosts where rebuilt along with the apache vhosts but the hijack is still in place though. There is no index.html in apache's /var/www/. There is one niginx's /usr/share/nginx/html/ but that would display information about nginx and not the CWP HTTP Test Page

Offline
***
Re: CWP HTTP Test Page hijack public_html homepage
« Reply #7 on: February 07, 2018, 05:40:06 PM »
what if you remove nginx and use only apache?

Re: CWP HTTP Test Page hijack public_html homepage
« Reply #8 on: February 07, 2018, 05:49:03 PM »
renamed public_html/index.php topublic_html/index.html and pointed the browser directly to my.domain/index.html and the CWP HTTP Test Page shows.

Reversing to public_html/index.php and pointing the browser directly to my.domain/index.php shows the same old Not Found
Removing the index page entirely and pointing to my.domain shows the CWP test page. Pointing directly to my.domain/index.html is showing the CWP Test page too.

So how and where is CWP loading/injecting its test page into the public domain ???
« Last Edit: February 07, 2018, 05:51:33 PM by n8v8r »

Offline
***
Re: CWP HTTP Test Page hijack public_html homepage
« Reply #9 on: February 07, 2018, 05:52:29 PM »
I think its reading page from /usr/local/apache/htdocs/index.html

Re: CWP HTTP Test Page hijack public_html homepage
« Reply #10 on: February 07, 2018, 05:59:52 PM »
Yes it does indeed. Removing it however does not remove the hijack. Instead of showing the public_html/index.php it is still pointing to /usr/local/apache/htdocs/ and now showing
Quote
Index of /
webftp_simple/

Offline
***
Re: CWP HTTP Test Page hijack public_html homepage
« Reply #11 on: February 07, 2018, 06:05:04 PM »
:)

Did you accidentally installed additional apache?

yum list installed | grep httpd

What you see there?

Re: CWP HTTP Test Page hijack public_html homepage
« Reply #12 on: February 07, 2018, 06:09:28 PM »
Neither consciously or subconsciously, if at all it happened by CWP script for renaming the server..
anyways, the output reads
Quote
cwp-httpd.x86_64                        2.4.29-1                       @cwp

Offline
***
Re: CWP HTTP Test Page hijack public_html homepage
« Reply #13 on: February 07, 2018, 06:10:33 PM »
Can you goto select webserver and then select only apache and rebuild the server again to see if it solves the problem?

Re: CWP HTTP Test Page hijack public_html homepage
« Reply #14 on: February 07, 2018, 06:23:29 PM »
Just did, for sake of good measure also rebooted the entire OS and still no remedy. The output still reads
Quote
cwp-httpd.x86_64                        2.4.29-1                       @cwp

If I am to understand this output correctly then CWP is now acting as httpd instead of apache  ??? What a fine mess  >:(