Plesk 12.x / Linux :: PHP Custom Settings Does Not Apply

Sep 15, 2014

Ubuntu 12.04

Upgraded Plesk from 11.5 to 12.0.18 from panel.

I have installed PHP 5.3.29 (make from sources)

All smooth, added handler:

Code:
/usr/local/psa/bin/php_handler --add -displayname 5.3.29 -path /usr/local/php5329/bin/php-cgi -phpini /usr/local/php5329/etc/php.ini -type fastcgi -id php5329

App work ok after change to new php with hosting settings(change php handler Fast Cgi)

But php info shows that: Loaded Configuration File is /etc/php5/cgi/php.ini

This is not good as I checked should be for certain vhost cutsom php ini which is generated by PHP settings.

For example I changed in Plesk memory_limit to 333MB applied changes panel show successully, but still there is 128MB default value in phpinfo().

Am I missing sth ? Is there additional task needed expect adding handler? Or is there a known bug?

ps. after change handler back to 5.3.10, (default installation) there also custom PHP settings file seems not to be processed.

I did not tested earlier maybe upgrade Plesk to v12 broked sth? What should I check?

I have tried to delete (and let psa recreate) php.ini from vhost/system/mydomain.com/ but also did not worked...

View 15 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: Adding Subscription / Custom Changes In PHP Settings

Aug 25, 2014

When adding a subscription with a certain plan, I get this error"Error: The plan was not applied: Custom changes in PHP settings" almost instantly after I initiated the creation of the new subscription. Another service plan doesn't have the issue, and though I tried finding the reason why one works while the other doesn't I simply wasn't able to. The service plan in question is used for over 40 others without a problem just when I select it for a new subscription, I get the mentioned error message.I am using Plesk 12 on Linux, all latest updates installed.

View 1 Replies View Related

Plesk 12.x / Linux :: Resellers Unable To Change Mail Settings If Custom Max Outgoing Messages Specified By Admin

Jun 29, 2015

As the admin user, change the setting for a particular email account called "The maximum number of outgoing email messages" to a value beyond the default. For example if the default is 35, set it to 75. This is common -- often we have customers who send larger quantities of messages than the average user.

Login as a reseller with access to manage the email account and attempt to change any *other* value. For example, you could completely ignore the outgoing mail messages value and change just the Auto-Reply value

Plesk refuses to allow the change and kicks me back to the first tab with the following error:

The value must be in the range 0..35. Only the Plesk administrator can adjust this setting.Click to expand...

View 2 Replies View Related

Plesk 12.x / Linux :: Apply DNS Template Changes

Mar 11, 2015

I am currently in the process of migrating a few hundred domains from one server to another using Plesk's Migration & Transfer Manager. The servers have the following name servers allocated:

Server 1: ns9.example.com & ns2.example.com
Server 2: ns1.example.com & ns2.example.com

In the DNS Zone Template in Tools & Settings on Server 2, can I just click Apply DNS Template Changes and change all migrated domains NS records to ns1/ns2? Will this affect custom DNS entries as a lot of the domains have DNS changes that need to remain. I'm just hoping that this might be a quicker way than going into each domains DNS zone and manually changing ns9 to ns1.

I just really don't want all the domains DNS zones to reset to the standard template on Server 2 ...

View 7 Replies View Related

Plesk 12.x / Linux :: Can't Apply Process Slot

Jul 11, 2015

im suddenly seeing this in my error log not sure what i need to change

mod_fcgid: can't apply process slot for /var/www/cgi-bin/cgi_wrapper/cgi_wrapper

View 1 Replies View Related

Plesk 12.x / Linux :: Relation 502 Bad Gateway / Can't Apply Process Slot And Restart Iptables

Jul 8, 2015

I have a strange issue on a Plesk 12 VPS. Sometimes the sites result in a "502 Bad Gateway (nginx)". This happens 1 or 2 times a day on different times.

In the httpd log I see a record "can't apply process slot" and in nginx log I see "connect() failed (111: Connection refused) while connecting to upstream" but restarting apache and/or nginx will not always result in a working site.

When I restart iptables everything is working fine again.

View 5 Replies View Related

Plesk 12.x / Linux :: Reseller Custom DNS Template

Apr 2, 2015

Is there a chance to change the default nameserver name for customers created by a reseller.

Example:
System wide default
ns.provider.de
ns2.prodiver.de
ns3.provider.de

Now the reseller wants:
ns.reseller.de
ns2.reseller.de
ns3.reseller.de

The NS-Entries of the reseller may be the same physical nameserver, but it should be anonymized. How can I achieve that?

View 1 Replies View Related

Plesk 12.x / Linux :: Using Custom SSL For IMAP / POP3

Mar 6, 2015

I purchased an ssl certificate and installed it in plesk via server->ssl certificates. I then followed the following guide to set up imap and pop to use my cert (instead of using the default i used my cert into) URL... Now I'm getting an issue with sending emails, something about SSLHandshakeException, and some clients can't even log in. MTs support mentioned this might have something to do with POODLE.

View 1 Replies View Related

Plesk 12.x / Linux :: How To Create Custom Application Template

Jun 23, 2015

Plesk Applications Installer. I wish to create my own WordPress template (with preinstalled plugins/themes) for my customers.

Is there an easy way to do this (or anyway to do this)?

View 3 Replies View Related

Plesk 12.x / Linux :: Custom Error Documents - Non Working CSS

Jan 19, 2015

Would like to know how to implement css and images to work with custom error documents. For some reason the folders are ignored even with the correct path being entered within the html. Only plain text appears.

View 2 Replies View Related

Plesk 12.x / Linux :: Spam Assassin Custom Rule

Nov 11, 2014

very simple spamassassin rule that will do the following…

Give a score of 2
For the word test in the subject field

Then can you tell me where on the Plesk 12 server to place the file for server-wide filtering.

View 2 Replies View Related

Plesk 12.x / Linux :: PHP Settings Are Not Applied

Sep 29, 2014

situation:
- compiled and installed php 5.5 and 5.6
- both versions work fine and are registered in plesk
- base configuration for php is set for each version in a custom.ini

issue:
- plesk php-settings are not applied: not matter what I change in Plesk php-settings, the values from my custom.ini file are used

What did I do wrong? How do I re-enable plesk php-settings?

Addendum: The php-settings apply esspecially to post_max_size and execution_time

View 3 Replies View Related

Plesk 12.x / Linux :: PHP Settings Under Domain?

Jul 14, 2015

I am trying to change the default php settings under domain (upload_max_filesize & post_max_size) but nothing happens. I am running PHP 5.5 in FastCGI. I also changed it to Centos default PHP (5.4.16) but nothing happens again. It only works when PHP runs as Apache module. The problem is on FastCGI Application.

My server: Centos 7, Plesk 12 Check the screenshot for installed components.

View 18 Replies View Related

Plesk 12.x / Linux :: Email DNS Settings?

Dec 5, 2014

so my website is working perfectly fine for a few months now, and im looking to use Roundcube instead of Google Apps.What are the DNS settings i need to change to for my domain registrar?Currently i have the following records, and it can only send email, and not receive.

A Records @ IP Address
A Records webmail IP Address

View 2 Replies View Related

Plesk 12.x / Linux :: DNS Settings Hidden

Jan 13, 2015

I cannot find the DNS Setting in Websites&Domain TheWebsite/Show More

I tried changing:

Tools&Settings
Plesk
Custom View setting (DNS template settings checked)​
Also:

Tools&Settings
Plesk Appearance
Interface Management
-Power user View
(with & without) Use Custom View​-Service Provider View
(with & without) Open hosting operations in Server Administration Panel​
However when I go to

Websites&Domain TheWebsite/Show More, the DNS settings are still missing.

Is there any other setting I can try to show the dns settings?

Centos 6.6
Plesk 12.0.18 Update #30

View 5 Replies View Related

Plesk 11.x / Linux :: DNS Settings - Show Www In Browser

Dec 12, 2014

I want to know what settings to make in the Dns of my Server so always to show the www. in the browser, before the domain name.

For example, in the url to be www.mydomain.com and not mydomain.com

View 1 Replies View Related

Plesk 11.x / Linux :: IP Settings - How To Associate Different IPs In 1 Subscription

Oct 9, 2014

I manage 1 server with 5 domains. I use the panel as power user (unique user)

I want to assign a new IP to a domain. In the hosting setting there is no IP to choose and in the IP tab if I click on the IP there is no domains to choose becouse all the domains are assigned to the primary IP...

I'd like to set IP in the hosting setting of the domain...

View 1 Replies View Related

Plesk 12.x / Linux :: Site Preview Settings

Oct 26, 2014

I'm trying to view my sites using the "Quick Preview on a domain name in Plesk" setting. I notice that it modifies that domain's DNS records to include the IP with dashes, however when I attempt to preview any of the sites hosted, I get "server not found" from my browser. The URL is the correct syntax, but cannot seem to access the site.

I've tried turning DNS off and on for each hosted site, but this doesn't seem to make any difference.

View 6 Replies View Related

Plesk 11.x / Linux :: Settings To Change DNS Records?

Sep 26, 2014

where do I find the setting to change dns records in plesk 11.5 ver ? I do not see it, it is missing in settings of domain under tab: "Websites and Domain"

View 1 Replies View Related

Plesk 12.x / Linux :: SOA Records Not Saving In DNS Settings

Apr 10, 2015

I want to change SOA Settings from defaults to these: When I press OK button shows that is saved but when I test with [URL] .... and [URL] .... shows that settings still is defaults.How to change these settings??

View 1 Replies View Related

Plesk 12.x / Linux :: How To Get Old Settings / Configurations After Reinstallation

Mar 8, 2015

I recently reinstalled my Plesk Panel 12.0.18 after several failures, which I wasn't able to repair (not even bootstrapper.sh would work). All of my websites weren't accessible, the connection between websites and the Database server didn't work and the Plesk backend was unavailable, too. I used the autoinstaller via command line to make a new Plesk installation.

Now I have a clean panel, the websites are available again, the MySQL database works again, but I don't have all my settings and websites in the Plesk backend anymore.

My question is: How can I get the old settings/configurations, which are still on the server, back in to Plesk?

View 5 Replies View Related

Plesk 12.x / Linux :: Modifying Php-fpm Settings For All Domains And New Ones?

Oct 1, 2014

Some sites reach maximum children

so I need to change

pm.max_children = 5

for all new domains on a server

How can this be done?

I know i can change it manually on each new domain, is there some kind of template to modify?

View 2 Replies View Related

Plesk 12.x / Linux :: Firewall Randomly Blocking Custom Defined Ports?

Aug 24, 2014

I have the web pro edition panel 12 on centos 6.5 64bit, and i have made some custom firewall rules in order to be able to run a teamspeak server. The problem is that the firewall randomly blocks the teamspeak port and keeps it blocked unless i restart the firewall.

View 4 Replies View Related

Plesk 12.x / Linux :: Fail2Ban Custom Filter Is Not Available For Selection In Jail Management

Mar 18, 2015

We are successfully using fail2ban on our server (CentOS 6.6, Plesk 12.0.18), that is, jails running and blocking potential intruders

However, we tried to create a custom jail for the CMS that is being used by most of our clients.

I followed the instructions (Tools & Settings > IP Address Banning (Fail2Ban) > Jails > Manage Filters > Add Filter) and created the filter I wanted, but then it does not appear in the list, even though it displays a message reading that the filter was created successfully. Then, if I try to create a new Jail, the filter is not available from the list.

Looking at the directory /etc/fail2ban/filter.d/ I can find a file that has the same name as the filter I created, with a .local extension (the file name does not contain whitespaces or other special characters)...

View 3 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

Plesk 12.x / Linux :: Where To Modify Nginx Fastcgi Settings

Dec 8, 2014

What exact file to modify in order to optimize fastcgi settings, then to set default for all websites. Sample code below:

# execute all .php files via php-fpm
location ~ .php$ {
# connect to a unix domain-socket:
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_index index.php;

[Code] ....

View 4 Replies View Related

Plesk 11.x / Linux :: Web Server Settings Create New Folder

Oct 30, 2013

* Go to "Web Server Settings" add text to "Additional directives for HTTP" and press button "Ok".
* Go to "Document root" folder of your domain and now you have a new folder "/cgi-bin/test" with file "test.cgi":

Code:
#!/usr/bin/perl
print <<HTML;
Content-type: text/html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

[Code] ....

View 13 Replies View Related

Plesk 12.x / Linux :: Office 365 Lync Online SRV Settings In DNS

Nov 26, 2014

I am attempting to add Office 365 to a domain on my server. To verify my DNS settings they require me to add the following records:

Lync Online

Type Service Protocol Port Weight Priority TTL Name Target
SRV _sip _tls 443 1 100 1 Hour @ sipdir.online.lync.com
SRV _sipfederationtls _tcp 5061 1 100 1 Hour @ sipfed.online.lync.com

With Plesk 12 I cannot set a weight of 1 and a priority of 100 in DNS. What is the solution to allow this to verify?

OS: Ubuntu 12.04.5 LTS
Plesk version: 12.0.18 Update #25

View 1 Replies View Related

Plesk 12.x / Linux :: Migration Manager And Horde Settings

Apr 8, 2015

I am setting up a new server and started to migrate domains from an 11.x plesk server to this new server with plesk 12.x on it. Everything works fine, domains, users, mailboxes, everything is migrated - except the horde settings inside the webmail. I recognized this after my first login into webmail, normally the inbox is shown (I configured my webmaoil this way) but after the migration this setting is lost - including all other settings. How to migrate this settings?

View 1 Replies View Related







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