How To Allow Customers To Modify Their Own Php.ini Settings

May 29, 2007

On the server (linux, cpanel), we have global registers set to off. Some scripts require them on. What's the most secure way to allow customers to do their own settings for their own domains and bypass the main server php.ini settings?

View 4 Replies


ADVERTISEMENT

Apache :: Give Someone Access To Modify Settings Through WHM?

Nov 13, 2013

I have WHM and Cpanel on my dedicated server. Is there a way to give them access to change this? I dont want then to have access to everything either.

Edit your httpd.conf file.

Timeout 50
KeepAlive On
MaxKeepAliveRequests 120
KeepAliveTimeout 10
MinSpareServers 10
MaxSpareServers 20
StartServers 16
MaxClients 125
MaxRequestsPerChild 5000 

View 4 Replies View Related

Plesk 12.x / Linux :: Where To Modify Nginx Fastcgi Settings

Dec 8, 2014

What exact file to modify in order to optimize fastcgi settings, then to set default for all websites. Sample code below:

# execute all .php files via php-fpm
location ~ .php$ {
# connect to a unix domain-socket:
fastcgi_pass unix:/var/run/php5-fpm.sock;
fastcgi_index index.php;

[Code] ....

View 4 Replies View Related

Plesk 12.x / Linux :: How To Make Different MySQL Settings For Customers

Oct 13, 2014

We are running Plesk 12.0.18 with MySQL (Server Version: 5.5.33-MariaDB - openSUSE package) on OpenSuSE 13.1

MySQL is running in strict mode and its fine for the most of our customers. But some are trying to run Contenido, thats a CMS, which could work with this mode and we have to disable mysql strict mode.

So my question is: Is it possible to disable mysql strict mode just for choosen customers?

View 5 Replies View Related

Plesk 12.x / Linux :: Application Updates For Specific Customers Is Being Sent To ALL Customers

Jul 11, 2014

I've got a e-mail notification problem since i upgraded from Plesk 11.5 to Plesk 12: One specific Application Update for customer X is being sent to all my customers.

Last week we did have a problem with a busted customer portal. ( not customer X, plus still on Plesk 11.5 ) I fixed this by using this procedure: [URL] ..... Restored two records and problem solved.

As a temporary resolution we disabled Application Updates for our customers, but I do want that my customers receive Application Updates, but just the one where they are the recipient.

View 2 Replies View Related

Modify /tmp Size

Jul 11, 2008

Used chirpy's method

/etc/init.d/chkservd stop
/etc/init.d/mysql stop
umount /var/tmp
umount /tmp
replace "256000" "512000" -- /scripts/securetmp
rm /usr/tmpDSK
/scripts/securetmp --auto
cd /tmp
ln -s /var/lib/mysql/mysql.sock
/etc/init.d/mysql start
/etc/init.d/chkservd start
df

Problem

[root@host ~]# umount /tmp
umount: /tmp: device is busy
umount: /tmp: device is busy
[root@cmee34 ~]# lsof | grep /tmp
sshd 6650 root 9u unix 0xf57fe300 24988 /tmp/ssh-SDVLUi6650/agent.6650

If I killall -9 sshd, I got obviously logged out of ssh. I need to make /tmp 1GB instead of the current 500MB it is now.

View 2 Replies View Related

Modify MaxClients

Jun 13, 2008

i want to larger the "MaxClients",

i add the MaxClients 1000 in the httpd/conf/httpd.conf and restart the httpd

but it looks likely not work at all,

what should i do else?

my apache is version 2

View 10 Replies View Related

Modify Domain Name On Plesk

Jun 10, 2009

i need to modify a domain name in plesk. is that possible without having to recreate the account or losing the info?

for example from [url]to [url]

View 2 Replies View Related

Cannot Modify Bash Profile

Mar 1, 2008

Code:
-rw-r--r-- 1 root root 975 Dec 22 2006 .bash_profile
root@server [~]# rm -f .bash_profile
rm: cannot remove `.bash_profile': Operation not permitted

root@server [~]# chmod +t .bash_profile
chmod: changing permissions of `.bash_profile': Operation not permitted

I simply wanted to modify something within the file but I keep getting permission errors. I'm logged in as root.

View 3 Replies View Related

How To Modify SPF Record For An IP That Is Shared?

May 30, 2007

fix some DNS errors for the shared IP on the server. Noramlly inside cPanel, we would edit zone file for each domain. How do we make DNS changes for the IP address used as the shared IP on the server?

View 7 Replies View Related

# Of Apache Requests - Modify

Feb 8, 2007

I have a dedicated box with softlayer and I have noticed at varying times the past few months that with sites we host, sometimes the connection times out (I'll try to access like 5 or 6 sites within 30 seconds or so and they all drop, then a minute later they load fine).

I opened a support ticket and they said it usually has to do with the # of requests Apache can handle, and that this can be modified. They stated they could: "tweak the apache configuration file in this server that can make it possible to handle more requests."

So my question is what should the # of requests be set to? (I'm not sure what it is now, but I assume whatever the default # is).

View 6 Replies View Related

CPanel: Modify Or Create An Account

Apr 6, 2007

I've just run upon a problem while trying to go into my phpMyadmin from within my MySQL Databases icon.

When I try to log into phpMyadmin I get this message:

Quote:

"This feature is not available while logged in with root override. You are logged in with the root, or reseller's password. Please login with this user's account password."

Also, as soon as I log into cPanel I receive a red "Warning: You are logged in using the reseller or root password." Yes, I am logging into the only account I have.

When logging in with the initial account I created I can view the MySQL dbs that I have created, but I don't have access to phpMyadmin - I get that error message. This is new because for the last two weeks - about as long as I've had this server - I have had no problem even signing in with the same user id and password. Suddenly it won't let me in.

So what do I need to do?

I created a new account, but I can't see my MySQL dbs with that new account.

I don't know how to modify my one existing account so that I can access phpMyadmin.

Any thoughts? I hope I've been clear.

View 8 Replies View Related

Plesk 12.x / Linux :: Modify Firewall Rules Never Completes

Nov 9, 2014

Applying Plesk firewall changes? I make my change, apply and get to:

Status: Applying in progress. If your browser shows connection error messages, or if this screen does not disappear in more than 30 seconds, go to previous page.

And there things stay. Going back to look at the firewall I can see the change haven't been applied, and going to apply just results in the same. No error, just no anything. It also took numerous attempts to get firewall modification to be swtich on although finally at about the eighth attempt changes were enabled. Only now I can't apply them ...

View 5 Replies View Related

Plesk 12.x / Linux :: Modify Permissions On User Www-data

May 6, 2015

We cant' modify any files of my website in WordPress that contain user www-data.

How can you can change the permissions to this user (www-data).

The version is Plesk 12.0.18 Actualización #44

We have also Plesk 11.5 with WordPress and never has www-data user.

View 3 Replies View Related

Modify Conf File Using Shell Script/Command Line

Jan 17, 2006

i want to modify a conf file using commandline or a shell script. for eaxmple:

here is a line from my conf file:....

View 1 Replies View Related

How To Modify Cpanel Default Page When Domain Is Pointing To Server

Apr 2, 2007

When a domain name is pointing to our server and the account is not setup yet, there's a default page that says:"

Quote:

Great Success!
Apache is working on your cPanel® and WHM™ Server

If you can see this page, then the people who manage this server have installed cPanel and WebHost Manager (WHM) which use the Apache Web server software and the Apache Interface to OpenSSL (mod_ssl) successfully. They now have to add content to this directory and replace this placeholder page, or else point the server at their real content.

How can I modify that page ONLY for ROOT accounts and not my resellers?

View 4 Replies View Related

Plesk 12.x / Linux :: Unable To Disable Or Modify Firewall Configuration

Jul 8, 2014

I am unable to disable or modify the firewall by using the plesk firewall extention. Plesk throw the two errors below:

Code:

Error: Could not disable firewall:
util_exec(.., 'proc_open') failed: file does not exist or is not executable: /opt/psa/admin/bin/modules/firewall/register_service

Code:

Error: Could not activate firewall configuration:
util_exec(.., 'proc_open') failed: file does not exist or is not executable: /opt/psa/admin/bin/modules/firewall/safeact
I checked the symlinks, they point to the same location: /opt/psa/admin/bin/modules/firewall/mod_wrapper
-r-s--x--- 1 root root 18896 Jun 6 10:37 mod_wrapper

View 2 Replies View Related

DNS At Customers

Jan 23, 2007

It seems that some of my customers are having serious DNS problems because their ISPs have old DNS information, and while I can access their web sites here, entire regions can't access their web sites. Obviously they ban my server because they say the web site is unaccessible is the whole city or region.

What do you suggest in this case? (Using different DNS is not a solution for a whole city; ISPs don't answer my calls)...

View 2 Replies View Related

Ex-dedicatedplace Customers

Apr 9, 2008

Will you still continue with LT?

View 8 Replies View Related

To Move 100+ Customers

May 12, 2008

I have been running a small web hosting business now for a couple of years, and have around 100 customers. This is all run through a reseller package with BPWeb.

Recently I decided to expand, and purchased another company. This one has nearer 200 customers, and is with EUK host with a dedicated server.

I am going to merge the two onto the dedicated, as I have Cpanel and WHM there. BPweb only offer their own custom control panel.

All my previous customers are hosting only, so I have no access to their nameservers. I need to as smoothly as possible move these customers across. I thought I'd move the domain that all their namesevers point to already over to the new dedicated server, and that should follow there. But how can I move content of these 200 accounts over. Simple webpages I'd just FTP, but things like Cron jobs and databases....

View 5 Replies View Related

SellWHM Customers

Sep 30, 2008

Is there any SellWHM customer here? Is your VPS also offline?

View 2 Replies View Related

Getting Collocation Customers

Aug 21, 2007

I know everyone is in the collocation game, and wanted to know the best way they think there is to get collocation customers and to keep them happy? How do you go about gettting new customers for all the collocation Data Centers? Let me know what you do different to get new customers and to keep them happy and be with you long term?

View 10 Replies View Related

VPS Customers - What Do YOU Want From Your Host

May 22, 2007

I've never seen a thread like this.

Tell me what you prefer your host to have, to do, give me a description of your ideal VPS host.

View 14 Replies View Related

Any Netdirekt.de Customers Around

Apr 12, 2007

I'm a client of netdirekt.de starting from today. I want to move my old sites from EV1 to Netdirekt.de but unfortunately , they didn't gave me the dns servers. I've already set-up the domains from Plesk CP , but I don't know the name servers.

View 1 Replies View Related







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