Plesk 11.x / Linux :: Unable To Increase Upload Limit

Feb 5, 2015

I have tried the links below and it still has not made a difference to the upload limit. I am still getting a 500 error.

[URL] ,.....

In the error logs it is still saying

'mod_fcgid: HTTP request length 16777994 (so far) exceeds MaxRequestLen (16777216)'

I did not try editing last_httpd.include as it was recommended that this was not edited in the post above.

Is there something I am missing!

The Parallels version is 11.0.9 on Linux. It is a VPS package. Is it possible that the host is not allowing the increase or is it all down to my setup?

View 18 Replies


ADVERTISEMENT

Plesk 12.x / Linux :: Can't Increase Phpmyadmin Max Upload / Import File Size

Jan 2, 2015

I'm running Plesk 12. I install it today, using the ISO which parallels provides, which includes centos 6.5 and preinstalled Plesk 12 in my vps. Then I logged in plesk, and I did everything it wants. Then I upgraded my php, to php 5.4.36 according to the manual that Paralells provides, and then I tried to increase the max upload file size for phpmyadmin. I have edited my /usr/local/psa/admin/conf/php.ini file and tried to restart using with 3 different ways using terminal:

1st: service sw-cp-server restart
2st: /etc/init.d/psa stop
/etc/init.d/psa start
3st: reboot (which rebooted all the vps)

My php.ini file is:

short_open_tag = On
y2k_compliance = Off
output_buffering = Off
max_execution_time = 600
max_input_time = 600
memory_limit = 256M
max_file_uploads = 99999
max_input_vars = 2000

[Code] ....

However, when I'm trying to import a 31mb sql file, I always get that error, and only some of my tables are being imported:

#1153 - Got a packet bigger than 'max_allowed_packet' bytes

View 2 Replies View Related

Plesk 11.x / Linux :: How To Increase PHP Memory Limit

Feb 1, 2014

why, or when this happened, but all of a sudden the PHP Memory Limit for all of my domains is 64M? I used to have it set to 128. How to change this setting so that all domains have the ability to go to 128M ?

View 5 Replies View Related

Plesk 12.x / Linux :: Increase PHP Memory Limit For All Hosted Sites

Nov 12, 2014

I am trying to increase the PHP memory limit for all Plesk hosted sites.

I've updated the 'memory_limit' setting in /etc/php.ini

Then I ran

Code:
/usr/local/psa/admin/sbin/httpdmng --reconfigure-all
/usr/local/psa/admin/sbin/httpdmng --reconfigure-server
Checking a phpinfo() page on hosted sites I see that this setting has not been effective.

Checking some /var/www/vhosts/system/domain.com/etc/php.ini also shows the old setting, and I can see that these files have not been updated.

I note that all these domain php.ini files have been modified earlier today, all at the same time, so presumably some process did regenerate them earlier. All these files hae the "DO NOT MODIFY ..." heading

I realise that I can go the the domain in Plesk GUI and save the PHP settings to force an update, but is there anyway to force the regeneration of all of these files via CLI?

View 3 Replies View Related

Plesk 12.x / Linux :: Upload File Limit?

Jun 22, 2015

I have a big problem concerning the file upload limit (I need a large size, around 2Go) : I was using my app in /var/www/vhost/default and it was working perfectly, I decided to change it and use /var/www/vhost/mydomain.com to have it throught the plesk panel, and there I have an upload limit than I need to push. I can't upload files larger than 128Mo and I don't know why.

- I have checked all php.ini files (with locate php.ini) and they are all correct.
- I used plesk panel to set php conf -> done.
- I put :
php_value memory_limit 2000M
php_value upload_max_filesize 2000M
php_value post_max_size 2000M
in my .htaccess in htdocs

[Code]....

I reload/restart apache2, psa, ... And it still doesn't work, I have no more idea every conf file seems correct. It's not a permission problem because I can upload some 80Mo files but not 500Mo ...

View 6 Replies View Related

Increase Maxclients Limit

Nov 30, 2007

well now my server load is back to normal i.e 1 - 2

but i want to increase the maxclients limit in my httpd.conf..

when i did 312 and restarted it, it says the max is 256.. so how do i increase the limit

View 8 Replies View Related

Increase Mail Send Limit

Jun 14, 2009

I'm sending out a mail campaign and noticed that there is a default limit of 300 set somewhere on my server. how do i chance this...

has exceeded the max emails per hour (300) allowed. Message discarded.

View 5 Replies View Related

Mysql: Could Not Increase Limit Of Open_files

Oct 11, 2007

error message: [Warning] Could not increase number of max_open_files to more than 65535 (request: 71410)

in my.cnf, I have this already
open_files_limit=90000

and
#cat /proc/sys/fs/file-max
370603

Is there any idea to fix this error?

View 5 Replies View Related

How To Increase Open Files Limit In Apache In Cpanel

Jul 14, 2008

How to increase the Open Files limits descriptor in Apache. In the earlier version of Cpanel, we had an option of Raise FD Size Limit to 16384, but the option no longer appear while rebuilding Apache. What is the way to do it and make the change permanent?

View 2 Replies View Related

Plesk 12.x / Linux :: Increase PHP Max Input Vars Value

Apr 24, 2015

I'm using php 5.5.9 with Plesk 12 running on Ubuntu and am trying to increase the max_input_vars value.

For the PHP settings in the additional directives box I have added the following: max_input_vars = 5000

I have saved the settings and even rebooted the server, however the max_input_vars is stuck at 1000 when looking at the php configuration.

View 8 Replies View Related

Plesk 11.x / Linux :: Roundcube - Increase Attachment Size

Jan 31, 2014

I seem Plesk Roundcube 6 MB attachment size. I Changed all php.ini and php.ini.tpl files but changes nothing. How Can I rise up the attachment size?

View 3 Replies View Related

Plesk 11.x / Linux :: Increase Import Database Size

May 4, 2015

I have a virtual server with CentOS 6.4 (Final) and Plesk 11.5.30 and I would like to increase the database size to import because right now it's only 2MB and I have to put online a website with 10MB.

View 5 Replies View Related

Plesk 12.x / Linux :: Increase Rate Of Send Mail Per Minute

Oct 16, 2014

How i can increase rate of send/minute for my campaigns of mail?

View 5 Replies View Related

DreamHost 7mb Upload Limit (php.ini)

Nov 30, 2006

Has anyone overcome the php.ini problem at DreamHost?

I am trying to upload .wmv video files around 20mb and of course they timeout after around 7mb.

I found this bit of chatter on the net but I am still stuck: ....

View 5 Replies View Related

Limit Server Upload Speed

Oct 17, 2007

Im trying to limit the total amount of bandwidth my server can use, but I am unsure where to start.

Say for example I want to limit the total available upload bandwidth to 100kbit/s.

View 3 Replies View Related

2MB Upload Limit {Windows Server 2003}

Nov 8, 2008

I have issue on my windows server 2003..

I have a file hosting script, but server uploads only 2MB...

I have edited my script to 100 Mb, but still same issue...

Than i tried editing php.ini file and increased:

Max Upload size to 100 Mb

Max Post Size = 100 Mb

Than Rebooted IIS.. and even server.

but still same issue... i can't upload a file larger than 2mb on Windows server...

View 0 Replies View Related

Plesk 11.x / Linux :: PHP Script Can't Upload File

Jun 4, 2014

All my PHP script can't upload file. I have tried to set CGI Application or FastCGI Application to my domain, but I can't resolve this issue.

View 6 Replies View Related

Plesk 12.x / Linux :: PHPMyAdmin Database Upload

Jul 2, 2015

We are having an issue upload a 300mb mysql database to phpmyadmin.. With direct mysql file, t stops and only copies a few tables, stating to reupload to continue (which it doesn't and states that there are pre-existing tables). With zip file, it does the same.. at one point at 504 error occurred.

View 4 Replies View Related

Plesk 11.x / Linux :: FFMEG - Cannot Upload Video To Network

Jan 2, 2015

I have install FFMPEG on my server today and all is correct as patch, installing with more. But when i try and upload video to to network so stay there only:

Uploading Video...

I have check in my sitepanel and patch is correct. After install i restart my server but i can not upload nothing video.

View 4 Replies View Related

Plesk 11.x / Linux :: Upload Bigger File Then 16MB Failed

Dec 23, 2014

I have 1 domain so i will use upload script on but there is some issue when i try and upload file.

I have upload 1 file so was 11MB &
1 file so was 6MB without problem.

And try with a file so was 17.46MB and this will not upload. It seems to me that it is a barrier for some space 16MB of uploading! Since that work and upload file so was 6 & 11MB but when I try and upload a file so is 17.46 or higher it stop.

Free Users can upload 100MB FREE
Premium: 1GB

I have set this in Plesk - PHP Settings

memory_limit: 1G
max_execution_time: 84600
max_input_time: 84600
post_max_size: 2G
upload_max_filesize: 2G

Also restart server after changing this. But still the same and can not upload bigger file then 16MB

View 2 Replies View Related

Unable To Upload Files On Shared Hosting Server

Oct 29, 2008

When i try to upload a image files to the linux based shared hosting server application with java and .Jsp files

(using apache common file upload) the following exception is getting...!
java.security.AccessControlException: access denied (java.io.FilePermission /var/chroot/home/content/h/e/r/heritageameric/html/heritageshopping/abc.txt write)

Hosting people suggesting me that i need .htaccess file to solve and get write permission..!

But iam completely new to this .htaccess file concept..!

View 1 Replies View Related

Plesk 11.x / Linux :: Upload To Virtual Server - Wordpress Site Developed Locally

Sep 11, 2014

We need to upload to a virtual server (managed with Plesk 11.5) a Wordpress site developed locally. We made this operations without problems many times on other hostings managed with custom panels, non-Plesk.

On the virtual server with Plesk, however, once the files are uploaded via FTP, the database via phpMyAdmin and updated the Wordpress configuration file, when you go to visit the website, it does not display anything and the browser opens the download window for a text file called "download" that contains the code of the file index.php of WordPress.

View 7 Replies View Related

Plesk 11.x / Linux :: Upload Backup MSSQL Server File - Filemng Cp Failed

Mar 19, 2014

I'm trying to upload backup ms sql server file. But the Control panel tells me error: "Error: copy_file failed: filemng cp failed:"

View 4 Replies View Related

Plesk 12.x / Linux :: Limit-out - Postfix / Dovecot

Aug 15, 2014

on a fresh debian 7 64bit openvz system we actually have a problem with the new plesk 12 feature of limiting outgoing mails.We migrated about 25 systems to plesk, this is the first that makes problems.If limiting outgoing mails is activated (i double-checked all possible checkboxes in plesk) a fresh mailbox gives us the following error while trying to send via smtp:

Aug 15 13:09:32 2d4 postfix/smtpd[8645]: connect from unknown[XX.XX.XX.XX]
Aug 15 13:09:32 2d4 postfix/smtpd[8645]: E9AF61C58851: client=unknown[XX.XX.XX.XX], sasl_method=PLAIN, sasl_username=XX@XXX.XX
Aug 15 13:09:32 2d4 greylisting filter[8651]: Starting greylisting filter...
Aug 15 13:09:32 2d4 /usr/lib/plesk-9.0/psa-pc-remote[8611]: handlers_stderr: SKIP

[code]....

After deactivating the feature all mail is sent without any problems. We use postfix + dovecot.

View 2 Replies View Related

Plesk 12.x / Linux :: How To Limit Outgoing Mail From PHP Scripts

Mar 27, 2015

Where do I setup limits for email sent by PHP scripts?

They do not seem to be throttled by the plan's outgoing limits at all.

View 5 Replies View Related

Plesk 12.x / Linux :: Cannot Limit Number Of Backup Files

Oct 30, 2014

I'm running Plesk v12.0.18 #22 on Ubuntu 12.04.

In the plesk backup-settings I've set the max. number of backup-files to 5.

Actually Plesk doesn't limit the number of backups stored in the local repository.

So unfortunately the partition is running out of space.

What can be done to solve that problem?

View 1 Replies View Related

Plesk 12.x / Linux :: Outgoing Mail Limit - How Is It Counted

Sep 29, 2014

How is the Number of outgoing Mails counted by mails or by recipients?

With a limit of 25 mails per hour is it possible to send 25 mails with 200 recipients each before they will be blocked or will one mail with more the 25 recipients exceed the limit?

View 3 Replies View Related

Plesk 12.x / Linux :: What Happens When Limit For Outgoing Mail Is Reached

Jul 16, 2014

In the documentation for Plesk 12 there is no information on what is happening if the limit for outgoing mail is reached.

If there is a limit of 50 mails per hour on a mail account and someone is trying to send 60 mails in one hour, what does happen with these 10 mails over limit?

1. Are there send 50 mails and the rest of 10 mails are deleted and will never be sent?
2. Or are these 10 mails sent later?
3. Can there be sent more mails in the next hour or is the mail account now blocked for sending mails?

View 1 Replies View Related







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