Re: [users@httpd] Apache 2.4.12 don't serve me the index.html

2015-02-25 Thread Oliver Graute
Hello Eric, here the same request with curl curl --noproxy 192.168.2.1 http://192.168.2.1/index.html curl: (52) Empty reply from server curl --noproxy 192.168.2.1 http://192.168.2.1/hello.php PHP-Test Hallo Welt if i rename my index.html to index.php i get a response cur

Re: [users@httpd] Apache 2.4.12 don't serve me the index.html

2015-02-25 Thread Eric Covener
On Wed, Feb 25, 2015 at 8:58 AM, Oliver Graute wrote: > But if try to load index.html all I get is this: No errors. What URL exactly did you request and what was the exact response? Using wget/curl instead of a browser may simplify this debugging. -- Eric Covener cove...@gmail.com --

Re: [users@httpd] Apache 2.4.12 don't serve me the index.html

2015-02-25 Thread Oliver Graute
Kes Wolfe wrote: > .htaccess file in the site root directory: > > AddType text/html .html > AddHandler server-parsed .html > > >> Date: Wed, 25 Feb 2015 13:49:41 +0100 >> From: oliver.gra...@gmail.com >> To: users@httpd.apache.org >> Subject: Re: [users

Re: [users@httpd] Apache 2.4.12 don't serve me the index.html

2015-02-25 Thread Oliver Graute
I load the dir_module and tried thas directive without sucess DirectoryIndex index.html On Wed, Feb 25, 2015 at 1:53 PM, Eric Covener wrote: > On Wed, Feb 25, 2015 at 7:49 AM, Oliver Graute > wrote: >> 192.168.2.99:51306] AH00129: Attempt to serve directory: /var/www/ > > If you expect

RE: [users@httpd] Apache 2.4.12 don't serve me the index.html

2015-02-25 Thread Kes Wolfe
.htaccess file in the site root directory: AddType text/html .html AddHandler server-parsed .html > Date: Wed, 25 Feb 2015 13:49:41 +0100 > From: oliver.gra...@gmail.com > To: users@httpd.apache.org > Subject: Re: [users@httpd] Apache 2.4.12 don't serve me the index.htm

Re: [users@httpd] Apache 2.4.12 don't serve me the index.html

2015-02-25 Thread Eric Covener
On Wed, Feb 25, 2015 at 7:49 AM, Oliver Graute wrote: > 192.168.2.99:51306] AH00129: Attempt to serve directory: /var/www/ If you expect index.html to be served when your request a directory, you need DirectoryIndex. - To unsubs

Re: [users@httpd] Apache 2.4.12 don't serve me the index.html

2015-02-25 Thread Oliver Graute
Hello Eric, sorry here the full log. [Tue Jan 06 19:23:09.446724 1970] [authz_core:debug] [pid 1397] mod_authz_core.c(809): [client 192.168.2.99:51306] AH01626: authorization result of Require all granted: granted [Tue Jan 06 19:23:09.447385 1970] [authz_core:debug] [pid 1397] mod_authz_core.c(80

Re: [users@httpd] Apache 2.4.12 don't serve me the index.html

2015-02-25 Thread Eric Covener
On Wed, Feb 25, 2015 at 2:45 AM, Oliver Graute wrote: > [Tue Jan 06 19:23:09.448167 1970] [core:info] [pid 1397] [client > 192.168.2.99:51 This line was incomplete in your email. -- Eric Covener cove...@gmail.com - To unsubs