Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Banned
    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

  3. #3
    Just Joined!
    Join Date
    Sep 2005
    Posts
    12
    I was logged in as root

  4. #4
    Just Joined!
    Join Date
    Mar 2005
    Location
    Vancouver, BC
    Posts
    15
    try
    Code:
    apache2ctl status
    or
    Code:
    /etc/init.d/apache2 restart
    to see if it is running.

    try
    Code:
    ps aux |grep apache
    if all this is good, then take a peek into /etc/apache2/sites-enabled/000-default

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •