You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by gregory haley <gr...@hotmail.com> on 2003/05/14 22:52:22 UTC

[users@httpd] Turning of indexing

I am a recent convert to the APACHE way of life. The gui of M$ is nice but
secrity was  problem. now i am unsure how to do alot of simple things --for
example i need to turn off indexing of the folders so the user either gets a
forbidden message or a not found response. So they are not able to see the
who structure of my folders.

so how you do turn of indexing?

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Turning of indexing

Posted by Sander Holthaus - Orange XL <in...@orangexl.com>.
Don't forget to look in the Apache docs! A lot of effort has gone into good
documentation, so try to use it. Especially if you want a secure
installation, since it contains some good points in this area.

Kind Regards and good luck,
Sander Holthaus

-----Original Message-----
From: Rich Bowen [mailto:rbowen@rcbowen.com] 
Sent: donderdag 15 mei 2003 0:09
To: users@httpd.apache.org
Subject: Re: [users@httpd] Turning of indexing


On Wed, 14 May 2003, gregory haley wrote:

> I am a recent convert to the APACHE way of life. The gui of M$ is nice 
> but secrity was  problem. now i am unsure how to do alot of simple 
> things --for example i need to turn off indexing of the folders so the 
> user either gets a forbidden message or a not found response. So they 
> are not able to see the who structure of my folders.
>
> so how you do turn of indexing?

Look for a line in your configuration file that starts with "Options" Remove
"Indexes" from that line.

-- 
Rich Bowen - rbowen@rcbowen.com
Author - Apache Administrator's Guide http://www.ApacheAdmin.com/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info. To
unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Turning of indexing

Posted by Rich Bowen <rb...@rcbowen.com>.
On Wed, 14 May 2003, gregory haley wrote:

> I am a recent convert to the APACHE way of life. The gui of M$ is nice but
> secrity was  problem. now i am unsure how to do alot of simple things --for
> example i need to turn off indexing of the folders so the user either gets a
> forbidden message or a not found response. So they are not able to see the
> who structure of my folders.
>
> so how you do turn of indexing?

Look for a line in your configuration file that starts with "Options"
Remove "Indexes" from that line.

-- 
Rich Bowen - rbowen@rcbowen.com
Author - Apache Administrator's Guide
http://www.ApacheAdmin.com/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] Turning of indexing

Posted by Jeff Cohen <su...@gej-it.com>.
If you have in your conf file anything that looks like: Options Indexes,
change to: 
Options -Indexes, when removing the word Indexes, you don't allow but you do
not permit, by doing (-) you deny Indexes command.

All the best,
Jeff Cohen
Jeff@GEJ-IT.com
Tel. (416) 917-2324
www.GEJ-IT.com
GEJ-IT Networks!

> -----Original Message-----
> From: gregory haley [mailto:gregory13@hotmail.com]
> Sent: Wednesday, May 14, 2003 4:52 PM
> To: users@httpd.apache.org
> Subject: [users@httpd] Turning of indexing
> 
> I am a recent convert to the APACHE way of life. The gui of M$ is nice but
> secrity was  problem. now i am unsure how to do alot of simple things
--for
> example i need to turn off indexing of the folders so the user either gets
a
> forbidden message or a not found response. So they are not able to see the
> who structure of my folders.
> 
> so how you do turn of indexing?
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Turning of indexing

Posted by Cody Harris <hc...@ns.sympatico.ca>.
I don't know how much you know, but:
vim /etc/httpd/conf/commonhttpd.conf
hit ESC then "i" to start editing.
To save: ESC, :, w
Exit: ESC, : , q

A couple editing tips (this is from console). If running from KDE or Gnome, 
use gedit. Don't forget to restart apache (apachectl 
start|stop|restart|graceful)

These tips may seem small, but they can be really helpful if you are a 
newbie (which all of us were at one point).


At 04:52 PM 5/14/2003 -0400, you wrote:
>I am a recent convert to the APACHE way of life. The gui of M$ is nice but
>secrity was  problem. now i am unsure how to do alot of simple things --for
>example i need to turn off indexing of the folders so the user either gets a
>forbidden message or a not found response. So they are not able to see the
>who structure of my folders.
>
>so how you do turn of indexing?
>
>---------------------------------------------------------------------
>The official User-To-User support forum of the Apache HTTP Server Project.
>See <URL:http://httpd.apache.org/userslist.html> for more info.
>To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
>For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org