the php core module and extenions. Install a sample configuration file to /var/www/conf/modules.sample which can be symlinked or copied over to /var/www/conf/modules so apache is going to pick it up. Allow php to scan /var/www/conf/php5 for php configuration files so if the user installs or creates a symlink from the sample configuration files from the php5.sample directory, it is going to be picked up by php5. Create a dummy pwd.db file in the php5-imap package in the apache chroot because it is needed by c-client. feedback and tests by sthen@
8 lines
246 B
Plaintext
8 lines
246 B
Plaintext
You can enable this module by creating a symbolic
|
|
link from ${PREFIX}/conf/php5.sample/${MODULE_NAME}.ini to
|
|
${PREFIX}/conf/php5/${MODULE_NAME}.ini.
|
|
|
|
ln -fs ${PREFIX}/conf/php5.sample/${MODULE_NAME}.ini \
|
|
${PREFIX}/conf/php5/${MODULE_NAME}.ini
|
|
|