(4 votes, average: 2.00 out of 5)
Loading...
Oracle Solaris 11.4 / 12 Apache And PHP 5.6
Install phppkg install web/php-common web/php-56 web/php-56/extension/php-xdebugInstall apache
pkg install web/server/apache-24 web/server/apache-24/module/apache-ssl web/server/apache-24/module/apache-wsgi-27Configure apache
cd /etc/apache2/2.4 cp samples-conf.d/php5.6.conf conf.d/.Enable extensions
/etc/php/5.6/conf.d/extensions.inicreate phpinfo file (to test)
/var/apache2/2.4/htdocs/phpinfo.phpCreate 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 +Indexes +FollowSymLinks +ExecCGI AllowOverride All Order deny,allow Allow from all Require all grantedStart apache
svcadm enable apache:24Source https://www.howtoforge.com/tutorial/arch-linux-wordpress-install/
0
0
votes
Article Rating