Plesk 12.x / Linux :: Set Internet Proxy?

Jul 3, 2015

I have a Plesk 12 installation behind a firewall. The firewall blocks all outbound 443 and 80 internet ports. One has to use the proxy in order to access the internet. I have set the proxy in my environment file as well as inside the Plesk --web-interface installer.

However, when I try and do something like Retrieve Keys I get an error:

Unable to connect to license server https://ka.odin.com:5224/xmlrpc. cURL error description: Couldn't connect to server(7)

I tail the proxy and can see it's not using the proxy for this. It's doing a direct connection that's getting blocked.

Where do I tell Plesk to use the proxy for something like this?

View 2 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: Real Nginx Or Reverse Proxy?

Sep 14, 2014

Does the current Version of Plesk use a "real" nginx webserver or an Apache Webserver with nginx as a reverse proxy ?

View 1 Replies View Related

Plesk 12.x / Linux :: Enabling Nginx Proxy Failed

Dec 2, 2014

Here is my setup

Centos6.6 x86_64 Minimal install + Plesk12 installation completed without problem.

However when I logged into Plesk Panel i get this message.

ERROR: PleskException
Up Level
Unable to configure control panel: nginxmng failed: [2014-12-02 07:32:44] ERR [util_exec] proc_close() failed
enabling nginx proxy failed:
255 Service /etc/init.d/httpd failed to start
Service /etc/init.d/httpd failed to start

Nginx proxy changes had been reverted.

Everything seems to work but i would like to have it enabled for performance reasons, when i check it
# /etc/init.d/nginx status
nginx is stopped

Then I try to start it manually
/etc/init.d/nginx start
Not starting nginx as it is disabled in config

then i try to force it
/usr/local/psa/admin/bin/nginxmng --enable

[2014-12-02 08:19:48] ERR [util_exec] proc_close() failed
enabling nginx proxy failed:
255 Service /etc/init.d/httpd failed to start
Service /etc/init.d/httpd failed to start
Nginx proxy changes had been reverted.

View 4 Replies View Related

Plesk 12.x / Linux :: Reverse Proxy Not Working - 503 Error

Oct 12, 2014

Being relatively new to the Linux world, I don't exactly know why my reverse proxy settings are not working. Nothing i have tried has worked.

The code below is from my old windows server what does not seem to be working in my new 1&1 vps server. I have the below code at the moment at the bottom of my httpd_ip_defult.conf file under /var/www/vhosts/system/mydomain.com/conf/

Code:

ProxyPass /cam http://xxx.xxx.xxx.xxx:8008/cam_1.png
ProxyPassReverse /cam http://xxx.xxx.xxx.xxx:8008/cam_1.png

The following errors also show up in my vhosts error log:

Code:

[Sun Oct 12 23:30:56 2014] [error] (70007)The timeout specified has expired: proxy: HTTP: attempt to connect to xxx.xxx.xxx.xxx:8008 (xxx.xxx.xxx.xxx) failed
[Sun Oct 12 23:30:56 2014] [error] ap_proxy_connect_backend disabling worker for (xxx.xxx.xxx.xxx)
I also have mod_proxy.so , mod_proxy_http.so and mod_proxy_html.so all enabled in my main httpd.conf file at /etc/httpd/conf/

Basically, I need to fix this urgently as a core feature of my site relies on this setup.

View 1 Replies View Related

Plesk 11.x / Linux :: Nginx Reverse Proxy With TLSv 1.1 And 1.2

Apr 1, 2014

I've enabled the Reverse Proxy Server (nginx) in Plesk.

Code:

Tools & Settings > Services Management > Reverse Proxy Server (nginx)

With enabled nginx I'm unable to contact web pages via TLSv1.1 and TLSv1.2. When nginx is disabled and the pages are handled by Apache everything is fine. But only when nginx is completely deactivated. It's not enough to disable "Smart static files processing" at the "Web Server Settings for sub.domain.tld".

I tried to add "ssl_protocols TLSv1.1 TLSv1.2;" at "Additional nginx directives" at the Web Server Settings, without effect.

I think i have to modify /etc/nginx/plesk.conf.d/server.conf but this file is generated by Plesk.

System:
OS: Ubuntu 12.04.4 LTS
Panel version: 11.5.30 Update #38
OpenSSL 1.0.1 14 Mar 2012

Results of SSL Server Test:

Summary

Configuration (Protocols and Cipher Suites)

Protocol Details and Miscellaneous

Source: [URL]....

View 2 Replies View Related

Plesk 12.x / Linux :: Central Mail Server Proxy

Dec 5, 2014

Is it possible to use a Central MailServer Proxy (eg. Dovecot Director/Proxy or Nginx). We have many Plesk Server. All with Postfix and Dovecot.... On each Server is a SSL Cert for MailService but we want ONE Host... mail.example.com with one SSL Cert.

How is it possible to Sync the User from all Hosts with a MailProxy? Only so customers can be transferred from server to server.

[URL] ....

View 3 Replies View Related

Plesk 12.x / Linux :: Error When Accessing Backup Via Reverse Proxy

Jun 3, 2015

When accessing a backup in backup-manager in a user subscription via a reverse proxy (eg. plesk panel is called as localhost:8443) I get following error:

Internal error: Failed to exec pmm-ras: (array ( 'code' => 127, 'stdout' => 'Transport error: File 'clients' not found ', 'stderr' => '', )).
Message Failed to exec pmm-ras: (array ( 'code' => 127, 'stdout' => 'Transport error: File 'clients' not found ', 'stderr' => '', )).
File Connector.php
Line 227
Type PleskPMMResponseException

This happens when I try to download the backup and also when clicking on the backup name. These are the apache settings for the reverseproxy domain:

SSLProxyEngine On
AllowEncodedSlashes On
<Location />
ProxyPass https://localhost:8443/
ProxyPassReverse https://localhost:8443/
</Location>

View 1 Replies View Related

Plesk 12.x / Linux :: Nginx Doesn't Start - Enabling Proxy Failed

May 29, 2015

For some reason my nginx doenst start and I get the following error:

Error: Unable to start service: Unable to manage service by nginxmng: [2015-05-30 01:03:20] ERR [util_exec] proc_close() failed
enabling nginx proxy failed: getsebool: SELinux is disabled

255 Service /etc/init.d/nginx failed to start
getsebool: SELinux is disabled

Nginx proxy changes had been reverted.

('--enable', 'nginx')

View 1 Replies View Related

Linux And Internet

Oct 27, 2007

my linux box(on a local network) won't connect to the internet, I went into system administration, then went to network, It showed that my Ethernet cable was plugged in. It said it was deactivated so I hit activate, it then it said

Determining ip information for eth1...sbin/dhclient-script: configuration not found, continuing with defauts.
/etc/sysconfig/network-scripts/network-functions: line78 no such file or directory.

View 5 Replies View Related

Create Private Proxy Server On VPS (Linux)

May 8, 2007

I'd like to make a private proxy server on a Linux VPS. That way, I can use the VPS's IP address when surfing (I would configure it as a proxy in my local browser). What software would I need for that, and how do I allow only access *from* my local computer's IP address. And can this also be done for non-HTTP traffic?

View 8 Replies View Related

How To Setup Linux Proxy Server Apache+lighttpd

Apr 24, 2007

somebody know is possible on some way route traffic before come to web server (apache or lighttpd)?

I want to setup lighttpd on port 80 and apache on port 81 and I want visitors to go direct to apache or lighttpd without url:81 and that must work on this way if somebody visiting url1.domain.com that go to lighttpd on port 80 and if somebody visiting url2.domain.com that go to apache on port 81 and something must route it before lighttpd and apache (and get/post must work), is this possible on some way?

I know that lighttpd and apache can do it but I don`t need it on that way!

View 8 Replies View Related

Do I Have To Have Proxy Hosting For A Proxy Site

Aug 14, 2009

I have a proxy site which is hosted with a proxy host, do i have to use proxy hosting as i have an account with another host i might want to use. The proxy hosting has run out.

View 2 Replies View Related

Apache :: Proxy Pass / Proxy Pass Reverse

Jun 10, 2013

I'm using the isapi rewrite module for iis 6 which uses the exact same syntax as mod_rewrite in apache. I'm not very well versed in apache and need getting this to work asap. Basically I have a directory in our website: URL....

I need to forward this to an IP address, for example to this address:100.12.33.45/folder.While keeping the original URL (www.xyz.edu/folder). I'm unsure of the apache syntax for this.

View 3 Replies View Related

Http-put Proxy / Http-connect Proxy

Oct 28, 2007

Anyone can inform how to fix "http-put proxy" or "http-connect proxy" ?

My hosting provider said that my dedicated server is not secure because of that.

I use CentOS 4.x and only Apache 2.0.52

# rpm -qa | grep htt
httpd-2.0.52-28.ent.centos4
httpd-suexec-2.0.52-28.ent.centos4

I searched about the topic but got not much information.

View 0 Replies View Related

Plesk 12.x / Linux :: Installing Mcrypt On Linux Centos 5.5 PHP 5.3.3

Jun 20, 2014

I am trying to install Magento on my apache server. I am running into the dreaded mcrypt issue as Magento needs it to run. I have now been googling for the past few hours and have gotten nowhere.

Here are my details:

Linux
Centos 5.5
PHP 5.3.3
x86_64
Plesk 12

I have tried installing all sorts of different repos and it just isn't working.

When I try to install using # yum install php-mcrypt I get the following:

Loaded plugins: fastestmirror
Package php-mysql is obsoleted by php-mysqlnd, trying to install php-mysqlnd-5.5.13-3.el5.remi.x86_64 instead
--> Processing Dependency: php53-gd for package: psa-php53-configurator
--> Processing Dependency: php53-imap for package: psa-php53-configurator

[Code].....

View 6 Replies View Related

Plesk 12.x / Linux :: Does Parallels Support It Being Installed On Linux VM

Feb 25, 2015

Does Parallels support Plesk 12 being installed on a Linux VM that is provisioned on Microsoft Windows Server 2012 R2 Hyper-V?Is it fully supported?

View 2 Replies View Related

Best Platform For IMAP Mail (Cpanel, Plesk Linux Or Plesk Windows)

Nov 17, 2008

Best platform for IMAP mail (Cpanel, Plesk Linux or Plesk Windows)

I need to setup 5 email accounts on my domain, each will use IMAP and store messages on server, so total space taken by each account will be 2-5 GB.

I have decided to go with eurovps.com as I'm close to them and ping is fast.

What is the best solution for IMAP and large email accounts: Linux Cpanel, Linux Plesk or Windows Plesk?

Each account will be accessed by 2 people differently by Thunderbird and occasionally by webmail, so nice webmail is a plus.

View 7 Replies View Related

TurnKey Internet

Apr 16, 2009

I recently placed an order (based on an add I found while browsing this forum) for a quad xeon. Everything went smoothly and their live support was very helpful. About 2 hours after receiving my confirmation I received an email containing a credit card form. The form is asking me to fill out everything I filled out during the billing process (including my credit card number, security code, and bank number). I know this form is basically a contract so they can bill me if I go over my bandwidth limit, but it seems pretty odd. Is this a normal thing or should I be weary about filling this out?

View 5 Replies View Related

Solid Internet

Sep 14, 2009

My site/e-mail/etc that is hosted by Solid Internet has been down for almost 2 weeks. This is causing me some major problems.

Their support forum doesn't work, their phones go straight to voicemail, their voicemail inbox is full, they don't respond to e-mails or support tickets. I'm not sure what else I can do to find out what the problem is?

I've only just renewed for a further year too so I'm not overly keen on flushing all that money down the toilet.

I don't think I have any site back ups, certainly no recent ones so I don't want to lose everything which I assume I'll need to do to move to a new host?

View 14 Replies View Related

Vps @ TurnKey Internet

Jan 17, 2009

first off i will start by saying, as you can see.. this is my first post. Normally i just browse around, but i had to sign up and post a brief thread, about the awesome service i have received over at TurnKey.

A few weeks before christmas break, i signed up with Turnkey VPS, which was quickly setup. I've never really worked with a vps before, or much with servers at all really.

But their prompt and detailed explanation of how things work inside the control panel really helped me out. Then, a week after christmas break, with the economy going south, i had got laid off from work. I sent them an email saying that i wished to cancel cause of my current job status, and was suprised to see that Adam, their president had emailed me back himself and offered me a 90 day free run till i could get back on my feet. and if at the end of the 90days i hadent got on my feet, i could cancel completly. Since then, my job had announced that it would only be set backs and not termination - so i still have my job, and i dont have to cancel anymore!

View 2 Replies View Related

Wholesale Internet

Dec 1, 2008

Wholesale Internet HAS THE WORST BILLING SYSTEM / CUSTOMER SUPPORT SYSTEM EVER
It has been 3 months and I have yet received my refund. If your server is up then its fine but I have contacted Aaron (great guy) 30+ times but he's always busy

Here's the issue. In ubersmith we have paypal + a spare credit card running. I setup a paypal subscription so I was to be billed automatically.

Ubersmith however was not tracking the subscription payments and instead billed our credit card.

This left me with double the charges for 3 months on my credit card and paypal ...

I have asked for a refund since September and have heard NOTHING.

I have vouched for Wholesale internet plenty but if this does not get taken care of Aaron I will be chargebacking every single charge for the last year ... maybe that'll get your attention

The billing department = Rebecca - a woman who neither answers the phone nor emails

View 11 Replies View Related

Wholesale Internet ..

Jul 25, 2008

We aquired a dedicated with wholesaleinternet a few months back. Other than slightly annoying but very short periods of downtime several times a week there were no major problems. Then the server became unreachable.

After many hours I finally get a tech response to my priority TT stating a fsck had to be performed. My initial worry was that the HD was failing as huge sectors should not be corrupt - certainly no software was running to cause this.

Over the next 2 weeks the server went down every 24-48 hours with exactly the same problem and the same resolution. Each time it took over 4 hours for a priority TT to be responded to and for the problem to be fixed. 8 hour waits were far from uncommon.

After pointing out the HD worries several times (what else could it be at this stage?) 2 weeks later the girl 'looking after the problem' finally agrees with us and agrees to replace the HD. I drag off any data I need (ie since the last backup) in a brief period of uptime and give her the go ahead. The server goes down again and over 48 hours later they tell me a new HD has been installed.

BEFORE the server went down for the final time we made it very clear that we simply cannot wait any longer and had no choice but to cancel our account. This was ignored and the HD changed anyway. We also made it clear that the huge problems caused should mean that there was no way we should require a month's notice to leave them. The downtime, huge delays in responding to priority tickets and inability of tech staff to recognise a simple HD failure means we need to go elsewhere. The downtime has cost us a LOT of money and several very good google results still have not recovered so the cost to us continues in a big way.

Despite the 2 weeks of more or less continual downtime causing us to have no choice but to switch hosts they now have the audacity to send debt collectors after us for not giving 1 months notice. On cancelling the account my reasons were made very, very clear and that given the situation I would not expect to need a months notice and certainly not to be charged.

So my advice...look elsewhere. There are some very professional companies about with competent tech staff and who give a damn about even their lower end customers.

View 8 Replies View Related

BQ Internet Corp.

Mar 28, 2008

I have used BQ Internet (bqbackup) for a dedicated server backup for months... On one occasion a while back, I started getting the now infamous "out of space" error message.

They fixed it, that time, fairly quickly telling me it was because they were "changing servers..."

Now, for the last two weeks, their server is telling me it's outta space, and I am getting absolutely no response from them whatsover...

I have sent emails using my regular email accounts plus sent emails using a gmail account.

Are they in some sort of trouble or something?

I guess I am going to have to look for another rsync backup provider...

"Offsite" backups are extremely important to me and my customers, and not having it available for two weeks is completely unacceptable.

View 14 Replies View Related

Wholesale Internet

Nov 21, 2008

I've been with wholesale internet services for a few months now and I must say working with Aaron (when available) has been a pleasure. However, working with anybody else on the team...Billing Departement I'm looking at you has been a COMPLETE Nightmare.

I orderded an extra IP Subnet range only to take it days (more than three) and a few tickets later to order. Their Billing/Sales department takes days to answer.

I then cancelled my services and was confirmed cancellation only to find out today that I've been billed and my credit card has been charged.

Not impressed with this incompetent operation. Aaron you do a great job but your team is nothing like you! I have yet to receive an e-mail back from sales about refunding me the money for the current billing statements.

I'm creating yet another ticket now in hopes that somebody there responds.

The server was fine as was the network, never had any issues, but the lack of support for billing was not.

View 3 Replies View Related

Heart Internet

Feb 19, 2008

their servers are down more than they are up, they claim to have 90 odd plus servers and it always seems to be that 4 servers in a row are down at a time, i would stay away from these ppl, we started as a reseller of theirs and it was terrible, lost a few customers cause of the bad service, and frorget about support,

View 1 Replies View Related

Heart Internet

Feb 14, 2008

Has anyone used Heart Internet? [url]

I'm thinking about creating a resellers account with them but there seem to be a lot of mixed reviews, some people say they're the best hosts they've ever used, other strongly disagree.

View 14 Replies View Related

Wholesale Internet

Aug 28, 2008

I decided to let everyone know about WholesaleInternet (wholesaleinternet.net) company and how people from this company treat clients.

2 days ago my server was taken offline. After contacting support team, I was told someone was hosting phishing page. However, they didn't send me any email. I asked them to send abuse report for me.

As soon as I got it, I told that I will remove bad site from server as soon as they will activate server. Since then they just ignore all my tickets. Server is down for 2 days, I have opened support ticket and all my requests are ignored. Phone support is total 'scam', because I always here same message 'We can not answer your call' for 2 days.

I understand this company is being managed by single person only, but I didn't believe it's so awful.

My server is still down, and I have no idea what to do next. They even don't allow me to remove bad site or move all sites from server to another provider.

And yes, I also PMed Aaron via this forum, but he just replied 'Abuse has the impression that you are intentionally using the server for illegal activities. I looked at the ticket and I can see why they think that especially when you tell them you will move the phishing site to another server.' Then he started ignoring all my messages too.

What abuse team!? Company of single person has abuse team? Sure... I can't believe that moving site to other server (after removing phishing content from it) is treated as illegal activity by Wholesale Internet.

Well, I lost hundreds of dollars already, and it looks I need to start everything from 0 (because company just ignores me), so the only thing I can do - tell everyone RUN AWAY from this awful provider as soon as you can. Because if someone will hack one of your customer accounts and upload phishing page, they will destroy your hosting without any questions asked.

I will post more detailed review about this company later, including screenshots from my support desk, etc. So if you think getting a server with them, think again!

View 14 Replies View Related

BQ Backup/BQ Internet Anyone Using Them

Jul 2, 2008

I am getting a VPS soon and am wanting to get somewhere to backup the VPS and found BQ Backup/BQ Internet does anyone use them and are they reliable?

View 5 Replies View Related

Internet Network

Nov 17, 2007

I am about to build the company network and I have some questions to know what I am speaking about with the company we will hire to do the job, so I would like to ask some questions, being sure here someone skilled will be able to help me.

The current company network is made of two optical fiber with each one it’s own router and ISP behind. I am thinking about to take a third ISP and ask for our own /24 PI, rather than current two /25 PA we have with each provider.

I would like to setup a highly available Internet link. Most probably I will ask a third provider to offer us the /24 PI and use it as main provider and use the two others to feed and to help us to reach high availability as BGP4 is able to balance over different networks.

It is not impossible to tweak performances later with OSPF protocol. The total maximum (theoretical) speed would be 150 Mbit/s for the 3 links together (but pushing as it will probably never happend), current peaks are more about 30-35 Mbit/s.

So I have some questions :
- Do we need to get an AS to achieve this?
- Is Foundry Networks NetIron NETIRON MLX-4 or NETIRON MLX-8 good for this job?
- Will we be able to push (in case) up to 300-400 Mbit/s with this wheel (over 3 providers)?
- What is the approximate price of such wheel?
- What else do I have to think about?

At this time, I am only interested about the Internet network. The prority is the availability and not the speed, but it would be good to do not have to change machines if the average traffic to Internet is going to double in 1 year.

View 7 Replies View Related

New Internet Line

Jan 15, 2007

i have a win 2003 server and iis6

i have about 300 sites i will change my internet line

to change all web sites ip's to new ip in iis how can i do that?

View 0 Replies View Related

How To Mix 2 Internet Conections

Apr 27, 2007

On the same pc (WinXP) I have 2 internet connections from 2 different providers - 2 lan cards.

Someone knows how to mix connections and get total amount of speed? I know it is possible but I don't know how.

View 5 Replies View Related







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