Setting up multiple sites on one IP address [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 7 years ago. Improve this question I am working for a client that has a CentOS 7 server running Apache 2.4.6. I have a Zend Framework/PHP based website running … Read more

`# ssh myuser@myhost` = Permission Denied but `su myuser` THEN `$ ssh myhost` works.. why?

Consider the following commands. How can this happen? [root@mylocal ~]# ssh myuser@myhost Permission denied (publickey,gssapi-keyex,gssapi-with-mic). [root@mylocal ~]# su myuser [myuser@mylocal ~]$ ssh myhost Welcome Last login: Sat Oct 20 16:28:48 2018 from mylocal [myuser@myhost~]$ please advise how to cure it so that I can do as root, [root@mylocal ~]# ssh myuser@myhost Welcome Last login: Sat … Read more

Using same port for http/ ssh on two ip’s [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 6 years ago. Improve this question How could use two diferent services using the same port on two diferent IP addresses? Example: IP 1 : 192.168.10.10: … Read more

Centos 7 no firewall & no systemctl [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question I really need help, where can I install systemctl and the firewall for centos 7 min? I have tried everything including google which … Read more

MySQL in CentOS is down, how to fix to start MySQL?

Sorry about the title. I don’t know the error code to provide more information. My website is down by hack. I tried to log in the VPS and backup my source. But I can’t access MySQL. It’s show error like: systemctl status mariadb.service with command: journalctl -xe Answer Run systemctl status mariadb.service -l Command. This … Read more

Internet Explorer cannot display index.html in Samba Share

I have virtual Centos box with Samba and Apache server installed. I created shared folder in Samba and I am able map that folder via my virtual Windows Server ’12. I am able to see and edit files in the samba sahred folder via Windows Explorer in Windows Server. However, I cannot display index.html via … Read more

When I write my server ip on browser I get the following output : [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 6 years ago. Improve this question While accessing my server with ip in browser I get the following output : http://example.com/wp-admin/install.php Can anyone help me to … Read more