Installing PHP on RedHat 7.3 in multi-user environment
I have just started a web hosting company ( site coming soon ) .. I need to install the latest PHP & MySQL on the server ASAP.Is a configure command such as :
Code:
'./configure' '--with-mysql=/usr' '--with-zlib' '--enable-debug=no' '--enable-safe-mode=no' '--enable-discard-path=no' '--with-gd=/usr' '--with-png-dir=/usr/lib' '--enable-track-vars' '--with-db' '--with-gdbm' '--enable-force-cgi-redirect' '--with-ttf=/usr/' '--enable-ftp' '--with-mcrypt' '--enable-dbase' '--enable-memory-limit' '--enable-calendar' '--enable-wddx' '--enable-trans-sid' '--with-jpeg-dir=/usr/src/bothware/jpeg-6b' '--enable-bcmath' '--enable-gd-imgstrttf' '--enable-shmop' '--enable-mhash' '--with-mhash=/usr/src/bothware/mhash-0.8.9/' '--with-openssl' '--enable-xslt' '--with-xslt-sablot' '--with-imap' '--with-curl' '--with-iconv=/usr/local' '--with-freetype-dir=/usr/include/freetype2' '--with-bzip2' '--with-gettext' '--enable-exif'
The server is running Ensim Pro 250 control panel & server managment software.
Basically I need PHP ( latest stable build ) installed with ALL features enabled ... I want everyone's scripts to run as them in their own space ( Ensim helps me sort this part - right ? )
Also I need to know exactly how to configure MySQL in a multi-user environment - or is Ensim enough to do so with ?
I am experienced with configuring both in Windows environments, and of using & administrating both in Linux envoronments ... but I've never installed them on a multi-user Linux installation before, and need to make sure of any differences so that I don't mess anything up.
Would it be possible to install newsest PHP in additoon to the older version on there, by associating a different extension with it whilst testing then switch the extension to put new installation "live" ?
All responses are much appreciated.
Cheers,
Craig.