Plesk Update From Beta To Normal Version
Dec 17, 2008how can I update plesk from 9.0 beta to 9.0 current version?
If I remove plesk, do my sites also be deleted?
how can I update plesk from 9.0 beta to 9.0 current version?
If I remove plesk, do my sites also be deleted?
I've tried a few times to update php on my server from version 5.3 to the latest 5.5 however it keeps conflicting with apache2 that's installed and I ended up having to re-install everything as I accidentally deleted Plesk attempting to fix it.
Ideally I'd rather just run nginx with php-fpm without apache but it's not as straightforward anymore with plesk and how to go about updating PHP?
I've got a clean install of Parallels Plesk v12.0.18_build1200140606.15 running on Ubuntu 12.04.2 LTS.
i notice in the release notes for 11.0.9 update #63 that the 'internal php version is updated to 5.3.29'.i have been using php 5.4 for some time now (installed outside of plesk since php 5.4 it's over 3 yrs old now and php current versions are 5.7 now...).
IF i would install this update #63, is it going to DOWNgrade my php in use on the server for all of my sites? then i'll have to re-upgrade after installing #63. and if yes, when i install #64, #65, etc... do i have to do that from now on? how this automated update works under the covers so i can get the security updates without downgrading my php version in the future unintentionally.
I update last version of antivirus ClamWin 0.98.1, but after refresh "Server Component" , I see that version of ClamWin is 0.98. Where are the problems on ClamWin or Plesk Panel?
View 1 Replies View RelatedIs it possible to update the MySQL version on the db nodes from 5.1 to 5.5 or is it supported?
View 3 Replies View RelatedHost will only update DNS in batches, takes several hours for a DNS change, is that normal?
Well today my mail stopped working and it turns out the A record for mail was deleted. How it got deleted I don't know.
I called my host and after speaking to 2 techs, they said that have added my request to a batch, and that would update in a few hours.
I said to him, batch? What can't you do it instantly?
He said thats not the way their DNS works and any DNS change would affect thousands of other sites they are hosting.
Does anyone know what kind of dns system these people could possibly have where they can not reload a single zone?
And by affected, I think he means the sites will go down for a minute or so, while it relaods every zone. Is this really the case, or are these people just idiots?
how to convert cPanel/WHM version from RELEASE to STABLE with latest version
View 4 Replies View RelatedI just signed up with hostnexus.. so far the support is responsive.. but the control panel delays is incredibly annoying.
I just surfed around and found out a lot of people on the net complain about the same thing. Is this normal on a plesk control panel?
I always get timed out, or I have to wait for over a 10 minutes just to get an account created, provided I dont hang.
Is this normal for plesk? why didnt they tried to fix it? I mean they are already on version 8..
I recently purchased "Build your own database driven website using php& mysql" and it describes how to setup php on a computer using the binary download package from php.net. My issue is a rather interesting one. I spend a few hours digging around in php.net's faq, microsoft's knowledgebase and various web locations.
I am trying to setup php5isapi.dll as a handler mapping. the directions given are for an older version of IIS and they have changed since then. Is anyone familiar with how this task has changed? I am currently running windows vista ultimate on my machine.
The options i have to add under handler mappings are as follows
Managed Handler
=>Request Path: (text entry box)
=>Type: (this is a drop down menu not a browse box)
=>Name: (text entry box)
tried this, didn't work
Script Map
=> Request path: (text entry box)
=>Type: (this is a browse box to locate an executable file)
=>Name: (text entry box)
tried this one as well, didn't work
Module Mapping
same three boxes as the managed handler...also didn't work
if anyone is familiar with this process *(getting php5isapi.dll mapped for *.php is the only part i can't figure out the changes on) i would greatly appreciate any assistance.
As it stands right now, when i run any php file, internet explorer opens a window, closes the window in probably half a second, and then it opens a download file box asking me if i want to open, save or cancel.. if i click open the process repeats, save just copies the file as if it was being downloaded.
How to configure URLScan 3 beta effectively on a Windows box to prevent SQL and XSS Injections?
View 0 Replies View RelatedAnyone got their hands on VZ 4.0 yet?
First impressions?
--
I actually just found out it won't be available for public beta testing until the end of September...
change the webmail from Plesk over
/usr/local/psa/admin/conf/templates/custom/domainWebmail.php
thats working without a problem if i change the Webmail Subdomain from one to another.
But i want to change the webmail from
webmail.domain.tld
to
domain.tld/webmail
The following change in domainWebmail.php does not work:
ServerAlias "<?php echo $VAR->domain->asciiName ?>/webmail"
<?php foreach ($VAR->domain->mailAliases AS $alias): ?>
ServerAlias "<?php echo $alias->asciiName ?>/webmail"
<?php endforeach; ?>
Site has disappeared, though still shows normal in Parallels Panel
I keep a simple site for my art portfolio and some misc files hosted with unlimitedwebhosting.co.uk and Parallels Plesk.
Yesterday I noticed that the site and all its contents give a 404 error, and the home page shows the default page generated by Parallels Plesk Panel. However, all my files are still accessible from ftp and the Panel:
The index.html file is still the same old one as it should be, yet the homepage doesn't show it.
As per the default setup, all the content of the website is in the httpdocs folder, not the root. Though I did try copying the index.html to the root and see if that worked, but it did not. I'm very inexperienced when it comes to web hosting and everything related, so I'm not sure if it's somehow user error or if I should try to contact Parallels.
Here's a history of emails I received from them - notice how the invoices are followed by multiple payment confirmations:
So perhaps cancelling the one payment made them think I wanted to cancel the hosting and the site was taken offline? I don't know.
I have come accross an issue with DNS in cpanel 11.x , where named.conf is badly configured by cpanel ,
Here is how a DNS report from dnsstuff.com would look because of this :
FAILS for SOA record
Fails for lame nameservers .
Here's how to fix it ,
SSH to server ,
Backup your named.conf file by
cp /etc/named.conf named.conf.back
then
pico /etc/named.conf
Replace
Code:
include "/etc/rndc.key";
controls {
inet 127.0.0.1 allow { localhost; } keys { "rndc-key"; };
};
options
{
/* make named use port 53 for the source of all queries, to allow
* firewalls to block all ports except 53:
*/
query-source port 53;
// Put files that named is allowed to write in the data/ directory:
directory "/var/named"; // the default
dump-file "data/cache_dump.db";
statistics-file "data/named_stats.txt";
memstatistics-file "data/named_mem_stats.txt";
};
logging
{
/* If you want to enable debugging, eg. using the 'rndc trace' command,
* named will try to write the 'named.run' file in the $directory (/var/named).
* By default, SELinux policy does not allow named to modify the /var/named directory,
* so put the default debug log file in data/ :
*/
channel default_debug {
file "data/named.run";
severity dynamic;
};
};
// All BIND 9 zones are in a "view", which allow different zones to be served
// to different types of client addresses, and for options to be set for groups
// of zones.
//
// By default, if named.conf contains no "view" clauses, all zones are in the
// "default" view, which matches all clients.
//
// If named.conf contains any "view" clause, then all zones MUST be in a view;
// so it is recommended to start off using views to avoid having to restructure
// your configuration files in the future.
view "localhost_resolver"
{
/* This view sets up named to be a localhost resolver ( caching only nameserver ).
* If all you want is a caching-only nameserver, then you need only define this view:
*/
match-clients { localhost; };
match-destinations { localhost; };
recursion yes;
zone "." IN {
type hint;
file "/var/named/named.ca";
};
/* these are zones that contain definitions for all the localhost
* names and addresses, as recommended in RFC1912 - these names should
* ONLY be served to localhost clients:
*/
include "/var/named/named.rfc1912.zones";
};
view "internal"
{
/* This view will contain zones you want to serve only to "internal" clients
that connect via your directly attached LAN interfaces - "localnets" .
*/
match-clients { localnets; };
match-destinations { localnets; };
recursion yes;
zone "." IN {
type hint;
file "/var/named/named.ca";
};
// include "/var/named/named.rfc1912.zones";
// you should not serve your rfc1912 names to non-localhost clients.
// These are your "authoritative" internal zones, and would probably
// also be included in the "localhost_resolver" view above :
};
view "external"
{
/* This view will contain zones you want to serve only to "external" clients
* that have addresses that are not on your directly attached LAN interface subnets:
*/
match-clients { !localnets; !localhost; };
match-destinations { !localnets; !localhost; };
recursion no;
// you'd probably want to deny recursion to external clients, so you don't
// end up providing free DNS service to all takers
// all views must contain the root hints zone:
zone "." IN {
type hint;
file "/var/named/named.ca";
};
// These are your "authoritative" external zones, and would probably
// contain entries for just your web and mail servers:
// BEGIN external zone entries
With
Code:
include "/etc/rndc.key";
controls {
inet 127.0.0.1 allow { localhost; } keys { "rndc-key"; };
};
And then goto bottom of the file and remove
}; at the bottom .
Save file and exit
then test config
service named configtest
if you have done this correctly , it should display something like this:
zone blue.xxx.com/IN: loaded serial 2007070901
zone xxx.com/IN: loaded serial 2007070906
zone ns1.xxx.com/IN: loaded serial 2007070901
zone server.xxx.com/IN: loaded serial 2007071001
zone xxx.net/IN: loaded serial 2007071001
Then restart named by
service named restart
your DNS should be working now .
I am running Apache on a Windows server and it is up and running.I downloaded and installed:
Apache 2.4.9 Win32 [Apache VC11 Binary] httpd-2.4.9-win32-VC11.zip
And included ModSecurity from download: modules-2.4-win32-VC11.zip..
The version of ModSecurity is mod_security-2.7.7 . It is up and running, but I get a warning:
ModSecurity: Loaded PCRE do not match with compiled!
Here's the difference in the PCRE from the logs:
PCRE compiled version="8.33 "; loaded version="8.34 2013-12-15".
The compiled version does not match the loaded version. Is this something I should be concerned about and try to find compiled versions that match?
I have installed a version of php (v5.4). My Web run correctly before and now not. My web is Joomla 2.5. I recived this error:Fatal error: Class 'JConfig' not found in /var/www/vhosts/*********/httpdocs/includes/framework.php on line 56.
View 1 Replies View RelatedAre that possible to have 2 version on my server?I upgrade from 5.3 to 5.4 yesterday but 2 site is down after upgrade of php.And i need 5.4 for 1 site and 5.3 for this other.
View 2 Replies View RelatedI tryed install multiple-php version in my Plesk 12 on CentOS 6.5 using Plesk KB but it doesn't work very well so I installed php-panda and it works fine but I want uninstall the php 5.4.31 version that fail but leaving the no-atomic old version. How can I do that? I know that is installed in other directory.
View 1 Replies View Relatedhow can i show in putty during ssh session the version of wordpress used for a specific domain ?
View 4 Replies View RelatedI need to change to all subscriptions to php 5.4 version. How can I do at the same time to all subscriptions? I tray to change in the service plans but it's dont' run. We have more than 270 subscriptions, How do you change all the time?
View 8 Replies View RelatedI'm still using Plesk 11.5.30 and MySql 5.5.39. That was discribed here how to update. But i need to have a MySql 5.6.5 (minimum) for some software (This version is over 2 years old). I'm using CentOs 6.5. and PHP 5.4.33
how to do this, whitout breaking plesk 11.5.30??
I installed Nginx and PHP-FPM through the Plesk Autoinstaller.It works well with the default PHP version installed originally with the CentOS 6 system (5.3.3). I also installed manually following your KB [URL] .... additional versions of PHP. It works well, and I can use those additional versions through the Plesk UI.
Therefore, I was wondering how to use them with PHP-FPM? As when I activate a domain for Nginx with PHP process (PHP-FPM), it switches the PHP version to 5.3.3 and I can't change this parameter.
I have Parallels Plesk Control Panel installed on Windows Server 2008 with PHP 5.2.17. In order to install moodle, it requires PHP 5.4.4 installed. How do I upgrade to the latest PHP or to version 5.4.4, are there any standard instructions?
View 4 Replies View RelatedI have new Linux server with CentOS 6.6 on it. I have tried to install Plesk version 12.0.18 on it.
During installation process from http://autoinstall.plesk.com/plesk-installer shell script I'm getting error:
START Bootstrapper 12.0.18 prep-install for BASE AT Fri Dec 5 19:09:44 CST 2014
***** problem report *****
ERROR while trying to SMB database not created
Check the error reason(see log file: /var/log/plesk/install/plesk_12.0.18_installation.log), fix and try again
STOP Bootstrapper 12.0.18 prep-install for BASE AT Fri Dec 5 19:10:01 CST 2014: PROBLEMS FOUND
START Bootstrapper 12.0.18 prep-install for BASE AT Fri Dec 5 19:15:46 CST 2014
When I have tried to run command:
# /usr/local/psa/bootstrapper/pp12.0.18-bootstrapper/bootstrapper.sh repair
I'm getting errors:
---TRANSACTION 0 0, not started, process no 32603, OS thread id 139715979196160
MySQL thread id 38, query id 7054 localhost admin
SHOW ENGINE innodb status
--------
FILE I/O
--------
I/O thread 0 state: waiting for i/o request (insert buffer thread)
[Code] ....
When I click upgrade now at the plesk panel I get following error:
Parallels Panel pre-upgrade check... WARNING: The proftpd FTP service will fail to start in case the support for IPv6 is disabled on the server. Please check [URL] .... for details.
Is it safe to proceed? I guess it shall be automatically?
I'm new to Plesk - I've inherited a web site for a local social club so have just been handed login and password. I believe I have version 11.0.9 and as I can see mention of an Apache webserver I'm guessing its linux.
So - I want to redesign and use Joomla so I can share the content updating with others.
I can't install Joomla as I have PHP 5.1 and need 5.3. I have no 'server' or any sort of option I can find (and I've looked everywhere!) to find a command line or somewhere I can run things.
When I try to allow SSH access the option says Forbidden and there is no option to change it.
I am looking for a replacement to my existing ISPConfig 3.x installation and have heard a lot of good things about Plesk, so I decided to put up a test server with a trial version of Plesk 12.The server is running Centos 6.5 64-bit minimal install with all system updates applied before installing Plesk. After installing Plesk I used the commands from the attached text-file.After compiling PHP 5.5.20 with no errors displayed on screen I created a new subscription plan as a copy of the #default domain" plan and changed the name to "PHP 5.5 website" and in the Hosting Parameters I changed PHP to run still run as a FastCGI application but use my compiled PHP 5.5.20 instead of the OS vendors PHP 5.3.3.The configure options used are the same as I did use for my ISPConfig 3.x servers.I also tried the configure options shown here: [URL]... But the command ends with a "configure: WARNING: unrecopgnized options: --enable-fastcgi"
If I compile with the attached script I get a HTTP 500 error when visiting the selected website (which is a clean installation of Drupal 7.34) and in the error_log for my test site I get this:
"
[Sun Dec 28 18:51:48 2014] [warn] [client x.x.x.x] (104)Connection reset by peer: mod_fcgid: error reading data from FastCGI server
[Sun Dec 28 18:51:48 2014] [error] [client x.x.x.x] Premature end of script headers: index.php
"
x.x.x.x is the internal IP of my router/firewall.I have also looked in the Plesk Administrator GuideIs there a known issue with Plesk 12 and CentOS 6.5 64-bit when wanting to use multiple versions of PHP, since both the version compiled using the KB article above and my own attached script worked fine on my ISPConfig 3.x servers.
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.