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


ADVERTISEMENT

Plesk 12.x / Linux :: API Create Subscription Mail Settings

Nov 13, 2014

When creating a new subscription via the API (Plesk 12) is there a way to specify the Mail settings? More importantly is there a way to turn off Mail when setting up a new subscription? Each time I create a subscription via the API Plesk spits out the following error:

Code:
New configuration files for the Apache web server were not created due to the errors in configuration templates: Template processing failed: file = /usr/local/psa/admin/conf/templates/default/domainWebmail.php, error = Template_Exception: Empty content was provided for config file /etc/httpd/conf/plesk.conf.d/webmails/horde/demon3zxc.e-worksmedia.com_webmail.conf file: /usr/local/psa/admin/plib/Template/Writer/Webserver/Abstract.php line: 47 code: 0.

Here's an example of the request I'm sending:

Code:

<packet version="1.6.3.0">
<webspace>
<add>
<gen_setup>
<name>{{domain}}</name>
<ip_address>{{ip_address}}</ip_address>

[Code] .....

View 2 Replies View Related

Plesk 11.x / Linux :: Unable To Create IMAP Folder

Mar 5, 2013

I saw that Plesk 11 doesn't create IMAP folder like sent items, deleted items or draft, junk etc. Is possible to fix this problem?

View 15 Replies View Related

Plesk 12.x / Linux :: CLI Database Server Settings - Access Control

Jun 10, 2015

i would like to change the access control for datebase users via CL: command: /usr/local/psa/bin/database --update-dbuser web1_presta -server localhost:3306 reply: The database user was successfully updated. examination: mysql> select host, user from mysql.user;

+-----------+------------------+
| host | user |
+-----------+------------------+
| % | web1_presta |
| localhost | web1_oxid |
| localhost | web1_presta |
| localhost | web1_shopware |
| localhost | web1_wp |
+-----------+------------------+

Only when using the GUI:
home -> Subscriptions -> Website & Domains -> Databases -> Users -> web1_wp -> Access control
-> from Allow remote connections from any host
-> to Allow local connections only

is also the user adjusted:
mysql> select host, user from mysql.user;
+-----------+------------------+
| host | user |
+-----------+------------------+
| localhost | web1_oxid |
| localhost | web1_presta |
| localhost | web1_shopware |
| localhost | web1_wp |
+-----------+------------------+

View 2 Replies View Related

Plesk 12.x / Linux :: Is Blacklist Server Wide Mail Settings Working

May 18, 2015

I set multiple mail servers (eg media-26.com) in the black list of server-wide mail settings but i still get spams from these mail servers..does it work properly?

View 8 Replies View Related

Plesk 12.x / Linux :: Mail Server Outgoing Email Error In Settings

May 26, 2014

Since 12.0.18, when I go to Tools & Settings > Mail Server, I get this error message on the page:

"Error: The limits on outgoing mail will not work for the subscriptions that have IP addresses from the white list. To make the limits work, remove IP addresses from the mail server's white list".

However, the whitelist page just contains 127.0.0.0/8 and ::1/128, and all my subscriptions have an external IP address which is clearly not in the whitelist.

View 7 Replies View Related

Plesk 11.x / Linux :: Configure Customer DNS Settings To Use Server Main NS Records?

Jun 4, 2014

I have just moved away from Kloxo Hosting, and I am a bit confused as to how I go about setting Client domains to use the (Already Registered) Nameserver Records I have created on the server.

You see, when I create a customer, the template adds the domain with it's own nameservers, ex: (ns.customerdomain.com -> 0.0.0.0) I don't want this to be the case.

What I would like to achieve, is for all my client's to have their NS records pointing at the NS records I already have registered on the server.

The reason for this is, when I submit the registration document to my local registrar, I have to specify the nameserver address for the domain, however, I only have 2 IP's on the server. I cannot glue every customer's domain FQDN to an IP.

View 3 Replies View Related

Plesk 12.x / Linux :: Enable To Create New MySQL Database Server - Test Connection Failed

May 7, 2015

I freshly installed Plesk 12.0 on Ubuntu 14.04. Everything works accept the MySQL database creation.

When I try to create one, i get this error :

error: the test connection to the database server has failed because of network problems: connection refused...

View 1 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 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 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 :: 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 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

Plesk 12.x / Linux :: Way To Set Global Php Values Settings For All Domains

Jan 12, 2015

is there a way to set global php values settings for all Domains in Plesk 12. In the older version of Plesk I can do it by linux in /etc/php.ini and restart the apache and all Domains will be load this configuration. But from Plesk 11 the settings are not loading from /etc/php.ini, only by the own php.ini file.How can I do it for all domains?

View 1 Replies View Related

Plesk 12.x / Linux :: How To Make Different MySQL Settings For Customers

Oct 13, 2014

We are running Plesk 12.0.18 with MySQL (Server Version: 5.5.33-MariaDB - openSUSE package) on OpenSuSE 13.1

MySQL is running in strict mode and its fine for the most of our customers. But some are trying to run Contenido, thats a CMS, which could work with this mode and we have to disable mysql strict mode.

So my question is: Is it possible to disable mysql strict mode just for choosen customers?

View 5 Replies View Related

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 11.x / Linux :: Change Default Settings For Running PHP

Nov 10, 2014

Is there a way to set the php-handle for all domais as "fastcgi".

At the moment when i create a domain, it will be run as "apache".

I like to change it to "fastcgi". I know there is way, to change it in the databases, but i forget where was it...

View 3 Replies View Related

Plesk 12.x / Linux :: Fail2Ban - Can't Get To Menu To Change Settings

Jul 15, 2014

When I click /admin/server-protection/settings/ It takes me to the main page with a message saying

Code:

Error: Unable to encode IDN email address '': email address is invalid

Plesk 12.0.18 on a CentOS server.

View 2 Replies View Related

Plesk 11.x / Linux :: Configuring Site Isolation Settings In 11.5

Jul 6, 2013

PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
11.5.30 Update #2, CentOS 6.4 (Final) x64

PROBLEM DESCRIPTION
Site isolation settings don’t have any effect.

STEPS TO REPRODUCE
Configure the following in site_isolation_settings.ini:

php = on
php_handler_type = fastcgi

Create a service plan without the permission for "Setup of potentially insecure web scripting options that override provider's policy". Create a customer with subscription and assign the service plan.

ACTUAL RESULT
The customer is able to switch between “CGI-Application”, FastCGI-Application and “Apache-Module”.

EXPECTED RESULT
Customer should not have the permissions to switch the "PHP support"...

View 3 Replies View Related

Plesk 12.x / Linux :: Migrate Horde Calendar Settings

Apr 16, 2015

We've migrated a web hosting account from a Plesk 10 server to a Plesk 12 one but the customers Horde calendar and events settings haven't transferred over.I've tried exporting and importing the data manually and that seems to work, but why doesn't the migration manager bring this information across?

View 4 Replies View Related







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