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 *
csync-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.
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 *
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: