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
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
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
.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.html
>
> Hello Eric,
>
> sorr
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
Hello,
I tried the AddType and AddHandler directive but with no success. I
placed them in the mime module block anc loaded the mime module.
Then I added a simple .htaccess and restartet apache2
order allow,deny
deny from 201.68.101.5
allow from all
But if try to load index.html all I get is this
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
--
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
On 25/02/2015 13:58, Oliver Graute wrote:
I load the dir_module and tried thas directive without sucess
DirectoryIndex index.html
I have got like this in my conf file:
DirectoryIndex index.php index.html
However, yours should work, so something else isn't right.
I finally figured out why this wasn't compiling for me. I was missing
/usr/lib64/pkgconfig/openssl.pc. Once I figured out that I needed
libopenssl-devel package, I was able to successfully compile Apache.
Daryl
From: darylr...@outlook.com
To: users@httpd.apache.org
Date: Tue, 24 Feb 2015 14:31
Apache 2.4.10 that use to work fine. Then a power outage and now site images do
not load. When you look at the error log:
AH00529: /srv/www/htdocs/sites/sitename/images/.htaccess pcfg_openfile: unable
to check htaccess file, ensure it is readable and that
'/srv/www/htdocs/sites/sitename/images
11 matches
Mail list logo