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

Pages: [1]
1
Well i did change and rebuild and its same again.

Can i sent you private PM with login and pass so you can check if you have time ?
Maybe i did mistake somewhere...

Kind Regards

2

Which file you need to see ?
https://gyazo.com/b562e42dfc303fc6ed51ccf0f4982245
I post here bulgrand.conf

I see here the old ip.
...........................................................

server {
        listen 87.121.167.48:80;
        server_name bulgrand  www.bulgrand;
        root /home/bulgrand/public_html;
        index index.php index.html index.htm;
        access_log /usr/local/apache/domlogs/bulgrand.bytes bytes;
        access_log /usr/local/apache/domlogs/bulgrand.log combined;
        error_log /usr/local/apache/domlogs/bulgrand.error.log error;

        location / {

                location ~.*\.(jpeg|jpg|png|gif|bmp|ico|svg|css|js)$ {
                        expires max;
                }

                location ~ [^/]\.php(/|$) {
                        fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
                        if (!-f $document_root$fastcgi_script_name) {
                                return  404;
                        }

                        fastcgi_pass    unix:/opt/alt/php-fpm74/usr/var/sockets/bulgrand.sock;
                        fastcgi_index   index.php;
                        include         /etc/nginx/fastcgi_params;
                }

        }

        location ~* "/\.(htaccess|htpasswd)$" {deny all;return 404;}

        disable_symlinks if_not_owner from=/home/bulgrand/public_html;

        location /.well-known/acme-challenge {
                default_type "text/plain";
                alias /usr/local/apache/autossl_tmp/.well-known/acme-challenge;
        }

        location /.well-known/pki-validation {
                default_type "text/plain";
                alias /usr/local/apache/autossl_tmp/.well-known/acme-challenge;
        }
}

server {
        listen 87.121.167.48:80;
        server_name webmail.bulgrand;

        access_log /usr/local/apache/domlogs/bulgrand.bytes bytes;


3
Yes, i did that before even start on the server.
This is the domain config from where i buy the domain name.

https://gyazo.com/01087edf6c5b38b2d605e7de669ed045

New ip point to the domain and resolve.
As i said i did try everything..

4
Hello,
Again thank you for the answer.
I done everything you said. And its the same as before.
I share here 2 of my websites. They both redirect to test CWP pages. They worked fine before i change the IP.

https://bulgrand.com/
https://sellernet.net/

And SSL are issue too.
For https://bulgrand.com/ i delete old SSL and add new one. No changes too.
That is the problem.

I'm sorry about bother you with my problem.

kind Regards

5
 Thank you for the answer.
Now i wonder from where i must start this ?
I don't have much of experience.
Please point me from where to start.

I ask because I do not want to make an irreparable mistake.
there are so many files that i just don't know where to start.
If there is a guide somewhere to read it will be very helpful.
I didn't even find a video on YouTube how to do it right.

Kind Regards

6
Hello,
I had to change my ISP,
I changed the IP, after which everything just stopped working.
None of the sites open.
When I try to open any of the sites, it sends me directly to the CWP sample page. Like does not redirect to correct folder where website is.

The certificates also stopped working.
I got this error for SSL: After check.
The domain name does not match the certificate common name or SAN!

I tried everything and nothing works.
Do I need to rebuild all the sites now?

If anyone has any idea how to fix this problem please direct me.

Kind Regards

Pages: [1]