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

Pages: [1]
1
CentOS-WebPanel Bugs / Re: How to fix Internal Server Error
« on: January 23, 2018, 10:03:45 AM »
I need some files and folders always be chmod 777.
I need disable suphp.
I can not find in web and in my server libphp5.so file. my php is 5.6.30 and Apache/2.4.29 and centos 7.
Please help me and say how i can find this file on the web.
Thanks

2
Information / Re: How to disable suPHP ?
« on: January 23, 2018, 10:00:24 AM »
I need some files and folders always be chmod 777.
I need disable suphp.
I can not find in web and in my server libphp5.so file. my php is 5.6.30 and Apache/2.4.29 and centos 7.
Please help me and say how i can find this file on the web.
Thanks

3
Installation / Re: It can not show default page
« on: January 23, 2018, 09:54:54 AM »
thanks i solved it.

4
Information / Re: How to disable suPHP ?
« on: January 22, 2018, 05:57:04 PM »
/usr/local/src/cwp/php-YOUR-VERSION/libs/libphp5.so

that address has not cwp folder.

5
CentOS-WebPanel Bugs / Re: How to fix Internal Server Error
« on: January 22, 2018, 05:44:28 PM »
Hi
I have problem internal server error.
For installing and using some php CMS must some files and folders permissions be 777; after cganging that it show internal error.
How i can set some files/folders to 777 without internal error?
 

6
Installation / Re: It can not show default page
« on: January 22, 2018, 04:05:09 PM »
cwp show:

shared ip: my-unic-ip
server ip: my-unic-ip | mydomain.com.com

please notic: that show mydomain.com.com

7
Installation / It can not show default page
« on: January 22, 2018, 03:59:23 PM »
Hello
I installed CWP on Centos 7.
But one problem:
i have a vps and one ip.
ip on web browser does not show any html page.
it show:
Quote
The connection was reset

The connection to the server was reset while the page was loading.

    The site could be temporarily unavailable or too busy. Try again in a few moments.
    If you are unable to load any pages, check your computer’s network connection.
    If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
also one domain i use on vps that is also hostname.
this domain also can not any page.
please help.
thanks

8
Installation / Re: How to add 2nd IP
« on: August 29, 2017, 08:31:01 AM »
Hi
Thanks
I found problem and solve it!!
https://www.owned-networks.net/client_area/knowledgebase/8/Network-Speed-on-KVM-VPS---Right-Nic-card-to-use.html
https://123systems.net/billing/knowledgebase/56/My-KVM-does-not-have-1Gbps-connectivity-.html
Quote
======Network Cards======

Network Cards

Realtek
Please do not use the Realtek network card. It has a 100Mbps limit that cannot be removed. Please use the Intel Pro or Virtio options for 1Gbps connectivity.

Intel Pro/1000
Windows requires this network card. Ubuntu 12 seems to work better with it as well. FreeBSD may show errors without it. You can select it from the SolusVM CP.

Virtio
We recommend that you use the Virtio network card on any OS other than Windows, FreeBSD, and Ubuntu.

My Ncard was intel .i changed network card to virtio and reinstall os and problem solved!

9
Installation / Re: How to add 2nd IP
« on: August 27, 2017, 03:13:30 PM »
info of Secendry IP in VPS KVM panel

Code: [Select]
IP Address 167.114.219.7
Gateway 167.114.208.254
Netmask 255.255.255.255
Nameserver 8.8.8.8
Nameserver 8.8.4.4

info primary IP in KVM :

Code: [Select]
IP Address 167.114.219.54
Gateway 167.114.208.254
Netmask 255.255.255.255
Nameserver 8.8.8.8
Nameserver 8.8.4.4

10
Installation / How to add 2nd IP
« on: August 27, 2017, 03:08:45 PM »
Hello.
Thanks for CWP a good free web panel.

Please help me.
I install centos7 minimal on VPS and then install CWP.

I can not add secondary IP !
I act manual of this link but IP not added!
http://wiki.centos-webpanel.com/add-additional-ip-address

when i use ifconfig command:
it show only
Code: [Select]
user@167.114.219.54 ~$ ifconfig
ens3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 167.114.219.54  netmask 255.255.255.255  broadcast 167.114.219.54
        inet6 fe80::ff:fee5:8a66  prefixlen 64  scopeid 0x20<link>
        ether 02:00:00:e5:8a:66  txqueuelen 1000  (Ethernet)
        RX packets 274864  bytes 17900973 (17.0 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 9290  bytes 7578208 (7.2 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 0  (Local Loopback)
        RX packets 509  bytes 154235 (150.6 KiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 509  bytes 154235 (150.6 KiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

my file is ifcfg-eth0:0 and content is:

Code: [Select]
DEVICE="eth0:0"
BOOTPROTO=static
ONBOOT=yes
TYPE="Ethernet"
IPADDR=167.114.219.7
#HWADDR=02:00:00:e5:8a:66
GATEWAY=167.114.208.254
NETMASK=255.255.255.255

Please help

Pages: [1]