I have installed xampp (Ubuntu 16) and http://localhost
shows everything is working fine. But there is no /var/www
directory .
Asked
Active
Viewed 86 times
0

George Udosen
- 36,677

farley
- 3
1 Answers
1
Lamp , Apache use different DocumentRoot
for its stuffs . You can find Apache configuration under /opt/lamp/httpd
.

Ali Ghasempour
- 439
-
/opt/lampp does not have a httpd but i did find opt/lampp/htdocs which seems to be the locartion of the website. Thanks for pointing me in the right direction. – farley Aug 30 '17 at 14:57
-
.xampp/apache/conf/http.conf
on what directory it is using – Rinzwind Aug 30 '17 at 14:33sudo apt install lamp-server^
-ALL- documentation you will find will be tailored to that version of a webserver setup and will use all the correct directories (like /var/www/). – Rinzwind Aug 31 '17 at 07:49