Git Product home page Git Product logo

Comments (8)

jdreesen avatar jdreesen commented on August 15, 2024

For Pimcore X it should be /var/www/html/public

from docker.

iibs avatar iibs commented on August 15, 2024

I know, and I have it configured in my docker-compose.yaml, but something seems to override it. I don't have it in any of my project files, which is why I thought it could be because of the image.

from docker.

brusch avatar brusch commented on August 15, 2024

For me it's just working fine ...

from docker.

ahmadbashaeeee avatar ahmadbashaeeee commented on August 15, 2024

@iibs did you solve this problem? I'm having the same

from docker.

jdreesen avatar jdreesen commented on August 15, 2024

Please provide more information. Which image do you use? What's your config?

from docker.

ahmadbashaeeee avatar ahmadbashaeeee commented on August 15, 2024

@jdreesen
this is docker-compose-yml file

services:
  kh:
    build:
      context: ./
      dockerfile: Dockerfile
      args:
        uid: ${UID}
    container_name: kh
    environment:
      - APACHE_RUN_USER=#${UID}
      - APACHE_RUN_GROUP=#${UID}
    depends_on:
      - khdb
    ports:
      - 3000:80
      - 8443:443
    volumes:
      - ./:/var/www/html/kh
    networks:
      backend:
        aliases:
          - kh

and this is vhost.config file

SSLStaplingCache shmcb:/tmp/stapling_cache(128000)
SSLHonorCipherOrder on
#SSLCipherSuite ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384
SSLCipherSuite ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384::ECDHE-ECDSA-AES128-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:RSA-WITH-AES-256-GCM-SHA384:DHE-RSA-WITH-AES-256-GCM-SHA384

<VirtualHost *:80>
    ServerName schooling.test
    ServerAlias www.schooling.test
    ServerAdmin [email protected]
    DocumentRoot ${APACHE_DOCUMENT_ROOT}

    <Directory ${APACHE_DOCUMENT_ROOT}>
        Options -Indexes +FollowSymLinks
        AllowOverride All
    </Directory>

    ErrorLog /var/log/apache2/schooling-error.log
    CustomLog /var/log/apache2/schooling-access.log combined
</VirtualHost>

<VirtualHost *:443>
    SSLEngine On
    SSLCertificateFile /etc/apache2/ssl/key.pem
    SSLCertificateKeyFile /etc/apache2/ssl/ssl.key

    SSLCACertificateFile /etc/apache2/ssl/key.pem
    SSLUseStapling On

    SSLProtocol TLSv1.2
    SSLProxyProtocol TLSv1.2


    ServerName schooling.test
    ServerAlias www.schooling.test
    ServerAdmin [email protected]
    DocumentRoot ${APACHE_DOCUMENT_ROOT}
    <Directory ${APACHE_DOCUMENT_ROOT}>
        Options -Indexes +FollowSymLinks
        AllowOverride All
    </Directory>
    ErrorLog /var/log/apache2/schooling-error.log
    CustomLog /var/log/apache2/schooling-access.log combined
</VirtualHost>

from docker.

jdreesen avatar jdreesen commented on August 15, 2024

You didn't tell which image you are using. But it seems you use an apache one. Those are not supported anymore.

from docker.

ahmadbashaeeee avatar ahmadbashaeeee commented on August 15, 2024

Thanks for your response, yes apache one, the thing is, it was working fine until this morning for some reason I had to reset docker to factory default and then I built the image again and ran the container and got this error, but before that everything was working fine.

from docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.