webmasterpf

Results 5 comments of webmasterpf

After adding the vendor folder and set the APACHE_DOCUMENT_ROOT: /var/www/html/racine and keep volume mount as default , the error 404 disappear. Next step, connect to the imported db. Actually get...

Next step to go, create vhost working. Actually I add this to the apache container: ``` labels: # - "traefik.enable: true" #Expose les domaines à l'extérieur - "traefik.http.routers.${PROJECT_NAME}_apache.rule=Host(`${PROJECT_BASE_URL}`)" - "traefik.http.routers.${PROJECT_NAME}_apache.rule=Host(`ce.${PROJECT_BASE_URL}`)"...

Update: vhost works with something like this and traefik 2.0: ``` - "traefik.http.routers.${PROJECT_NAME}_apache.rule=Host(`${PROJECT_BASE_URL}`)" - "traefik.http.routers.${PROJECT_NAME}_apache_ce.rule=Host(`ce.${PROJECT_BASE_URL}`)" - "traefik.http.routers.${PROJECT_NAME}_apache_ca.rule=Host(`ca.${PROJECT_BASE_URL}`)" - "traefik.http.routers.${PROJECT_NAME}_apache_cg.rule=Host(`cg.${PROJECT_BASE_URL}`)" ``` + into docker-compose: ` - ./param_custom/apache_custom/httpd.conf:/usr/local/apache2/conf/httpd.conf` But I can't modify...

nobody can help me to get this module working for atom ?

D 8.9.16 and Drupal Console (1.9.7) give: ``` $ drupal debug:multisite console.site_install - You have requested a non-existent service "extension.list.module". [ERROR] Command "debug:multisite", is not a valid command name. ```