php question
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 Bonjour, In order to write a readme for the installation of php scripts on a web server, I would like to know if it is possible to deactivate (without uninstalling them) php packages installed on my machine. I want to be able to tell others what is a minimal install of php on a machine to be able to run the php scripts on a web site. Thank you. - -- François Patte UFR de mathématiques et informatique Laboratoire MAP5 --- UMR CNRS 8145 Université Paris Descartes 45, rue des Saints Pères F-75270 Paris Cedex 06 Tél. +33 (0)1 8394 5849 http://www.math-info.univ-paris5.fr/~patte -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAlBQPwwACgkQdE6C2dhV2JXvfACeMrPzqiS9CQ 3R2XJgu1dxJJBV EQQAn1s34kyQXiN1DESKdFxyxKRxu+dq =+6sl -----END PGP SIGNATURE----- -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org |
php question
2012-09-12 09:51, François Patte skrev:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Bonjour, In order to write a readme for the installation of php scripts on a web server, I would like to know if it is possible to deactivate (without uninstalling them) php packages installed on my machine. You can change the name of /etc/httpd/conf.d/php.conf to /etc/httpd/conf.d/php.conf- and restart or reload your webserver. I want to be able to tell others what is a minimal install of php on a machine to be able to run the php scripts on a web site. Thank you. - -- François Patte UFR de mathématiques et informatique Laboratoire MAP5 --- UMR CNRS 8145 Université Paris Descartes 45, rue des Saints Pères F-75270 Paris Cedex 06 Tél. +33 (0)1 8394 5849 http://www.math-info.univ-paris5.fr/~patte -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/ iEYEARECAAYFAlBQPwwACgkQdE6C2dhV2JXvfACeMrPzqiS9CQ 3R2XJgu1dxJJBV EQQAn1s34kyQXiN1DESKdFxyxKRxu+dq =+6sl -----END PGP SIGNATURE----- -- Regards Jon Ingason -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org |
php question
Am 12.09.2012 11:43, schrieb Jon Ingason:
> 2012-09-12 09:51, François Patte skrev: > Bonjour, > > In order to write a readme for the installation of php scripts on a web > server, I would like to know if it is possible to deactivate (without > uninstalling them) php packages installed on my machine. > >> You can change the name of /etc/httpd/conf.d/php.conf to /etc/httpd/conf.d/php.conf- and restart or reload your >> webserver this does not change the fact that /etc/php.d/ is searched for ini-files from the extension-packages, so you have to edit them all additionally rename is a very bad idea because the config files from packages would come back with any update so you have to comment out things in the config-files which results in ".rpmnew"-versions get installed due updates -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org |
php question
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 Le 12/09/2012 09:51, François Patte a écrit : > Bonjour, > > In order to write a readme for the installation of php scripts on a > web server, I would like to know if it is possible to deactivate > (without uninstalling them) php packages installed on my machine. You can disable each extension from it's configuration file (/etc/php.d) commenting the extension=foo.so > I want to be able to tell others what is a minimal install of php > on a machine to be able to run the php scripts on a web site. You can also try the phpci command (from php-bartlett-PHP-Compatinfo package) which comes with a lot of usefull reports. Remi. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlBQdtkACgkQYUppBSnxahh09QCg59qbhYJcCH 4zOKQ/dCktibK1 UCcAoOU9k0oJ6Ve3Blh7vWHOU38HiN6h =13vn -----END PGP SIGNATURE----- -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org |
php question
On 09/12/2012 02:43 AM, Jon Ingason wrote:
You can change the name of /etc/httpd/conf.d/php.conf to /etc/httpd/conf.d/php.conf- and restart or reload your webserver. AFAICT, you've suggested changing the name of the file from John Doe to John Doe; how do you expect that to make a difference? I hope that's not what you meant, and that there's a typo someplace. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org |
php question
On 09/12/2012 10:27 AM, Joe Zeff uttered this comment:
On 09/12/2012 02:43 AM, Jon Ingason wrote: You can change the name of /etc/httpd/conf.d/php.conf to /etc/httpd/conf.d/php.conf- and restart or reload your webserver. AFAICT, you've suggested changing the name of the file from John Doe to John Doe; how do you expect that to make a difference? I hope that's not what you meant, and that there's a typo someplace. Look carefully and you'll see he appended a "-" to the end of the filename, "php.conf-". It should be more blatant. I tend to prepend things with "x-", e.g. "x-php.conf" ---------------------------------------------------------------------- - Rick Stevens, Systems Engineer, AllDigital ricks@alldigital.com - - AIM/Skype: therps2 ICQ: 22643734 Yahoo: origrps2 - - - - Better to understand a little than to misunderstand a lot. - ---------------------------------------------------------------------- -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org |
php question
On 09/12/2012 10:42 AM, Rick Stevens wrote:
On 09/12/2012 10:27 AM, Joe Zeff uttered this comment: On 09/12/2012 02:43 AM, Jon Ingason wrote: You can change the name of /etc/httpd/conf.d/php.conf to /etc/httpd/conf.d/php.conf- and restart or reload your webserver. AFAICT, you've suggested changing the name of the file from John Doe to John Doe; how do you expect that to make a difference? I hope that's not what you meant, and that there's a typo someplace. Look carefully and you'll see he appended a "-" to the end of the filename, "php.conf-". It should be more blatant. I tend to prepend things with "x-", e.g. "x-php.conf" Ah. I'd thought that was intended as punctuation of some sort. I like to use .bad, .old, .orig or something of that sort. That way, I not only know it's been disabled, but why. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org |
php question
On Wed, Sep 12, 2012 at 10:27 AM, Joe Zeff <joe@zeff.us> wrote:
On 09/12/2012 02:43 AM, Jon Ingason wrote: You can change the name of /etc/httpd/conf.d/php.conf to /etc/httpd/conf.d/php.conf- and restart or reload your webserver. AFAIK, adding a '-' is not the equivalent of the original... :) -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org |
| All times are GMT. The time now is 10:58 PM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.