DevTech101

DevTech101

php

Oracle Solaris 11.4 / 12 Apache And PHP 5.6

Oracle Solaris 11.4 / 12 Apache And PHP 5.6 Install php pkg install web/php-common web/php-56 web/php-56/extension/php-xdebug Install apache pkg install web/server/apache-24 web/server/apache-24/module/apache-ssl web/server/apache-24/module/apache-wsgi-27 Configure apache cd /etc/apache2/2.4 cp samples-conf.d/php5.6.conf conf.d/. Enable extensions /etc/php/5.6/conf.d/extensions.ini create phpinfo file (to test) /var/apache2/2.4/htdocs/phpinfo.php Create Apache virtual server /etc/apache2/2.4/conf.d/wordpress.conf DocumentRoot /wiki/wp ServerName wpserver.tld ServerAdmin admin@wpserver.tld ErrorLog /var/apache2/2.4/logs/wpserver-error_log TransferLog /var/apache2/2.4/logs/wpserver-access_log Options …

Oracle Solaris 11.4 / 12 Apache And PHP 5.6 Read More »

Sun Web Server 7 PHP-PDO Oracle – Informix extension installation and configuration

Note: The PHP plug we use on the intranet today taken from here and here, will not work with Informix-PDO Because it was compiled with Thread Safety: Enabled and Informix-PDO compiles with Thread Safety: Disabled causing a mismatch Contents 1 Sun Web Server PHP installation 2 Oracle PHP-PDO installation 3 Informix PHP-PDO installation 4 Cool …

Sun Web Server 7 PHP-PDO Oracle – Informix extension installation and configuration Read More »

Installing Configuring a Drupal Blog on Solaris Zones

Contents 1 Drupal blog & MySQL server list 2 Mysql and Drupal Layout 3 Install Sun One Webserver 7U5 in /opt/webserver7 4 Download & Install from sunfreeware.com all needed packages 5 PHP 5.2.1 installation and configuration 5.1 Install Sun coolstack 1.3.1 5.2 Modify and add to the php.ini 5.3 How to install Imagick 5.3.1 Download …

Installing Configuring a Drupal Blog on Solaris Zones Read More »