DirectAdmin setup in options.conf

crenet

Verified User
Joined
Sep 23, 2019
Messages
115
Hi,

I want to install DirectAdmin using options.conf file.
I need a Reverse-proxy NGINX + Apache setup wit PHP and all necessary modules for running Joomla based websites and a script that needs the following specifications:


Joomla 3.x requirements:
https://downloads.joomla.org/technical-requirements
and
https://docs.joomla.org/Optional_Technical_Requirements

Script requirements:
PHP 7.1.3 or greater (with all default PHP functions enabled including exec(), etc.)
MySQL 5.6 or greater (The MySQL user need to have a full privilege to manage the database)
OpenSSL PHP Extension
PDO PHP Extension
Mbstring PHP Extension
Tokenizer PHP Extension
XML PHP Extension
Ctype PHP Extension
JSON PHP Extension
GD PHP Extension (or Imagick PHP Extension)
PHP Fileinfo extension
PHP Zip Archive
Rewrite Module (Apache or Nginx)

Will I able to set a options.conf file to build all of this ?

I would like to get your suggestions for this options.conf file.

Thanks
 
Hello,

PHP extensions are not included into options.conf, the other is fine. An mos if the PHP extensions you listed get installed by default without need to install them manually.
 
Hello,

PHP extensions are not included into options.conf, the other is fine. An mos if the PHP extensions you listed get installed by default without need to install them manually.


Hi,

Is there a list of default installed PHP extensions ?

Thanks
 
Back
Top