• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

centos 6.0 64bit Plesk 10.4 not working

A

antoniot Imagine

Guest
Hello,

So i've installed plesk using the one click installer, which chose version 10.4 for default, which doesn't seem right since its not produciton yet.

Anyway after installing. I'm having the following problems:

- i can access to plesk from localhost host.
ex.: lynx https://<plesk>:8443

- i can't access plesk from the outside
i get connection time out

- when i use lynx and accept the license terms i get the following errors:

2011-11-17 18:00:12: (mod_fastcgi.c.2588) FastCGI-stderr: PleskException: Command not found: update
file: /usr/local/psa/admin/htdocs/license.php3
line: 23
code: 0
trace: #0 {main}


2011-11-17 18:00:35: (mod_fastcgi.c.2588) FastCGI-stderr: PleskException: Command not found: update
file: /usr/local/psa/admin/htdocs/license.php3
line: 23
code: 0
trace: #0 {main}

- my netstat

[root@psa2 sw-cp-server]# netstat -lap | grep http
tcp 0 0 *:http *:* LISTEN 1611/httpd
tcp 0 0 *:pcsync-https *:* LISTEN 2063/sw-cp-serverd
tcp 0 0 *:https *:* LISTEN 1611/httpd

- my iptables

[root@psa2 sw-cp-server]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
ACCEPT icmp -- anywhere anywhere
ACCEPT all -- anywhere anywhere
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:ssh
REJECT all -- anywhere anywhere reject-with icmp-host-prohibited

Chain FORWARD (policy ACCEPT)
target prot opt source destination
REJECT all -- anywhere anywhere reject-with icmp-host-prohibited

Chain OUTPUT (policy ACCEPT)
target prot opt source destination



Any help?

---------
EDIT:
Another interesting thing is, i've downloaded the autoinstaller and ran to see if theres any updates, and says i can't use it since my OS isn't supported. Which seems to be wrong since CentOS 6 is supported.
 
Last edited by a moderator:
Another interesting thing is, i've downloaded the autoinstaller and ran to see if theres any updates, and says i can't use it since my OS isn't supported. Which seems to be wrong since CentOS 6 is supported.
Could you post the filename of the autoinstaller downloaded and its exact output (saying that CentOS6 isn't suported)?
 
Hello, i'm sorry for the late replies.

Yes from localhost i can telnet to both.

about the autoinstaller it doesn't seem to be giving that error now. But it was parallels_installer_v3.10.0_build110629.12_os_CentOS_6_x86_64

my ip6tables -L is:


[root@psa2 ~]# ip6tables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all anywhere anywhere state RELATED,ESTABLISHED
ACCEPT ipv6-icmp anywhere anywhere
ACCEPT all anywhere anywhere
ACCEPT tcp anywhere anywhere state NEW tcp dpt:ssh
REJECT all anywhere anywhere reject-with icmp6-adm-prohibited

Chain FORWARD (policy ACCEPT)
target prot opt source destination
REJECT all anywhere anywhere reject-with icmp6-adm-prohibited

Chain OUTPUT (policy ACCEPT)
target prot opt source destination

Thanks for the help.
 
that should help U
ip6tables -D INPUT 5

possible , for ipv4 also
 
Last edited:
Hello,

Thanks this has seem to resolve all my issues in acessing the panel. Now i'm curious how i don't have to do this on centos5 but have to do it on centos6.

Thank you,
Hugo Almeida.
 
Back
Top