Plesk 12.x / Windows :: Psaadm And Psacln Privileges

Feb 3, 2015

I'm trying to set permission for text file which is exists in Program Files (x86)MyFile directory. File should be accessible by psaadm and not accessible for psacln accounts. I've set permissions for psaadm Full Control Allow and for psacln Full Control Deny.

In my PHP script I'm checking file using is_readable function and no matter which user trying to read this file function always returns true (admin or customer account). I tried to find solution in Web but without success so I'd like to ask you about it.

Additionally, I've tried to create Plesk DiskSecurity XML with privileges settings. After Apply this settings privileges are correctly set for my file, but customers still can read this file.

Is there any other way to deny access to this file for customers and resellers?

View 2 Replies


ADVERTISEMENT

Plesk 12.x / Windows :: Error - Wrong Permissions For Psaadm And Psacln Account

Jul 10, 2014

In plesk 11 all work OK , but now in version 12 , something go wrong.

I have an VPS Windows 2008 with Plesk 12 and Persits Software like (www.aspjpeg.com).

The Path of software is : C:Program FilesPersits SoftwareAspJpg

I set the permissions :

- Everybody (FullControl)
- Administrator (FullControl)
- Users (FullControl)

All go right, but the Plesk run micro update or check permission add this other account :

- psaadm (Deny All)
- psacln (Deny All)

And then persists Software not work in ASP files. If I delete this permission or change to Full Control all work again, but when have a new update all permission was reset and set again Deny All.

What happened? What can I do ?

View 2 Replies View Related

Plesk 12.x / Windows :: Second Error - Wrong Permissions For Psaadm And Psacln Account

Jul 23, 2014

[URL]

Al go right with that entry in (C:ParallelsPlesketcDiskSecurityDiskSecurity.xml)

Code:
<Entry AccounType="1" Account="Psacln" Path="C:Program FilesPersits Software" Comment="C:Program FilesPersits Software"
AceFlags="ThisFolderSubfoldersAndFiles" AccessMask="FullAccess" EntryFlags="0" />

But the last microupdate update the file xml and delete my custom line. The Plesk Teem or Support know how can I set a entry for ever?

View 3 Replies View Related

Plesk 11.x / Windows :: Supplied Account Does Not Possess Administrative Privileges

Sep 1, 2013

I recently upgraded the Plesk to 11.5.30. Now I am not able to create new MySQL databases. I am getting below error.

Code:
Error: Connection to the database server has failed because the supplied account does not possess administrative privileges: Access denied for user 'admin'@'localhost' (using password: YES)

MySQL admin details are correct in plesk database, also the admin has full privileges. I am manually able to create databases, users from mysql prompt. It's just the plesk interface that's giving error.

Code:
C:Program Files (x86)ParallelsPleskMySQLbin>mysql -u admin -p*************** mysql
Welcome to the MySQL monitor. Commands end with ; or g.
Your MySQL connection id is 68
Server version: 5.1.68-community MySQL Community Server (GPL)

[Code] .....

View 4 Replies View Related

Plesk Automation :: Set User And Privileges From Mysql

Jul 3, 2014

I'd want to create a user and set custom privileges using the standard mysql-client, ie. create user and grant privileges, but I know that sometimes Plesk overwrites my config files for other services.

View 2 Replies View Related

Plesk 12.x / Linux :: MySQL Routines And Triggers No Privileges

Feb 16, 2015

I need a MySQL user that has the privileges to add routines and triggers. The default users that are created by Plesk do not have these rights. How would I be able to add these rights to a specific user, or all users, that doesn't care.

I already logged in over SSH as a root user:

Code:
mysql -uadmin -p`cat /etc/psa/.psa.shadow`

Then I tried to update the rights of the users:

Code:
mysql >UPDATE db SET Create_view_priv = 'Y', Show_view_priv = 'Y', Create_routine_priv = 'Y', Alter_routine_priv = 'Y';
mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.00 sec)

This didn't work. So I wanted to add super privileges by doing this:

Code:
mysql> GRANT SUPER ON *.* TO 'user'@'%' IDENTIFIED BY 'mypassword';
Query OK, 0 rows affected (0.00 sec)
mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.00 sec)

But also not of any effect. What's left to do?

View 4 Replies View Related

Serverbeach, User Privileges

Oct 19, 2007

I have a server from ServerBeach Linux Powerline 2600. CentOS5.

It even has webmin on it.

But this is what I'm trying to do, trying to add a user so the user can use apache/php/mysql/cron and cannot look into other directories like /etc

SB is taking sometime, so I thought to post here as well.

I know it's a linux admin thing, but I'd like to get some quick help as well..

View 12 Replies View Related

[Cpanel::Mysql]: Not Updating Privileges

Apr 11, 2008

On a cPanel server, running RHEL 4 I got the following error (from cpanel logs) while associating an user with a DB from the cPanel admin:

Fri Apr 11 17:02:47 2008 info [Cpanel::Mysql]: Not updating privileges for user (reseller login and no password specified in ~/.my.cnf) at /usr/local/cpanel/Cpanel/Mysql.pm line 268
Cpanel::Mysql::updateprivs('Cpanel::Mysql=HASH(0xa4a8768)') called at /usr/local/cpanel/bin/mysqladmin line 88
Fri Apr 11 17:02:47 2008 info [Cpanel::Mysql]: Not updating privileges for user (reseller login and no password specified in ~/.my.cnf) at /usr/local/cpanel/Cpanel/Mysql.pm line 268

In fact, from cPanel interface all privileges are added OK, but the MySQL itself is not connecting at all due to this error.

I already tried:

/scripts/mysqlup --force
/scripts/upcp --force
/usr/bin/mysql_fix_privilege_tables -u root --password=PASSWORD

View 2 Replies View Related

Backup Mysql User Privileges

Aug 26, 2007

how do i backup mysql user privileges?

this will only backup the databases:
mysqldump --opt -u root -p --all-databases > data.sql

i would like to backup mysql user privileges too.

View 1 Replies View Related

How To Give File Ownership Privileges To External IP Address

Aug 4, 2008

I have a software program on my home PC that writes to files on my remote VPS every few minutes.

The only way I can accomplish this is to CHMOD the files to 777 and give the whole world write priveledges.

Is there a way I can give my external (home) IP address write priveledges to certain files on my VPS without CHMODing them as 777?

I run the latest version of cPanel and WHM on my VPS.

View 6 Replies View Related

Plesk 12.x / Windows :: FTPS Windows Doesn't Work

Nov 11, 2014

FTPS is not working after upgrade from plesk 11. On plesk 11 windows and linux worked fine, after upgrade my windows server, it stopped working.

Code:
PS C:Windowssystem32> & "C:Program Files (x86)ParallelsPleskadmininpmm-ras.exe" --check-repository --dump-storage=ftps://****:****@***.***.***.***:21 --debug --verbose
[2014-11-11 21:16:12.981| 4688] INFO: pmm-ras started : "C:Program Files (x86)ParallelsPleskadmininpmm-ras.exe" --check-repository "--dump-storage=ftps://****:****@***.***.***.***:21" --debug --verbose
[2014-11-11 21:16:12.997| 4688] INFO: Repository 'ftps://***.***.***.***:21': Initializing...

[code]....

View 19 Replies View Related

Plesk 12.x / Windows :: PHP Missing After 12.0.18 Update On Windows

Aug 11, 2014

Latest Update 12.0.18 Update 12 appears to have removed PHP 5.4 and PHP 5.5 from my dropdown under hosting settings.

The only PHP that is left is PHP 5.3

Yet, the updates and upgrades page still lists PHP 5.4 and PHP 5.5 as installed.

Also PHP is still working on the virtual websites that were previously enabled with either 5.4 or 5.5, but not able to change using the Plesk Panel.

Given that Parallels has broken the Panel in that latest automatic update I'd hope it can be resolved ASAP.

I can't even find any references in the KB about Plesk 12 on Windows regarding PHP versions

I can even give feedback about the broken patch as every feedback channel requires paid support.

View 1 Replies View Related

Plesk 11.x / Windows :: Windows 11.5.30 FTP Backup Not Working?

Jan 22, 2014

I have faced the following ftp backup error in windows plesk 11.5.30

Transport error: unable to send directory to repository: Transport error: unable to put local file C:Program Files (x86)ParallelsPleskPrivateTemp/repo_transport_tmp_01cf171bcedd7710ackup_1401220130.zip to backup_1401220130.zip: Curl error: Failure when receiving data from the peer

View 7 Replies View Related

Plesk 11.x / Windows :: Use SSL That Was Installed Directly To Windows

Sep 19, 2012

Prior to using plesk, I had a few sites that had SSL certificates installed, the old fashioned way (manually through IIS). I have now setup those domains in plesk, and I need to somehow make PLESK aware of these SSL certificates.Right now, I setup the domain in plesk, give it a dedicated IP, and allow SSL connections. It chooses the default certificate and my already installed in IIS SSL certificate isnt listed.

Is there any way I can get it listed? I went to the add an SSL area, and it seems that this area is only good for generating new SSL certificates, but mine is good for another 1+ years.The bummer is that for some reason, anytime I make any type of change to the site in plesk, that it seems to overwrite the SSL bindings and changes my manual changes to the correct certificate (through iis) back to the default certificate.

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

To Transfer From Linux Plesk To Windows Plesk

Nov 3, 2008

I have a server running Linux and PLESK, and am interested in switching to Windows and PLESK. Will the backups made under Linux restore under Windows?

View 1 Replies View Related

Plesk For Windows ...

Jun 23, 2008

I am currently using Plesk 8.1 as my control panel and it's running on Windows 2003 Standard. Was wondering how I could actually configure Plesk/MailEnable to actually work with Port 587 as an alternative port to sending out emails.

Currently Port 587 is totally Not Working which is getting a few of my clients quite upset. This is due to the fact that their stupid ISP actually blocked off ALL access to Port 25.

View 2 Replies View Related

Plesk 11.x / Windows :: How To Add PHP

Dec 18, 2014

How do I add php as I am trying to add IonCube and its getting errors.

View 1 Replies View Related

Webmail In Plesk On Windows

Jan 8, 2007

i havw windows server 2003 with plesk installed

when i log to webmail i just see Horde ....

what i am asking for can install more than Horde

like neomail or squeirll?

View 10 Replies View Related

Plesk Installation Windows

Jan 5, 2009

i have windows server 2003 and i also have plesk 7.5.... every time i try to install plesk it says thats i need frontpage 2002 or later and url]...i have both but it still says i dont have it

View 3 Replies View Related

Windows Server- MS SQL + Plesk

Jan 7, 2009

We are about to shift from linux server to plesk for some reasons given by our management.

I am interested to know that Plesk 8.X or 9.X comes with MS SQL edition in built? or we have to install that separately? This is for a hosting server so the server should have both MY SQL and MS SQL both, how to shift this in plesk, is it possible?

Also if we install plesk will it come with tomcat server? or not? some hosting clients need Java with tomcat?

View 2 Replies View Related

Windows Hosting With Plesk ..

Apr 25, 2008

Please recommend Plesk Windows Hosting companies.

View 13 Replies View Related

Plesk 7.6 To 8.6 On Windows Server

Aug 2, 2008

I have a windows server with plesk 7.6 i want to install the new version of plesk 8.6, how can I do? I want my domain names (4) be working well with the new version of plesk. I don't know if I backup my domains, plesk 8.6 will recognize from 7.6.

the main reason I want plesk 8.6 is because i want to use the latest version of php and also i want to install wordpress and I think the new plesk will be working fine with these programas

do you have any ideas how can I keep my domain working after I install new plesk?

View 0 Replies View Related

Cheapest Windows VPS With PLESK

Apr 24, 2007

which company is the cheapest Windows VPS Provider with plesk?

View 0 Replies View Related

Downloading To Plesk In Windows VPS

Aug 11, 2007

On MY Desktop in Plesk 8.1, it shows:

Server Info
Tools
Statistics
Favorites

How/where can I download a windows program?

Do you download to Plesk, like you would to your own Desktop,
or do you upload to Plesk?

View 0 Replies View Related

Windows Managed VPS + Plesk

Apr 30, 2007

I'm currently running a small hosting business. We only have Linux servers but now some clients are requesting ASP and dot net support.

I don't have any experience with windows servers, that's why i need a managed one ( actually i have been running linux on my desktop + servers for more than 8 years, so i don't use windows for a long time ).

I probaly will have a dedicated one soon, but first i need to "feel it" running a VPS.

View 0 Replies View Related

Plesk 11.x / Windows :: Ftp Is Not Working

Aug 4, 2012

not because reason FTP has stopped working.FTP access already created continue to operate, does not work any additional FTP account or the principal to create a new domain.

View 2 Replies View Related







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