Results 1 to 4 of 4
I just installed apache 2.0 on Unbuntu and I cannot find how to 'get' to it, I am trying to add a domain as well as online content but I ...
- 09-12-2005 #1Just Joined!
- Join Date
- Sep 2005
- Posts
- 12
Apache2 on Unbuntu
I just installed apache 2.0 on Unbuntu and I cannot find how to 'get' to it, I am trying to add a domain as well as online content but I cannot figure this out; my unbuntu question is: where is my http foler stored? I went to vars/www/apache2.0 and tried to make my own folder, but it wouldn't allow me.
- 09-12-2005 #2Banned
- Join Date
- Jul 2004
- Posts
- 947
/var/www/
you will need to be root, or use the sudo command
as it is only root and www-users that can actually make a folder or files in there
so
Code:sudo mkdir /var/www/blah
- 09-12-2005 #3Just Joined!
- Join Date
- Sep 2005
- Posts
- 12
I was logged in as root
- 09-15-2005 #4Just Joined!
- Join Date
- Mar 2005
- Location
- Vancouver, BC
- Posts
- 15
try
orCode:apache2ctl status
to see if it is running.Code:/etc/init.d/apache2 restart
tryif all this is good, then take a peek into /etc/apache2/sites-enabled/000-defaultCode:ps aux |grep apache


Reply With Quote
