Results 1 to 5 of 5

Thread: apache2 ubuntu

  1. #1
    Join Date
    Sep 2013
    Beans
    20

    apache2 ubuntu

    Defining which causes the display a page in question shall be answered. address (the definition of the file name and definition)?

    What's the page is loaded (page name and directory path)?

    Last edited by remo2; September 28th, 2013 at 07:24 PM.

  2. #2
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: apache2 ubuntu

    Hi again.

    The directive DocumentRoot tells the web server where to look for the files in question. All the directories in the URI will be relative to the DocumentRoot. So if you have a DocumentRoot with a value of /var/www/ then the URI http://localhost/ will look there. The URI http://localhost/foo/bar/ thus will look in /var/www/foo/bar/

    The default Index file will be index.html and that can be changed using DirectoryIndex but most people leave it the same.

  3. #3
    Join Date
    Sep 2013
    Beans
    20

    Re: apache2 ubuntu

    i couldnt add picture to thread, but i posted next thread what include picture but its aready closed. So is it the same, when we talk about http://localhost/icons/ ???

  4. #4
    Join Date
    Sep 2013
    Beans
    20

    apache2

    icons.png

    What is page name and directory path?

  5. #5
    Join Date
    Jan 2006
    Location
    Not heaven... Iowa
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: apache2 ubuntu

    Threads merged.
    Please stop creating duplicate threads.
    Linux User #415691 Ubuntu User #8629
    Iowa Team (LoCo): [Wiki] [Launchpad]
    IRC channel: #ubuntu-us-ia on irc.freenode.net

Bookmarks

Posting Permissions

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