Plesk 11.x / Windows :: Additional Directives - PHP Extension

Sep 23, 2013

I'm running PP 11.0.9 on Windows 2008 R2 and I've tried to add a PHP extension to the additional directives box of the PHP settings page (domain), however this has no effect on PHP. If I add the extension manually to PHP.ini then it works fine, but adding it to the "additional directives" box does nothing - I've confirmed this on 3 different servers, it does the same on all of them.

I did some searching and it looks like others have this problem too: [URL] ....

View 3 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: Additional Nginx Directives

Sep 3, 2014

I am trying to add the following nginx configuration to Plesk through

Website & Domains -> Web Server Settings

The conf i am adding is:

location /folder/folder/ { try_files $uri /folder1/folder2/file.php; }
or
location ^~ /folder/folder/ { try_files $uri /folder1/folder2/file.php; }

but it doesn't seem to be working.

gives 404

View 1 Replies View Related

Plesk 11.x / Linux :: Give Non-admin Users Access To PHP (Additional Configuration Directives)

Oct 21, 2014

Is there any way to give a reseller or customer access to the php custom settings box labeled "Additional configuration directives" on the website & domains -> php settings button that an admin can see and alter? We have attempted to give resellers the "Common PHP settings management" and "Setup of potentially insecure web scripting options that override provider's policy" options, but it still does not show up to a reseller.

View 1 Replies View Related

Plesk 11.x / Windows :: Additional FTP Account - Directory Name Invalid

Dec 22, 2013

I have a vps server and i am trying to create ftp account and i am getting this error:

Unable to start (/c ""C:Program Files (x86)ParallelsPleskadminbinserverconf.exe" --list"): (267) The directory name is invalid.
---------------------- Debug Info -------------------------------
0: Exec.php:43
plesk_proc_open(string '"C:Program Files (x86)ParallelsPlesk/admin/binserverconf" --list', array, string 'C:Program Files (x86)ParallelsPlesk/tmpagent78f0fd54abecb83b12f6c9fdde9b5b84', array)
1: Exec.php:43

[Code] ....

View 9 Replies View Related

Plesk 12.x / Windows :: Additional FTP Accounts 530 User Cannot Log In - Home Directory Inaccessible

Jul 10, 2014

I don't know why, but only one server with Plesk 12 if i create additional ftp accounts not working. i receive error:

530 User cannot log in, home directory inaccessible.

If i use principal FTP account works fine.

View 5 Replies View Related

Plesk 12.x / Windows :: Route 53 Extension To Manage Slave DNS Server

Jun 16, 2015

I installed Route 53 extension to manage a slave DNS server but when a add or remove some domain the process does not complete, Plesk stays loading without finish domain creation.

When I disable the extension, Plesk create and remove domains without any problem.

What could be happening?

View 1 Replies View Related

Plesk 12.x / Windows :: WordPress Install - MySQL Extension Was Not Found

Feb 9, 2015

Running Plesk 12.0.18 on Windows 2012

I create a new domain then use Plesk Applications tab to install Wordpress. It shows the message:

Code:
Error: Unable to install the app because its installation requirements are not met. Contact your hosting provider to resolve this problem.
Requirements
PHP extension
The 'mysql' extension was not found.

However, php is installed and phpinfo shows that the mysql extension is installed. I try different versions of php, cgi/fastcgi but ll fail with the same error. I install Wordpress via FTP and it works fine.

There are knowledge-base articles relating to this error but they are for Linux and the solutions don't work in this case:

[URL] ...
[URL] ...

Maybe the Wordpress database has to be created before using Plesk to install Wordpress? If so, what should the database name be? How does Plesk know what the name of the database is that it should use? Why doesn't Plesk just create a database to use?

View 6 Replies View Related

Plesk 11.x / Windows :: Website Error 404.3 - Requested Page Cannot Be Served Because Of Extension Configuration

Jun 29, 2015

We are hosting provider. I running Plesk 11 on Window 2008 64 bit. I have a website error as flow

HTTP Error 404.3 - Not Found

The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.

View 4 Replies View Related

Plesk 12.x / Linux :: Advanced NginX Directives For Vhost (memcached)

Sep 19, 2014

You can edit the nginx directives for the desired vhost at the webserver config. However, it seems like that you can only add basic directives, but not something like that:

Code:

http {
# memcached servers
upstream memcached-servers {
server 127.0.0.1:11211;
}

[Code] ....

How can I do that?

View 4 Replies View Related

Additional IP Addresses In Windows

Aug 3, 2007

I have added additional local IP addresses into my windows box, using advanced feature in TCP/IP properties, but it is not showing. Do I have to restart anything here?

View 2 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 :: Missing Packages On Additional PHP Versions?

Jun 11, 2015

I'm trying to make use of the multiple PHP versions in Plesk 12, however the newer versions are missing some packages my websites require.

When yum installing them it just tries to install to the default PHP5.3 version so says it is already installed.

As I didn't compile these php versions how can I install additional PHP packages to the supplied additional versions in Plesk?

View 3 Replies View Related

Plesk 12.x / Linux :: Unable To Find Additional PHP Versions

Jul 14, 2015

I have just installed a new Cloudlinux 6.6 Plesk 12 box but am unable to find the additional PHP versions as shown in the attached image.

I'm on update #55.

I'd prefer to use Plesk's built-in PHP versions instead of the Cloudlinux ones.

View 4 Replies View Related

Plesk 12.x / Linux :: Fatal Error Using Additional PHP Version

Jun 29, 2015

Using Plesk 12.0.18 and CentOS 6.6, I installed PHP 5.6 through the Plesk Updates menu. After that, the new version was not automatically selectable inside Plesk Panel. I added it using php_handler.However, when selecting PHP 5.6 for a website, I only get a 500 server error.

Trying to troubleshoot, I ran "/opt/plesk/php/5.6/bin/php-cgi -v", which also resulted in an error:Fatal Error Unable to allocate shared memory segment of 67108864 bytes: mmap: Cannot allocate memory (12)The same kind of error is logged in the error_log for the website I switched to 5.6.

The error also occurs when calling "php-cgi -v" directly in the command line.The same error occured when I tried the same thing with PHP 5.5.

View 5 Replies View Related

Plesk 12.x / Linux :: Locked Out From Panel After Installing Additional PHP-versions

Jun 25, 2015

For some application-testing I installed PHP 5.5 and PHP 5.6 alongside the existing PHP 5.3 installation. To do that I used the web-interface of the Plesk-installer.

Installing the software went well, or at least didn't show any errors.

After installing I went back to the login-page to get back into the portal, but that didn't work.

I am using the right username and password and don't see any errors, I just keep getting the login-screen and no errors. Logging in through SSH is working as it should. Only access to Plesk on 8443 seems to be denied.

Server reboot didn't work, restarting Plesk-services didn't work...

How can I restore this so I can get back to work?

This Plesk-installation is on a CentOS 6 server on which I have full rights.

View 2 Replies View Related

Plesk 11.x / Linux :: Catch-all Not Working On Additional Subscription Domains

May 26, 2014

URL....I trying to solve the problem fixing the psa.Parameters table, however i cannot find the relation between id on Parameters table and domains table.

View 2 Replies View Related

Plesk 11.x / Linux :: Additional Domain Pointing To Wrong Directory?

May 30, 2014

i'm running the latest version of Plesk 11 on a Ubuntu 12.04 system.

We have a customer with a domain and this customer added other domains to his account.

now, 2 domains are not working, he created the as usual, Plesk created the directories under /vhosts/domain.com/domain1.com and the vhosts.conf are also correct.

when i'm opening the domain in the browser, i get the following error message:

The requested URL /var/www/vhosts/domain.com/index.php was not found on this server.

View 3 Replies View Related

Plesk 11.x / Linux :: Adding Mcrypt Extension To PHP?

Feb 11, 2013

I would like to install mcrypt extension on my server and i don't find procedure .

My version is :

OSCentOS 6.3 (Final)
Version de Parallels Panel11.0.9 Mettre à jour #36, dernière mise à jour à Fév 8, 2013 06:32 PM

View 19 Replies View Related

Plesk 12.x / Linux :: Watchdog Extension Missing?

Aug 1, 2014

I want to Reinstall Watchdog(RKHunter), but i don`t find Watchdog in Extensions.

Is it no longer available ?

View 1 Replies View Related

Plesk 12.x / Linux :: VPN Extension - Installation Fails

Nov 13, 2014

Installation of the Plesk VPN extension reproducible fails on Debian Wheezy

Plesk 12.0.18 Update #24
Debian 7.7 Kernel 3.2.0-4-amd64 #1 SMP Debian 3.2.57-3+deb7u2 x86_64 GNU/Linux

Steps to reproduce:

Plesk Panel > Updates and Upgrades > Install "Plesk VPN extension"
Green Message "All operations with products and components have been successfully completed."
Going back from Upgrade window to Plesk Panel Home

[Code] .....

What I already have tried:
Shell > apt-get install psa-vpn

Getting error mossage:

Setting up psa-vpn (12.0.18-debian7.0.build1200140606.15) ...
ERROR: could not insert 'tun': Unknown symbol in module, or unknown parameter (see dmesg)

Shell > modprobe tun
ERROR: could not insert 'tun': Unknown symbol in module, or unknown parameter (see dmesg)

View 3 Replies View Related

Plesk 11.x / Linux :: PHP Extension - How To Install Mcrypt

Nov 21, 2014

How do I install PHP extension 'mcrypt' .

Magento require it to install

Plesk 11.5 Centos 5.6

View 13 Replies View Related

Plesk Automation :: Watchdog Extension For PPA Service Node

Apr 24, 2014

install such extension as Watchdog (available on PPP) on PPA Service nodes (or maybe as a Watchdog Server on Management node)?

View 2 Replies View Related

Plesk 12.x / Linux :: Unable To Install Nginx Extension

Dec 22, 2014

When I try to install nginx under "Updates and Upgrades" i always get the following error report.

Code:
Installation started in background

Getting bootstrapper packages to installation list:
Following bootstrapper packages will be installed: (empty)
----------------
Getting packages to installation list:
Following packages will be installed: sw-nginx-1.6.0-1.14060313.ubuntu1404.amd64

[Code].....

I'm running Plesk 12.0.18.

View 2 Replies View Related

Plesk 11.x / Linux :: Edit Root Cron Using Parallel Extension?

May 29, 2014

I was creating an Plesk extension and I need to edit root's crontab for the extension to work properly. While doing some experiment I understand that the Plesk extension works with the permission of psaadm . So I cannot use shell_exec to do this. Is there any api or cli interface where I will be able to do this. Is there any possibility to override the restriction of psaadm user through extension.

View 4 Replies View Related

Apache 1.3 Configuration Directives Found

Jul 10, 2007

After installing Zend with /scripts/installzendopt on a cPanel server I am getting the following:

Code:
root@comet [~]# apachectl start
/usr/sbin/apachectl: Apache 1.3 configuration directives found
/usr/sbin/apachectl: please read /usr/share/doc/httpd-2.0.52/migration.html
Virtualhosts look like this:

Code:
<VirtualHost [IP]>
ServerAlias [www.domain.com]
ServerAdmin webmaster@[domain.com]
DocumentRoot /home/fohrmann/public_html/[username]
ServerName [domain.com]

User [user]
Group [group]
BytesLog /usr/local/apache/domlogs/[logfile]
CustomLog /usr/local/apache/domlogs/[logfile] combined
ScriptAlias /cgi-bin/ /home/[username]/public_html/gb/cgi-bin/
</VirtualHost>

View 3 Replies View Related

Plesk 12.x / Linux :: Uninstall Parallels Panel News Extension Error

Sep 12, 2014

when trying to uninstall this extension I get the following error: Executing /opt/psa/admin/plib/modules/panel-news/scripts/pre-uninstall.php failed.

View 3 Replies View Related

Plesk 12.x / Linux :: Amazon Route 53 Extension - Multiple Zone Records

Jun 10, 2015

I've run into a problem with my Plesk install with Amazon Route 53. I have the latest extension installed (version 1.2 release 2) on Parallels Plesk v12.0.18_build1200140811.16 os_CentOS 7.

The extension has been working perfectly well for me for months. I was adding new domains to Plesk and discovered that as I was making changes to DNS records that a new zone file was created on Route 53 instead of updating the original one.

I did notice that this started happening when I surpassed the 100 domain limit and seems to only happen on domains created at #101 and on. (in other words, I can edit a domain that was created before I got to domain #100 [ie domain #1] and it does not create a duplicate zone file).

I turned on debug mode for plesk and am seeing the json calls with the correct commands coming through.

Redacted sample of an update of Domain #104

[2015-06-10 16:42:43] INFO [panel] The domain alias <b>mydomain.test</b> was created.
[2015-06-10 16:42:43] DEBUG [util_exec] [5578bd6355bc3] Starting: dnsmng /usr/local/psa/admin/bin/dnsmng '--update' 'mydomain.test'
[2015-06-10 16:42:43] DEBUG [util_exec] [5578bd6355bc3] Finished in 0.06322s, Result: TRUE

[Code] .....

So from what I can see the domain +100 is re-creating the domain whereas domain 1 is not - it's just updating it, even though both json commands show the update statement coming through.

View 4 Replies View Related

Plesk 11.x / Linux :: Sitebuilder Extension - Access Denied When Login As Client

Sep 10, 2014

I installed the SiteProBuilder (from the www.site.pro page) in extensions of the Parallels Plesk Panel 11.5.30. I installed from .zip file on administrator account of Plesk Panel. The extension SiteBuilder was shown in all administrated subscriptions. On administrator account the extension works properly but when I log into the Plesk Panel as a client of one subscription then extension doesn't start and message is displayed: "Error: access denied".

View 3 Replies View Related

Plesk 12.x / Linux :: No Mcrypt Extension For Magento Shop - Installation Failed Ubuntu

Mar 18, 2015

I used the search function. Im USING UBUNTU NOT CENTOS!

I set up an virtual ubuntu Server on a Proxmox Root. I used the .iso from plesk.

Now when i tried to start installing magento, there is the message, that there is no mcrypt installed.

I installed it using php5-mcrypt its done and i can see the folders and also te mcrypt.so and so on.

When i tried to install atomic there is the message that redhead is not available at /etc/readhead...

View 4 Replies View Related

Plesk 12.x / Linux :: Anti-virus Program That Can Be Installed On Version 12.0.18 As Extension Or Component?

Jan 14, 2015

"What anti-virus do you use on your postfix email server powered by Plesk?".Is there an anti-virus program that can be installed on Plesk version 12.0.18 as an extension or component? I need it primarily for protection of incoming email from malware.I've seen in Add or Remove Components in the Mail hosting features that I have installed Kaspersky antivirus, but I didn't seen anywhere that it actually can be configured from within Plesk. It also, as far as I can see, doesn't do anything. what is Kaspersky antivirus used for in Plesk and how can I configure it?

View 2 Replies View Related







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