Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
09-01-2003, 01:52 PM
|
#1
|
Member
Registered: Aug 2003
Location: Romania
Distribution: Ubuntu 6.06
Posts: 278
Rep:
|
Small Apache Question
how do I make apache list my directory content. now when I start it I have to get an index.html file in /var/www/html
|
|
|
09-01-2003, 02:06 PM
|
#2
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
By default it will most likely have Indexing on and if you want to view directory indexing in a particular folder, exclude the folder from having an index.html file in it.
|
|
|
09-01-2003, 02:27 PM
|
#3
|
Member
Registered: Aug 2003
Location: Romania
Distribution: Ubuntu 6.06
Posts: 278
Original Poster
Rep:
|
I posted here because i`m a newbie.
I start apache and when I connect it gives me the default Test Page... you know the one. If I put a index.html it shows me that. How can I make it show the contents of the directory.
Sorry my english and my newbiness.
http://213.233.86.123:81/
|
|
|
09-01-2003, 02:29 PM
|
#4
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
Like I stated in my first post, remove the index.html file or rename it as something other than index.html
|
|
|
09-01-2003, 02:31 PM
|
#5
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
You may have a section like this in httpd.conf if it exists then comment it out and restart apache:
Code:
#
# Disable autoindex for the root directory, and present a
# default Welcome page if no other index page is present.
#
<LocationMatch "^/$>
Options -Indexes
ErrorDocument 403 /error/noindex.html
</LocationMatch>
|
|
|
09-01-2003, 02:32 PM
|
#6
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
Also in your httpd.conf file make sure you have this, the words in bold added that is:
Code:
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
Options Indexes FollowSymLinks MultiViews
|
|
|
09-01-2003, 02:47 PM
|
#7
|
Member
Registered: Aug 2003
Location: Romania
Distribution: Ubuntu 6.06
Posts: 278
Original Poster
Rep:
|
david_ross thx
how can I move the / directory from /var/www/html to another place (the /home/user dir)
|
|
|
09-01-2003, 02:49 PM
|
#8
|
Moderator
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047
Rep:
|
You will need to chang ethe DocumentRoot directive and the <DIRECTORY> entry for the current location to that of the new one. Remember that your files/folders will need to be readable by the user "apache".
|
|
|
All times are GMT -5. The time now is 07:09 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|