Re: [users@httpd] Is this an Apache config problem?

2013-05-25 Thread Robert Schoultz
Indeed a referer! I don't really think they have linked to your website, I think they use a bot to spam web server logs with their website for whatever reason, probably in hope to get more numbers. I have seen that referer in a other logs as well and I don't think that is a coincidence :). Den sön

Re: [users@httpd] Is this an Apache config problem?

2013-05-25 Thread John Iliffe
On Saturday 25 May 2013 05:25:22 Nick Kew wrote: > On 25 May 2013, at 01:48, John Iliffe wrote: > > 176.8.88.90 - - [23/May/2013:18:46:46 -0400] "GET / HTTP/1.1" 200 5406 > > "http://www.world-mmo.com/"; 29135 289 > > That's GET / . > > The other URL looks to me like a referer. Someone following

Re: [users@httpd] Is this an Apache config problem?

2013-05-25 Thread John Iliffe
On Saturday 25 May 2013 04:19:41 Walter H. wrote: > On 25.05.2013 02:48, John Iliffe wrote: > > Every day I get a number of lines like the following in the Apache > > access log. Note that the response code is 200, successful. The > > requested URL is NOT on my web site. > > can you image that y

[users@httpd] html Object doesnt display

2013-05-25 Thread georg
Hi I have a frame where i list a series of images as tags, these show up as pictures consequtievly on onte line, however adding an will not display !!? even though the inspect shows that the "object" is at the en of the line can anyone hint why it doesnt display tnx Georg

[users@httpd] Re: option indexes and rewrite

2013-05-25 Thread Robert Cailliau
Hi Pete, Thank you for your fast reply: > I would use DirectoryIndex and mod_autoindex for this and certainly >would not go anywhere near mod_rewrite. > > DirectoryIndex" c-en.html" No, that does alas not achieve my goal at all. In my request I could of course not give a l

Re: [users@httpd] option indexes and rewrite

2013-05-25 Thread Pete Houston
I would use DirectoryIndex and mod_autoindex for this and certainly would not go anywhere near mod_rewrite. DirectoryIndex " c-en.html" Options +Indexes I'd humbly suggest however that you try to avoid filenames with leading spaces. As you are new to it, it is also worth pointin

[users@httpd] option indexes and rewrite

2013-05-25 Thread Robert Cailliau
I'm new to httpd.conf (apache 2.0) I want the server to respond in one of two ways to a request that looks like a directory. e.g. if the request is *http://localhost/a/b/c/* then: (1) if a file with name "* c-en.html*" exists inside directory *c*, then it should serve that, (2) if that file does no

Re: [users@httpd] users file/folder access outside public_html

2013-05-25 Thread Pete Houston
On Sat, May 25, 2013 at 01:39:51PM +0200, Rafnews wrote: > Questions: > 1. how can i allow user to have access to folder/files outside public_html ? You could use aliases or a specific handler. > 2. how can i secure that "user A" has access to "his own files ONLY" ? This is called "authorisation

[users@httpd] users file/folder access outside public_html

2013-05-25 Thread Rafnews
Hi, i'm facing a problem and i don't know where to start and in fact, how to do it. Situation: Users of my website should be able to save their resume files + cover letters on my webserver. problem: how to make their files SECURED from any hack ? I mean only files' owner and web administra

Re: [users@httpd] Is this an Apache config problem?

2013-05-25 Thread Nick Kew
On 25 May 2013, at 01:48, John Iliffe wrote: > 176.8.88.90 - - [23/May/2013:18:46:46 -0400] "GET / HTTP/1.1" 200 5406 > "http://www.world-mmo.com/"; 29135 289 That's GET / . The other URL looks to me like a referer. Someone following a link to you. -- Nick Kew

Re: [users@httpd] Is this an Apache config problem?

2013-05-25 Thread Walter H.
On 25.05.2013 02:48, John Iliffe wrote: Every day I get a number of lines like the following in the Apache access log. Note that the response code is 200, successful. The requested URL is NOT on my web site. can you image that you connect within your site to this host? Does this imply that I