You are not logged in.

#1 2008-07-02 01:09:47

jordanwb
Member
From: Ontario, Canada
Registered: 2008-07-01
Posts: 151

Where is Apache's webfolder located

So I was able to install LAMP with the ArchWiki's LAMP document. I go to http://192.168.1.11 and get the Apache 2 Test Page. On my server that is running Ubuntu (which may change to Arch), the web folder is /var/www, so my question is where is it put in Arch?

Offline

#2 2008-07-02 01:49:36

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: Where is Apache's webfolder located

root ~ # pacman -S apache
resolving dependencies...
looking for inter-conflicts...

Targets: apr-1.2.12-1  apr-util-1.2.12-1  apache-2.2.8-2 

Total Download Size:    1.43 MB
Total Installed Size:   4.28 MB

Proceed with installation? [Y/n]
:: Retrieving packages from extra...
apr-1.2.12-1-i686        309.5K   51.6K/s 00:00:06 [#####################] 100%
apr-util-1.2.12-1-i686   134.4K   37.3K/s 00:00:04 [#####################] 100%
apache-2.2.8-2-i686     1022.7K   50.0K/s 00:00:20 [#####################] 100%
checking package integrity...
(3/3) checking for file conflicts                   [#####################] 100%
(1/3) installing apr                                [#####################] 100%
(2/3) installing apr-util                           [#####################] 100%
(3/3) installing apache                             [#####################] 100%
root ~ # grep '^DocumentRoot' /etc/httpd/conf/httpd.conf
DocumentRoot "/home/httpd/html"
root ~ #

Last edited by fukawi2 (2008-07-02 01:50:30)

Offline

#3 2008-07-02 02:24:37

jordanwb
Member
From: Ontario, Canada
Registered: 2008-07-01
Posts: 151

Re: Where is Apache's webfolder located

Ok thanks.

Offline

#4 2008-07-02 03:09:18

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,224
Website

Re: Where is Apache's webfolder located

No probs smile

Offline

Board footer

Powered by FluxBB