Common Installations Errors
Common errors during local installation
Q). Database installation is stuck?
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory> fastcgi_buffers 8 16k; # default is 8 4k|8k
fastcgi_buffer_size 32k; # default is 4k|8k
fastcgi_connect_timeout 60s; # default is 60s
fastcgi_send_timeout 300s; # default is 60s
fastcgi_read_timeout 300s; # default is 60slocation / {
rewrite ^/api/(.*)$ /api/index.php?/$1 last;
rewrite ^/public/(.*)$ /public/index.php?/$1 last;
try_files $uri $uri/ /index.php?/$request_uri;
}Q). How to publish in apache 'api' point in the virtual host if "minical/public" and "minical/api" in the same directory?
Q). How to add extensions on local setup?
Q). SMTP settings and AWS keys are mandatory before DB installation?
Last updated
