Plesk 12.x / Linux :: What Is APSC (listening On Port 6308)

Feb 8, 2015

What is apsc? I found an apsc.conf (in /etc/sw-cp-server/conf.d) the file contains the line "listen 6308 ssl;". So far that explains why sw-cp-server is listening on that particular tcp port.

Which service is provided by apsc? Can I change it to listen only to 127.0.0.1? I like my server to have a minimum of open ports to the public.

View 5 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: Stop Nginx From Listening On Specific IP Port 80 / 443

Dec 10, 2014

How can I remove a few "server { }" blocks from the file "/etc/nginx/plesk.conf.d/server.conf" without them being readded by plesk?

I want to stop nginx from listening on port 80/443 for a specific IP which is listed there.

Very much like described here: [URL] ....

But with nginx running in front of apache...

My setup looks like this:
* Plesk 12 + Ubuntu 14.04
* IP-Pair1 (IPv4_1 + IPv6_1)
* IP-Pair2 (IPv4_2 + IPv6_2)

IP-Pair1 is supposed to host admin and customer access.
= Plesk-admin-interface (lighhttpd?) on 80/443 instead of 8443 (ssh on 22, ftp ...)

IP-Pair2 is supposed to host visitor access.
= Plesk webspaces (nginx/apache) on 80/443

So I want to stop nginx from grabbing ports 80/443 of IP-Pair1 and listen to IP-Pair2 addresses only. Then I want to set plesk-admin interface to listen to 80/443 on IP-Pair1 only.

View 2 Replies View Related

Plesk 12.x / Linux :: APSC Driver Fail During Install

Aug 18, 2014

I am trying to install plesk 12.0.18 via plesk-installer script after full purge of previously installed same version of Plesk.

Error appears:

Code:
cp: cannot stat `/lib64/libnss_*.so.2': No such file or directory
ln: failed to create hard link `/var/www/vhosts/chroot/etc/resolv.conf' => `/etc/resolv.conf': Invalid cross-device link
done
===> Cumulative APS controller upgrade (final stage) has been started.

ERROR while trying to find MySQL mysql platform driver for APSC Check the error reason(see log file: /var/log/plesk/install/plesk_12.0.18_installation.log), fix and try again What is APSC driver and how should I fix it?

View 3 Replies View Related

Plesk 12.x / Linux :: Listening On Two IP Addresses

Dec 3, 2014

I need to listen to two IP addresses supporting many domains.

It the pass we achieve this on the Data Centre firewall. This option is no longer available.

Traffic is been presented to Plesk 12.0.18 on

Eth0 – 192.168.0.2
Eth1 – 192.168.0.12

I set up 192.168.0.2 – all is working well

I installed NGINX – all is well and the websites are running faster.

Normally I would try to listen on two IP address in Apache. This option I could not get working as Plesk creates the Apache configuration files from the information entered through the panels. This in turn over rights any manual changes to the Apache configuration files.

I understand that I could use NGINX to achieve this. Is this correct how is it achieved?

View 1 Replies View Related

Wrong IP Address Listening To Port 80

Jun 2, 2008

I seem to have a strange problem (I am hoping that if I fix this, it will fix another problem I am having).

For some reason (I most probably did by accident) when I run the command lsof -i tcp:80. The information that comes up says that my IP address xx.xxx.xxx.172 is being used to listen to port 80. Yet the IP address that was asignned to me is xx.xxx.xxx.171. I am wondering how I would go about removing wrong IP address so that the right one is listening to the correct port.

I am running centos OS.

View 4 Replies View Related

Apache :: Set Up SSL Listening On Port 443 - Client Authentication

Oct 29, 2014

I am setting up apache 2.4 as a service locally through localhost on a windows 2008 R2 standard server. I have set up SSL listening on port 443 and works correctly, however I am having trouble figuring out how to get apache to authenticate my CAC card.

I have downloaded the DOD certs and put them into various types of files including pem, base 64, der etc and I have yet to figure out a way to get the client certificates validated.

I have left out the information about the SSLCertificateChainFile, SSLCACertificateFile and SSLCARevocationPath as I am sure this must be where my problem is.

Is it possible to get this done through localhost. Here is the error I am getting in the error log.

[Wed Oct 29 11:37:05.675491 2014] [ssl:error] [pid xxxx:tid xxx] [client 127.0.0.1:59282] AH02039: Certificate Verification: Error (20): unable to get local issuer certificate

I am using a self created self signed server ceritficate. Here are some details from my httpd-ssl.conf file:

Code:

<VirtualHost _default_:443>
DocumentRoot "${SRVROOT}/htdocs"
ServerName localhost:443

ServerAdmin admin@example.com
ErrorLog "${SRVROOT}/logs/jtdi.log"
TransferLog "${SRVROOT}/logs/jtdi-Transfer.log"

[Code] ....

View 1 Replies View Related

Plesk 12.x / Linux :: Migration Failing Due To HTTPD Not Listening To Specific IPs

Sep 16, 2014

I built the system on Centos 6.5 with plesk 12 with a range of ips. I then (after the fact) copied the IPs of the old server to the new and moved all the domains to their IP's. This way today we flipped the routes and all should work.

The problem is that the domains only work when putting :7080 behind them. It seems like the httpd is only listening on the old IP and not the new ones. How to make plesk/httpd listen with the new IP's on port 80"

httpd.conf

#Listen 12.34.56.78:80
Listen 7080

I added all the other IP's and tried changing ports under Listen but that does not work either. So changing the listening port does not work.

View 4 Replies View Related

Plesk 11.x / Linux :: How To Assign A Port

May 15, 2014

installing a softarwe that used port 8088, but that port is used by plesk. What ports not used by plesk and how do I assigned one to this new software.

server Centos 5 +

View 3 Replies View Related

Plesk 12.x / Linux :: Postfix Wants To Run On Port 587 Even Though This Is Turned OFF

Feb 25, 2015

Each migration in the last years I'm running into this bug that Postfix wants to run on port 587 even though this is turned OFF in the Plesk Panel.

Sometimes it does this after some update.

Because another process is running on port 587 this means that postfix does not start and I have some downtime until I "repair" this.

"Repairing" means going into Plesk panel and turning ON SMTP-Auth.... Wait a moment for it to apply and then turning it OFF again....

This unwanted behaviour can be easily reproduced by having this option turned off in the Plesk panel and then running /usr/local/psa/admin/sbin/mchk --without-spam

This will end up in a non-running postfix if another process is already running on port 587.

This shouldn't be happening. Especially because I reported this behaviour years ago..

View 5 Replies View Related

Plesk 11.x / Linux :: Alternative SMTP Port

May 23, 2014

I would like to close port 25 and use other port for SMTP service and so avoid a lot of attempts to Access my SNTP port.

I followed all the steps in [URL] ... included the last one, about close port 25 from external.

And now qmail can send mails but can not receive from external senders. Is there any solution for solve it? or qmail must listen port 25?

View 2 Replies View Related

Plesk 12.x / Linux :: How To Change Nginx Port

Feb 3, 2015

I need changing the nginx port. I've followed various threads and have created a custom nginxDomainVirtualHost.php file at: /usr/local/psa/admin/conf/templates/custom/domain, while the website indeed moves to the port I have set, a second nginx thread starts at port 80 and takes over in it's place.

I need to put varnish at port 80 and cannot do so until all services relinquish control on port 80.

Followed clues here: [URL] ....

some here: [URL] .....

Turn's out to be able to change the nginx port to a non-standard port you need to edit 6 files

nginx.php
nginxDomainForwarding.php
nginxDomainForwardingIpDefault.php
nginxDomainVhost.php
nginxDomainVhostIpDefault.php
nginxWebmail.php

For the time being i disabled SSL support for my test domain as I didn't need it. The line you need to look for the in above files is:

Code:

$VAR->server->nginx->httpPort

So the line would finally become from this:

Code:

<?php echo $VAR->includeTemplate('server/nginxVhosts.php', array(
'ssl' => false,
'frontendPort' => $VAR->server->nginx->httpPort,
'backendPort' => $VAR->server->webserver->httpPort,
)) ?>

to this:

Code:

<?php echo $VAR->includeTemplate('server/nginxVhosts.php', array(
'ssl' => false,
'frontendPort' => "8888",
'backendPort' => $VAR->server->webserver->httpPort,
)) ?>

To get this to work you'll need to create a custom directory at: /usr/local/psa/admin/conf/templates

And copy the files over from the root of /usr/local/psa/admin/conf/templates/default

View 1 Replies View Related

Plesk 11.x / Linux :: Access Over Subdomain Rather Than Port 8443

Apr 29, 2015

I need to access plesk 11.0 over a subdomain at port 80 rather than port 8443 as my office firewall blocks the port 8443.

I tried KB article [URL] .... but its not working.

E.g.: I would like to access plesk panel @ portal.example.com rather than @ example.com/8443or8880

I have ample of spare IPs to use it...

View 4 Replies View Related

Plesk 11.x / Linux :: How To Add Additional SMTP Port To Qmail

May 13, 2014

I want to add a new port for SMTP (1024) as a client's ISP block 25, 587 and 2525. I tried following this guide: [URL] ... but it doesn't work with Parallels Plesk Panel 11.5 ...

How to add an additional SMTP port to Qmail in Plesk 11.5?

View 1 Replies View Related

Plesk 12.x / Linux :: Fail2ban Default Blocking Port

Feb 11, 2015

i'm running 12.0.18#34 on PCS dedicated server. i recently discovered that some of the default jails on fail2ban that is shipped with Plesk 12 were not working correctly. Let me explain what i mean. For instance, the plesk-panel jail. The logs were parsed correctly, the command was successfully appended in iptables list, the fail2ban log was updated. Still, the intruder was not blocked. I kept reading "already banned" on the fail2ban.log but actually there was no blocking.

After some checks, i found out that fail2ban default configuration states SSH as default blocking port.
that means, the block was working but only for ssh hits. thus the plesk-panel admin page hits were passing through.

since i added port=http,https on jail.local > plesk-panel and did it a restart on fail2ban service, only then did it start to actually block incoming hits.

I think this should be verified by programmers group and maybe include a fix in some future minor update.

View 1 Replies View Related

Plesk 12.x / Linux :: Change Port Access To Subdomain?

Feb 11, 2015

I have to change what file and how to modify it to allow only one subdomain to have access through port 8015 and not using port 80?

View 7 Replies View Related

Plesk 12.x / Linux :: Redirecting Port In Firewall Module?

Aug 25, 2014

How do we redirect port in Plesk firewall module without touching iptables? I saw forwarding but there was no destination port.

View 1 Replies View Related

Plesk 11.x / Linux :: Disable Non-secure Login Port 8880

Nov 4, 2014

One failure cited by a recent PCI compliance report was that of the Plesk non-https login at port 8880. I believe we can resolve this by adding a firewall rule to block access to this port but wanted to check first if this will have any negative consequences elsewhere. Or is there a better way to achieve PCI compliance on this point?

View 2 Replies View Related

Plesk 12.x / Linux :: Port 443 Not Responding / Nginx Failed On Startup

Jun 30, 2015

I have made a fresh plesk 12 install on a cent os 7. all is working fine except the SSL 443 port. on startup the following error message is thrown:

Code:
nginx.service - Startup script for nginx service
Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled)
Active: failed (Result: exit-code) since Tue 2015-06-30 17:55:37 CEST; 6min ago
Process: 800 ExecStartPre=/usr/sbin/nginx -q -t (code=exited, status=1/FAILURE)
Process: 797 ExecStartPre=/usr/bin/test $NGINX_ENABLED = yes (code=exited, status=0/SUCCESS)
Process: 788 ExecStartPre=/bin/echo Starting nginx service (code=exited, status=0/SUCCESS)

[code]....

View 2 Replies View Related

Plesk 12.x / Linux :: Firewall Keeps Blocking Port 25 And Passive FTP Ports

Mar 1, 2015

I have some issues with the plesk firewall:

1. Emails are not delivered:

From some reasons, plesk is blocking incoming 25 port (in plesk shows opened, but it's not)My emails are delivered trough port 25, after doing some tests ( i've sent some emails to an email account hosted in the server) there was no email in the roundcube inbox! All emails were blocked...

a) Firewall was blocking the port 25 on server restart.
b) I have succesfully unblocked it from plesk manager -> tools -> edit/change -> even if i didn't change anything, i saved the "changes" and in my roundcube inbox i recived all the test emails.
c) In /var/log/maillog there is no error.

2. Passive FTP gets blocked in the same way, to successfully connect FireFTP on passive mode i need to repeat 1.b steps even if i've created a special rule to prevent the blocking, opening 49152-65534 ports and set PassivePorts 49152 65534 in /etc/proftpd.conf

The issue appears randomly, because in the last 5 days i didn´t restart the server, the last time i checked it worked. Today, without touching anything, firewall blocked my passive FTP and I had probmels reciving emails from gmail, yahoo etc...

View 2 Replies View Related

Plesk 11.x / Linux :: Parallel Panel Not Working On 8443 Port

Jun 18, 2014

My plesk panel is not working on 8443 Port.

It is giving error like server not found.

View 1 Replies View Related

Plesk 12.x / Linux :: CentOS 7 - 404 Not Found When Hitting Port 8443

Jun 4, 2015

I have been using managed servers for all of my webhosting career. I just decided to try to do it all on my own and of course, here come the growing pains.

I went with Linode for my new hosting provider. I followed their guides to get the initial setup done, minus setting up MariaDB.

I then went ahead and installed Plesk 12. The install went off without a hitch. But, now that I try to hit my hostname:8443, I get a 404.

I have done the following in an attempt to resolve the issue:

- Restart the server
- Restart the sw-cp-server
- Remove the /etc/sw-cp-server/conf.d/agent.conf (which didn't exist)

I do have the following firewalld rules in place:

firewall-cmd --zone=public--add-port=8443/tcp --permanent
firewall-cmd --zone=public--add-port=8447/tcp --permanent

View 3 Replies View Related

Plesk 11.x / Linux :: SMTP Service (qmail) Stops Responding On Port 25

May 19, 2015

Since 15.05.2015 smtp experiencing problems.

Smtp service (qmail) stops responding on port 25:
# time telnet localhost 25
Trying 127.0.0.1...
quit
quit
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
quit
quit
Connection closed by foreign host.

real 4m10.629s
user 0m0.000s
sys 0m0.002s

After server restart or sometimes apache stop or ixnetd restart its responding for a some random time, and then again it stops to respond. Plesk panel show it as stopped but qmail itself running in memory, and does other its work, it just stops responding at port 25, or responds with a huge delay.

I've tried change it to postfix, reconfigured with mchk, repaired with repair.sh -r, disabled and uninstalled parallels antivirus, antispam, dnsbl, disabled firewall, disabled smtp lock. Checked apache, dns. Enabled submission port which works when 25 port doesnt, but i need working 25 port.

Nothing solves problem, its just stops responding after some random time. There is no errors on maillog.

I think this problem occured after recent plesk microupdate, because i didn't do anything to server configuration in last months.

This article says it might be dnsbl [URL] .... but it disabled(from plesk panel) on my server, maybe there is way to focefully kill any relation to dnsbl?

Plesk info:
OS Red Hat Enterprise Linux Server 5.9 (Tikanga)
Panel version 11.5.30 Update #50, last updated at May 18, 2015 05:21 PM
The system is up-to-date; last checked at May 17, 2015 10:56 PM

update: xinetd restart is definitely brings smtp alive, but it goes off after random period of time (5min ~ couple hours)

View 1 Replies View Related

Plesk 12.x / Linux :: Disable Access For Clients Domains On Port 8443

Feb 16, 2015

I was wondering if it is possible to disable plesk redirect for clients domains on port 8443.I do not not want clients to to be able to access the plesk login screen when they visit exampleclientdomain.com:8443 but obviously i still want to be able to access my control panel e.g. myprimarydomain.com:8443. Is there something i can do to prevent the sites redirecting to my primary domain or am i better creating a htaccess rule to stop/redirect traffic on port 8443 ?

View 2 Replies View Related

Plesk 12.x / Linux :: Change Control Panel Url Port (8443 To 9859)?

Apr 9, 2015

How change control panel url port (8443 to 9859)?

View 15 Replies View Related

Plesk 12.x / Linux :: Changing Custom Port And Creating Full Backups

Jan 22, 2015

Have some very important questions regarding changing plesk ports and creating full backups.

1. When changing plesks port number, what exactly will it effect? Will it effect auto updates, etc.?

2. When creating a backup, I'd like to backup the entire server to rollback at anytime when changes are made to core files, is this possible?

3. With backups, somehow I'd like to schedule backups to possibly make nightly copies to an external hard drive on my computer for a fail safe method just in case the server happens to crash and I'd need to restore to another server/service. How would this be possible?

View 4 Replies View Related

Apache :: Cannot Start Server - No Listening Socket Available

Nov 14, 2012

I'm running Apache 2.2 on Windows 7. I'm a casual user of the Apache server, and the server I'm running is only used to develop a Silverlight application on the local machine, nothing more. The following problem is apparently a non-systematic error (sometimes the server can startup, sometimes it cannot. If it cannot, it sometimes can after a reboot (a service startup race condition?))

I get error when starting the server: "The requested operation has failed!"

When I run "http.exe" from a command prompt I get:

Quote:

httpd.exe: Could not reliably determine the server's fully qualified domain name, using 10.0.0.100 for ServerName
(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. :
make_sock: could not bind to address 0.0.0.0:80
No listening sockets available, shutting down
Unable to open logs

It does not write anything in the "error.log". It cannot? why? rights? but it could yesterday! anything changed from yesterday, no nothing!

I have tried to start the server many times today, and it has not written anything in error.log. Looking in the log there are many entries from yesterday, when the server probably worked!?

Okay there most be something using port 80 then!

Output from "netstat -o -n -a | findstr :80" is nothing! netstat says there is nothing listening on port 80.

I'm running SQL Server 2008 Express, and "Reporting Service" would be a prime candidate for listening on port 80, but netstat says it is not!

I'm using the ZoneAlarm firewall (the Apache server has been given full trust and permissions), and it has worked previously, I belive it cannot be the problem.

I'm using Avast anti-virus, but everything is disabled in it, and I'm only using it to run a virus check from time to time.

(I don't think it has anything to do with the "fully qualified domain name", because the setting it is complaining about has always been the same, also when the server is actually working, from time to time)

View 2 Replies View Related

Linux IPTables Logging Packets On A Certain Port

Aug 4, 2008

commands to log packets temporarily for a certain udp port with the IP information ect.

Any help would be appreciated. As for what I am doing, I am trying to find anything wierd or something that stands out from the packets sent from external IP's to my server.

View 3 Replies View Related

Apache :: Listen On Port 8080 For IPv4 And On Port 80 For IPv6?

Aug 8, 2013

I'm runnung a server with Apache2 (Apache/2.2.16 (Debian 6.0))

I would like Apache2 listen on port 8080 for IPv4 and on port 80 for IPv6.

This is what I have now:

/etc/apache2/ports.conf

View 4 Replies View Related

Plesk 11.x / Windows :: Port Forward (25 To 587)

Mar 20, 2014

Portforward port 25 to 587

Plesk for Windows 11.5.30
MailEnable Professional 7.55

We are have setup smtp like this

If i telnet 587 from outside and on the server no problem all is working great !
If i try telenet 25 from outside I can not connect ! But if och do it from the server i can connect !!
It is probably something i missed, but I can not find the correct settings !
Firewall is open for 25 and 587 !

View 3 Replies View Related

Email Server Port- How To Change/add Port For SMTP

Feb 19, 2008

Currently I am using Linux + cPAnel and using the port 25 for email sevrer. Currently we facing 1 problem is, some user's ISP is not support port. May I know how can I add additional port into server and allow users to send mail by different port?

View 1 Replies View Related

Plesk 11.x / Windows :: Port 8443 Redirect From Non-SSL To SSL

Apr 25, 2013

I want redirect Plesk port 8443 from non-ssl to ssl. What should I do?

I use Plesk 11 Windows.

Example: http://domain.com:8443 redirect to https://domain.com:8443

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved