INSTALLATION

If you aren't speaking german, you can ask for support or post your request here.
Antworten
Mr-Benjamin
Beiträge: 1
Registriert: 14. Okt 2020, 11:05

INSTALLATION

Beitrag von Mr-Benjamin »

Good day, I am trying to install Admidio onto an Azure Ubuntu Server user Lamp bells and whistles. however it isnt smooth sailing I am configuring correctly I believe and seeting the correct rights. when I navigate to http://ip_address/admidio/index.php, I am routed to http://ip_address/admidio/adm_program/installation/installation.php however I am confronted by a error page stating
"This page isn’t working ip_address is currently unable to handle this request".
any assistance to this would be highly appreciated.

my virtual host
<VirtualHost *:80>
ServerAdmin admin@admin.site
DocumentRoot /var/www/html/admidio
ServerName ip_address
ServerAlias www.mysite.site
<Directory /var/www/html/admidio/>
Options FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
</Directory>
ErrorLog /var/log/apache2/mysite.site/error_log
CustomLog /var/log/apache2/mysite.site-access_log common
</VirtualHost>
Antworten