Plesk 12.x / Linux :: Can't Umount Folder

Oct 8, 2014

So yesterday I tried to follow along with http://www.eth0.us/tmp to secure m /tmp folder. It broke. I have since fixed the issues (chmod 1777 and not 0777) but I still have a second tmp mount point that I can't get rid of.

/dev/tmpMnt on /tmp type ext2 (rw,noexec,nosuid,loop=/dev/loop0)
tmpfs on /dev/shm type tmpfs (rw,noexec,nosuid,nodev)
/tmp on /tmp type none (rw,noexec,nosuid,nodev,bind)

[Code].....

View 6 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: Folder Without A Name In Root

May 31, 2015

Are some days that in the root of my server there is a folder without a name. I think it is fail2ban to create this folder? Only I have access to the server.

View 11 Replies View Related

Plesk 12.x / Linux :: Scp-connection To One Folder?

Mar 16, 2015

I am new to plesk. How can I create a user which has only rights to start a scp-connection to one folder.

[URL]

The user should be able to uplad files into this directory. (He shouldn't be able to browse the the tree)

View 1 Replies View Related

Plesk 12.x / Linux :: None Of FTP Display Folder

Oct 16, 2014

The server authenticates the FTP login, Plesk Panel shows the session, but none of the FTP's display the folder. Whats the command to reset FTP connections.

CentOS 7 + Parallels 12.0.18 I've found articles for older versions or CentOS 6, but those commands no longer work...

View 1 Replies View Related

Plesk 11.x / Linux :: Exclude Folder From Backup?

Nov 21, 2012

My Plesk Panel 11.0.9 Update #26 is running on a dedicated Debian 6.0.6 server and works all fine, but I'm having some issues with the backups. I'm doing backups using the standard build in GUI backup manager. Everything works fine, even the cron job which copies the backup files every night to a second location. The problem I'm having is, that I can't specify folders to exclude from the backup. The reason why I need this is, that I have a 24TB RAID mounted in the /var/www/vhosts/mydomain.com folder and this will be a problem once the RAID is filling up.

View 10 Replies View Related

Plesk 12.x / Linux :: Restrict SSH User To One Folder?

May 15, 2015

I need to create a SSH account for an subscription. This account is not allowed to access other domains. How do i do that?

I know how to create an SSH account with remote access.

View 1 Replies View Related

Plesk 12.x / Linux :: Change Backup Folder?

Jul 22, 2015

I'm trying to copy a backup from the FTP server to the production server but I don't have enough space in the tmp folder.

There is a way to change where the backups are temporary until the hole backup is on the server? In case the only thing to do is to change where the tmp folder is mounted. This is a production server, I won't like to do it without knowing all the steps.

View 2 Replies View Related

Plesk 12.x / Linux :: Not All Files And Folder Are Saved

Oct 1, 2014

Here my plesk installation details:

Debian 6.0.9 x64
12.0.18 at #17

the problem is very big since backup procedure not backup all files and folder. I have a lot of Wordpress installations (some of that made with App Installer and others made by hand).

Into all the above installations, files and folder created by Wordpress, like plugin installed or image, uploaded are not backup!

I have seen that all this files come with www-data:www-data user and group but with read permissions for owner, group and others, so i not able to understand why they are not inside my backups. If i change user and group all works fine.

Check your Wordpress backup and verify the presence of plugin and images (miniature of images are still present since they are created with different user and group)...

View 1 Replies View Related

Plesk 11.x / Linux :: Copying Folders Into Another Folder Using Same Name

Aug 9, 2014

I'm having a problem when copying folders into another folder using the same name.e.g. there's a folder called css in httpdocs/backup/css and also httpdocs/css. However, I'm trying to restore the backup and actually copy the /css dir from httpdocs/backup to httpdocs. Plesk should overwrite the existing target css dir (and its content/files) in httpdocs/css. However, Plesk creates a new css dir inside httpdocs/css so I have the "original" httpdocs/css dir content intact and also the css dir (from httpdocs/backup/css) copied into httpdocs/css so the full path is httpdocs/css/css

I'm highlighting the httpdocs (not /css dir) in the File manager - Copy Files window. I've tried that on a few installs and experiencing issue on each of them. Please see the attached screenshots.

Step 1. Select (check) the css dir and click copy (or move, result is the same)

Step 2. Mark the httpdocs dir (it doesn't matter if you click the Replace existing files checkbox)

Step 3. Final result, css dir from httpdocs/backup copied into httpdocs/css/

I've compared the dir content several times and definitely the css dir from httpdocs/backup is copied to httpdocs/css so the full path would be: http docs/css/css and the original "old" files from css will remain there.

View 1 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 11.x / Linux :: FTP - Wrong Folder And File Permissions

Nov 15, 2013

I have a problem where every folder I ftp onto the server gets given a 700 permission and every file gets a Zero permission. Most of the sites I am adding to this server will be WordPress sites and most of the folders I want to have a permission of 755 and for the files a permission of 644 so my question is how do I change the settings so that any new files ftp'd onto the server get the permission 755 and files get the permission of 644 ?

View 2 Replies View Related

Plesk 12.x / Linux :: Mail Folder Accessible To Each User

Nov 26, 2014

I would like my Plesk users to each have access to the mail folder for their domain. cPanel appears to do this by default by creating a folder named /home/user/mail which contains a subfolder for each domain name. Plesk, however, places all email folders together in the /var/qmail/mailnames folder. I would like to end up with a structure similar to how cPanel does it, but it looks like there are at least a couple of ways to accomplish that and I'm not sure what would be the most safe, reliable way to do it.

One way I can think to do it would be to override the Plesk dovecot config by adding a new config file to /etc/dovecot/conf.d. I think changing the values for mail_home and mail_location as follows would possibly work.

Old values:
mail_home = /var/qmail/mailnames/%Ld/%Ln
mail_location = maildir:/var/qmail/mailnames/%Ld/%Ln/Maildir​

New values:
mail_home = /var/www/vhosts/%Ld/mail/%Ld/%Ln
mail_location = maildir:/var/www/vhosts/%Ld/mail/%Ld/%LnMaildir​

I see a potential issue with this solution; the %Ld for an add-on domain will probably be the add-on domain, and there will not be a folder within /vhosts/ with that name. Perhaps there is another variable for the primary domain that I could use there.

A second way I can think to do it would be to add a symlink in /var/www/vhosts/domain/ named "mail" that points to the actual mail folder for a domain. Again, issues would probably occur here with add-on domains, and I also can't see a way to automate this. I also predict permissions issues with this solution.

I am using Dovecot if that makes a difference.

View 3 Replies View Related

Plesk 11.x / Linux :: Recover After (Clear Folder) In Webmail

Jul 17, 2014

Webmail using, in the "Inbox" I chose all the mail and accidentally pressed the "clear folder" letters deleted or i am can be restored? I need to return the letter....

View 3 Replies View Related

Plesk 12.x / Linux :: All Outgoing Mail Goes To Spam Folder

Oct 16, 2014

The problem is that all the mail that exits my VPS server (OVH) is going to the spam folders of Gmail, Outlook, etc accounts.

I've tried to connect my Gmail account to check via POP3 my inbox on my VPS, and all I get is an SSL error.

View 6 Replies View Related

Plesk 11.x / Linux :: Sent Emails To Hotmail Are Going To Junk Folder

Oct 29, 2014

the xxx@enotecalatorreroma.com is the one that for months and still now is giving problems when sending emails. Sent emails to Hotmail are going to Junk folder.

View 6 Replies View Related

Plesk 12.x / Linux :: Proftpd Default Folder Change?

Feb 11, 2015

I am noticing that several of my users are wiping out their user root folders ( logs, error docs, etc...) when they fail to use '/httpdocs/' as the root directory when publishing with FTP.

I fixed this by editing the proftpd.conf to use ~/httpdocs/ as the DefaultRoot folder ( instead of just ~/ ).Would it be safer(better) to go through all the ftp users and make the home directory '/httpdocs/' instead of '/' in the admin UI? If yes, what is the best way to do a mass update of this setting for multiple users ( multiple domains ) ?

View 2 Replies View Related

Plesk 11.x / Linux :: Each File / Folder Created By PHP Overridden By FTP

Jul 14, 2014

I got this Problem after install a New Plesk Server.

Current: CentOS 6.5, Plesk 11.5.30, PHP 5.3.3 (Default install), PHP as FastCGI (I Tried also with Plesk 12.x).

What I did: in IP Tables i set al Ports for Plesk; I set in /etc/proftpd.conf the Ports "PassivePorts 65000 65200"

Problem: Each file ore folder created by an php Application i cant see ore override by ftp.

Example: I Upload a new installation of Joomla 2.5 (CMS) by ftp with a User created by plesk. Then I start the Installation by using the Webbrowser. In this process Joomla change some files and create also an configuration.php. All done by php Scripts. Now I check the configuration.php on the FTP -> Cant see it. -> I check by SSH and the file exists. If I Check the Permissions it seams, that all file have same permissions, owner and group.

-> Configuration.php can not see by ftp ore be overwritten
-> htaccess.txt I see by ftp and i can manage
->> Permissions seams to be the same "?"!"

View 1 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 11.x / Linux :: Hide Certain Folder From Showing In Downloads Tab Of Webstat

Dec 25, 2014

I need to know how to configure awstats (Plesk's webstat) not to show report of downloads from a certain directory on my website.

(Plesk version 12.0.18)

View 1 Replies View Related

Plesk 11.x / Linux :: Network Connection From Windows To Filesharing Folder

Mar 14, 2015

I'm trying to create a network connection from Windows (8.1) to my Plesk filesharing folder, which should be straight forward. For some strange reason my Windows desktop PC doesn't establish the connection but shows me an error message, saying that the provided folder is invalid (see attached images).

View 1 Replies View Related

Plesk 12.x / Linux :: IMAP Sent Folder Not Found In Outlook / Thunderbird

Oct 15, 2014

I am running CentOS Linux 7.0.1406 (Core) with Plesk Version 12.0.18 Update #19.

Customers who use Outlook or Mozilla Thunderbird cannot send Emails through IMAP (Courier) because their mailclients say "Cannot write to sent Folder" even when there is a "Sent" Folder in the IMAP Structure existing. It is also subscribed by the Client.

Outlook Users have to go to: file - account settings > account settungs > Change > more Settings > advanced > root Folder path and enter the word inbox

Mozilla Users have to enter "INBOX." under advanced IMAP Settings in Thunderbird.

So my question is: Why is that ? And cant i Change something as admin on the Server side so all customers dont have to Panic and set an inbox Folder path in their mailclients ?

For customers it has to work without Client-side configuration...

View 4 Replies View Related

Plesk 12.x / Linux :: Auto-delete Spam Folder After 30 Days

Sep 12, 2014

Mail in the spam folder is supposed to be deleted after 30 days.

I have some mail that has been in the Spam folder for 40 days. Why hasn't it been auto-deleted?

View 1 Replies View Related

Plesk 11.x / Linux :: Passport Protection For Stat Folder Is Not Enabled

Aug 15, 2014

Today when I visited my plesk-stat folder, I saw that it is publicly available. Everyone can see the stats.

https://example.com/plesk-stat/

Is not this folder supposed to be protected by password as default?

View 3 Replies View Related

Plesk 11.x / Linux :: When Using Move To Folder Option - Spamassassin Is Not Adding Headers

Jun 19, 2014

When I set up spamassassin to store spam in the spam folder of my mailbox, it doesn't add any X-Sapm headers nor tags the subject. All I found so far was an old thread where a plesk employee stated that it will be fixed in 'a' future version.

I am on 11.5.30 Update #47.

View 3 Replies View Related

Plesk 11.x / Linux :: Retrieve Spamassassin Spam Folder From Email Client

Jun 12, 2014

The Plesk panel indicates that the Spam folder can be retrieved using an email client. We are using Outlook 2013 and can not figure out a way to make this happen. We can see the Spam folder using Webmail, but the contents never shows up in Outlook...

View 1 Replies View Related

Plesk 12.x / Linux :: Migrated Domains - Single Http / Https Folder

Nov 25, 2014

I migrated domains from another server and they had separate http and https folders. Now I need to make them use same httpdocs for both http/https. How do I do it for a single domain? How do I batch do it for all domains?

View 4 Replies View Related

Plesk 12.x / Linux :: Folder Permissions / Joomla Installer - Could Not Copy Setup File

Mar 17, 2015

Ok, new to Plesk, trying to move from ispconfig. So I have Plesk 12 running on Centos 6 64bit in a VPS. I figured out how to upgrade PHP and now I have installed my first website. The website is joomla based but I am getting the below error when installing components:

Warning
Copy failed.

JInstaller: :Install: Failed to copy file /var/www/vhosts/virtual-sim-racing.com/httpdocs/home/tmp/install_55081e65af5fe/pkg_kunena.xml to /var/www/vhosts/virtual-sim-racing.com/httpdocs/home/administrator/manifests/packages/pkg_kunena.xml

Package Install: Could not copy setup file.

This suggest to me a permissions issue - but what to do with it. I have checked all of the relevant Joomla folder permissions and they are all showing as writeable, so it looks like something outside of that?

I don't want to have to stick with ispconfig much longer ...

View 7 Replies View Related

Plesk 12.x / Linux :: Auto Deleting The Mails From Trash Folder And Junk - Dovecot

Jul 4, 2015

I use for my client the webmail Roundcube.. How to I set for Auto Deleting The Mails From Trash Folder and Junk with mail server Dovecot after 30 days?

View 2 Replies View Related

Linux Apache Folder Not Reading Without Trailing Slash

Jan 4, 2007

I am running apache 2.0 on CentOS 4.4 with PHP5 and mysql 5. I am wondering why the following is happening with apache:

if I goto to [url]

This does not work, it times out. But if I goto:

[url]

With the trailing slash it works. That is annoying, anyway to take care of that so it works with or without the trailing slash? Below is my httpd.conf folder and virtual host settings:

---------------------------------------------------------------------------------------------------------------

<VirtualHost *>
ServerAdmin myemail@mydomain.com

DirectoryIndex index.php index.html index.htm index.shtml

<Directory "/var/www/html/">
Options ExecCGI FollowSymLinks Includes IncludesNOEXEC SymLinksIfOwnerMatch

AllowOverride none
</Directory>
</VirtualHost>

#
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
#

<Directory "/">
Options FollowSymLinks

AllowOverride None
</Directory>

<Directory "/var/www/html">
Options Indexes Includes FollowSymLinks

AllowOverride None
Allow from all

Order allow,deny
</Directory>

<Directory "/var/www/icons">
Options Indexes MultiViews

AllowOverride None
Allow from all

Order allow,deny
</Directory>

<Directory "/var/www/cgi-bin">
Options ExecCGI

AllowOverride None
Allow from all

Order allow,deny
</Directory>

View 13 Replies View Related

Uploading A Folder To A Database (Plesk)

Apr 25, 2008

I am trying to install a script and I need to upload a folder to a database. How would this be achieved?

View 0 Replies View Related







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