Web Hosting Talk







View Full Version : PHP Settings for individual users?


mainarea
11-07-2002, 11:40 AM
I have a possible client looking to do these things with a virutal hosting account:

- disable errors to browser output
- redirect the error_log to a file in my own space
- be able to include functions that are in a subfolder in my own space
- want to increase the filesize of uploaded items


Is this possible somehow, through .htaccess or something?


Thanks,

Matt

STX-Hosting
11-07-2002, 11:53 AM
We use ensim, we are able to setup, using modules, invididual settings for each user, and each user automatically gets there own "root" [home, var, etc, bin].

mainarea
11-07-2002, 11:58 AM
Is there any way to do this using CPanel/WHM?

- Matt

mainarea
11-07-2002, 12:53 PM
You can set per-virtual-host parameters from within the Apache conf file using php_value and other parameters
This is a response that I got from somebody - does anybody know how to do this?

Thanks,

Matt

rusko
11-07-2002, 02:05 PM
matt,

take a look in the configuration section of the php documentation found at php.net. there are ways to do it both from the httpd.conf file and individual .htaccess files depending on your setup (engine has to be on for .htaccess).

google is your friend =]

good luck,
paul