Configuring /etc/php.ini

6 posts / 0 new
Last post
#1 Mon, 02/06/2006 - 10:21
KevinHeatwole

Configuring /etc/php.ini

Maybe I missed it in the many modules, but I don't see a module for configuring PHP.

Specifically, setting things like memory limit, upload file size, post file size, etc.

Of course, it is easy enough to edit the /etc/php.ini file directly, but if Virtualmin is targeted toward web hosts, you might want to beef up configuring PHP (as many sites are PHP based these days).

Mon, 02/06/2006 - 19:20
KevinRauth

Kevin,

I think this is a good idea. However I beleve it should be in the webmin side as it will effect all the virtual servers.

Just my thoughts.

Tue, 02/07/2006 - 03:09
ChrisBlackwell

I'd actualy like to see options to configure php on a per-vhost basis, and i think most ooptions can be changed with the 'php_flag' and 'php_value' directives.

Tue, 02/07/2006 - 09:31
KevinRauth

After some looking found this:

Runtime Configuration

The behaviour of the Apache PHP module is affected by settings in php.ini. Configuration settings from php.ini may be overridden by php_flag settings in the server configuration file or local .htaccess files.

source: http://us3.php.net/manual/en/ref.apache.php

This would allow a per server settings I think.

Tue, 02/07/2006 - 09:36
KevinRauth

If a configuration page were to be included it should show the value sets in the php.ini file and any values set in the vhost conf file side by side. If no values are set in the vhost conf a blank space to enter the values that need to be changed.

My take :-)

Tue, 02/07/2006 - 09:46
KevinRauth

The values can currently be set in the webmin, servers, apache webserver, edit config files, select the vhost from the drop down memu, select edit directives in file. This will bring up the vhost.conf file you can then enter the php flags.

Topic locked