Page 11 of 11

Re: dashticz: Important Request

Posted: Friday 07 June 2019 15:21
by Derik
Lokonli wrote: Friday 07 June 2019 15:14
Derik wrote: Friday 07 June 2019 13:58 Thanks for the help!!!

Only 1 problem.
I cannot find the root of the apache
There is no /var/www
And i can not find the apache www place
If I remember correctly the Apache configuration is stored in /etc/apache2
There should be a configuration file in that folder containing the default settings including the directory path for the default web site.

Fallback:
I'm preparing a new Docker file. With Docker we can setup a default configuration which should work on most systems


Thanks there is a file... [ give it a try ]

I will test that Docker if you want...
Only tell me then how i must use that docker...

Re: dashticz: Important Request

Posted: Friday 07 June 2019 16:53
by HansieNL
The default document root for Apache is /var/www/ (before Ubuntu 14.04) or /var/www/html/ (Ubuntu 14.04 and later). See the file /usr/share/doc/apache2/README.Debian.gz for some explanation on how the Apache configuration on Ubuntu is done.

Re: dashticz: Important Request

Posted: Friday 07 June 2019 20:41
by Lokonli
Derik wrote: Friday 07 June 2019 15:21
Lokonli wrote: Friday 07 June 2019 15:14
Derik wrote: Friday 07 June 2019 13:58 Thanks for the help!!!

Only 1 problem.
I cannot find the root of the apache
There is no /var/www
And i can not find the apache www place
If I remember correctly the Apache configuration is stored in /etc/apache2
There should be a configuration file in that folder containing the default settings including the directory path for the default web site.

Fallback:
I'm preparing a new Docker file. With Docker we can setup a default configuration which should work on most systems


Thanks there is a file... [ give it a try ]

I will test that Docker if you want...
Only tell me then how i must use that docker...
Thanks. I sent you a PM with test instructions.

Re: dashticz: Important Request

Posted: Friday 07 June 2019 21:04
by Derik
HansieNL wrote: Friday 07 June 2019 16:53 The default document root for Apache is /var/www/ (before Ubuntu 14.04) or /var/www/html/ (Ubuntu 14.04 and later). See the file /usr/share/doc/apache2/README.Debian.gz for some explanation on how the Apache configuration on Ubuntu is done.
Thanks..
I read the config..
The place should be /var/www/html/
only when i look in var there is no map www should ik make this map with ftp en then a map html and place in that map dashticz?