linerflyer.blogg.se

Configure postgresql drupal
Configure postgresql drupal












configure postgresql drupal

You can now access the Drupal installation at. In /etc/httpd/conf/nf, also uncomment the LoadModule rewrite_module modules/mod_rewrite.so line.Įdit /usr/share/webapps/drupal/.htaccess and replace Require all denied by Require all granted.įinally, restart Apache ( rvice). # cp /etc/webapps/drupal/ /etc/httpd/conf/extra/nfĪnd include it at the bottom of /etc/httpd/conf/nf:

configure postgresql drupal

In /etc/php/php.ini, uncomment and suffix open_basedir to look like this:Ĭopy the example Apache configuration file: Place this at the end of the Include list:Īpache will fail to start with an error finding open_basedir, below fixes this: LoadModule php7_module modules/libphp7.so Place this at the end of the LoadModule list:

configure postgresql drupal

LoadModule mpm_prefork_module modules/mod_mpm_prefork.so #LoadModule mpm_event_module modules/mod_mpm_event.so To enable support for PostgreSQL uncomment the line extension=pdo_pgsqlĪpache will fail to start with an error finding php_admin_value, below fixes this:.To enable support for MySQL uncomment the line extension=pdo_mysql.To enable support for SQLite uncomment the line extension=pdo_sqlite.To enable support for image manipulation uncomment the line extension=gdįor database support enable a PDO extension for your database.It is assumed that you have some sort of LAMP (Linux, Apache, MySQL, PHP), LAPP (Linux, Apache, PostgreSQL, PHP) or LASP (Linux, Apache, SQLite, PHP) server already setup.

#Configure postgresql drupal how to

This article describes how to setup Drupal and configure Apache HTTP Server, MySQL or PostgreSQL, PHP, and Postfix to work with it. "Drupal is a free and open source content management system (CMS) and Content Management framework (CMF) written in PHP and distributed under the GNU General Public License." - Wikipedia














Configure postgresql drupal