Re: [EMAIL PROTECTED] Next part of my HTPD.conf file.

2006-09-07 Thread Gregor Schneider
and maybe another free-of-charge-tip for the future: never ever post the name of your website AND your configs AND demonstrate to the whole list that you got no idea of how to setup a web-server: the result is most likely that your webserver won't be running for too long since this is an invitati

Re: [EMAIL PROTECTED] Next part of my HTPD.conf file.

2006-09-06 Thread Saline Erik
On Sep 6, 2006, at 12:19 PM, Leon Sargent wrote: On Sep 6, 2006, at 3:10 PM, Joshua Slive wrote: The mailing list works better for people who know enough about apache to formulate more-complete questions.] Never have I been spoken to on any email list in the manner you have just spoken

Re: [EMAIL PROTECTED] Next part of my HTPD.conf file.

2006-09-06 Thread Joshua Slive
On 9/6/06, Leon Sargent <[EMAIL PROTECTED]> wrote: On Sep 6, 2006, at 3:10 PM, Joshua Slive wrote: > The mailing list works > better for people who know enough about apache to formulate > more-complete questions.] Never have I been spoken to on any email list in the manner you have just spoke

Re: [EMAIL PROTECTED] Next part of my HTPD.conf file.

2006-09-06 Thread Leon Sargent
On Sep 6, 2006, at 3:10 PM, Joshua Slive wrote: The mailing list works better for people who know enough about apache to formulate more-complete questions.] Never have I been spoken to on any email list in the manner you have just spoken to me. I will take my second grade english and go

Re: [EMAIL PROTECTED] Next part of my HTPD.conf file.

2006-09-06 Thread Joshua Slive
On 9/6/06, Leon Sargent <[EMAIL PROTECTED]> wrote: On Sep 6, 2006, at 2:57 PM, Joshua Slive wrote: > > This is simple. Just look through httpd.conf and all your .htaccess > files for all the Options directives, and make sure that none of them > contain "Indexes" as one of the Options. The onl

Re: [EMAIL PROTECTED] Next part of my HTPD.conf file.

2006-09-06 Thread Joshua Slive
On 9/6/06, Leon Sargent <[EMAIL PROTECTED]> wrote: On Sep 6, 2006, at 2:57 PM, Joshua Slive wrote: > Yes, in a section corresponding to the location of the > content. DocumentRoot "/Library/WebServer/Documents" Before /Library would be my harddrive name. Documents is where my whole website

Re: [EMAIL PROTECTED] Next part of my HTPD.conf file.

2006-09-06 Thread Leon Sargent
On Sep 6, 2006, at 2:57 PM, Joshua Slive wrote: This is simple. Just look through httpd.conf and all your .htaccess files for all the Options directives, and make sure that none of them contain "Indexes" as one of the Options. The only one I found so far is here in httpd.conf O

Re: [EMAIL PROTECTED] Next part of my HTPD.conf file.

2006-09-06 Thread Leon Sargent
On Sep 6, 2006, at 2:57 PM, Joshua Slive wrote: Yes, in a section corresponding to the location of the content. DocumentRoot "/Library/WebServer/Documents" Before /Library would be my harddrive name. Documents is where my whole website is stored, files and directories. So for my URL

Re: [EMAIL PROTECTED] Next part of my HTPD.conf file.

2006-09-06 Thread Joshua Slive
On 9/6/06, Leon Sargent <[EMAIL PROTECTED]> wrote: On Sep 6, 2006, at 2:34 PM, Joshua Slive wrote: > It looks to me that you are working off some lousy documentation > someplace. Why not instead simply tell us what you want to do. All I want to do is not allow someone to type in my website l

Re: [EMAIL PROTECTED] Next part of my HTPD.conf file.

2006-09-06 Thread Leon Sargent
On Sep 6, 2006, at 2:34 PM, Joshua Slive wrote: It looks to me that you are working off some lousy documentation someplace. Why not instead simply tell us what you want to do. All I want to do is not allow someone to type in my website lhsmarkets.com with a directory that does not have an

Re: [EMAIL PROTECTED] Next part of my HTPD.conf file.

2006-09-06 Thread Joshua Slive
[Try a more descriptive subject line next time.] On 9/6/06, Leon Sargent <[EMAIL PROTECTED]> wrote: Controls who can get stuff from this server. Order allow,deny Allow from all I have looked this up but still do not understand what it means. Does it mean anyone can access my webserver?

[EMAIL PROTECTED] Next part of my HTPD.conf file.

2006-09-06 Thread Leon Sargent
Controls who can get stuff from this server. Order allow,deny Allow from all I have looked this up but still do not understand what it means. Does it mean anyone can access my webserver? Does this line from my >htaccess file override that. Documents is where my website is located.