Announcement

Collapse
No announcement yet.

Problem with Installation Apache2 Settings

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Problem with Installation Apache2 Settings

    Hi EspoCRM Community,

    My installation stops at the point shown in the screenshot. Additionally, it seems that the .css files and images are not loading properly (wrong path) and i cant't click the Button [Start].

    Here are my settings. I hope someone can help.

    Many thanks.


    Hoster: Strato
    Server: vServer Linux Ubuntu 22.04
    Apache: 2.4.52
    PHP: PHP 8.1.2-1ubuntu2.14
    MySQL: 10.6.16-MariaDB
    Administration: Plesk Obsidian 18.0.58

    Server Setting (I Think here ist the Problem)

    vhost.conf =

    Code:
    DocumentRoot "/var/www/vhosts/mydomain.com/httpdocs/public"
    Alias /client /var/www/vhosts/mydomain.com/httpdocs/client
    
    <Directory /var/www/vhosts/mydomain.com/httpdocs/public>
        AllowOverride All
        Require all granted
    </Directory>
    
    <Directory /var/www/vhosts/mydomain.com/httpdocs>
        AllowOverride All
        Require all granted
    </Directory>
    
    <IfModule mod_fcgid.c>
        FcgidPassHeader Authorization
        FcgidPassHeader Proxy-Authorization
        FcgidPassHeader HTTP_AUTHORIZATION
    </IfModule>​​

    Settings

    php.ini = Done
    chmod = Done
    chown = Done


    .htaccess in /public/api/v1

    RewriteBase /https://mydomain.com/api/v1/

    .htaccess in /public/

    No .htaccess File
    Last edited by Dan; 01-29-2024, 11:56 AM.

  • #2
    I had found the Problem. I stoped the nginx Service in Plesk under Tools & Settings > Services Management

    The main thing is that the setup now runs without errors


    Attached Files

    Comment

    Working...
    X