Re: [users@httpd] Prefix Apache Traces with Part of the Url

2017-08-24 Thread Oliver Graute
On 23/08/17, Eric Covener wrote: > > What i like to have is something where only part of the URL String is > > prefixed for > > every entry. Like this: > > > > > > iDM: 10.0.0.98 - - [23/Aug/2017:11:20:18 +0200] "POST /iDM/iDM.php > > HTTP/1.1" 401 - > > iAPI: 10.0.0.98 - - [23/Aug/2017:11:21:08

[users@httpd] Prefix Apache Traces with Part of the Url

2017-08-23 Thread Oliver Graute
Hello list, I try to customize my apache logs. currently I have this setting: LogFormat "%s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%s %b" common resulting in this log format: /iDM/iDM.php 10.0.0.98 - - [23/Aug/2017:11:20:18 +0200] "POST /iDM/iDM.php HTTP/1.1" 401 - /iAPI/

Re: [users@httpd] Howto accept only one connection

2016-02-22 Thread Oliver Graute
On 19/02/16, Oliver Graute wrote: > On 19/02/16, Aurélien Terrestris wrote: > > Hello, > > > > I'm not sure we can accept only one connection at a given time. > > I tested with the "prefork MPM", and I only achieve 1 concurrent request > > being p

Re: [users@httpd] Howto accept only one connection

2016-02-19 Thread Oliver Graute
On 19/02/16, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Oliver, > > On 2/19/16 10:11 AM, Oliver Graute wrote: > > On 19/02/16, Aurélien Terrestris wrote: > >> Hello, > >> > >> I'm not sure we can a

Re: [users@httpd] Howto accept only one connection

2016-02-19 Thread Oliver Graute
On 19/02/16, Aurélien Terrestris wrote: > Hello, > > I'm not sure we can accept only one connection at a given time. > I tested with the "prefork MPM", and I only achieve 1 concurrent request > being processed at a given time and all others requests are buffered > (ListenBackLog doesn't seem to wo

Re: [users@httpd] Howto accept only one connection

2016-02-19 Thread Oliver Graute
On 19/02/16, Richard wrote: > > > > Date: Friday, February 19, 2016 13:32:02 +0100 > > From: Oliver Graute > > > > On 19/02/16, Jim Jagielski wrote: > >> Just one connection? By that do you mean one concurrent user or > >> actually one request or

Re: [users@httpd] Howto accept only one connection

2016-02-19 Thread Oliver Graute
On 19/02/16, Jim Jagielski wrote: > Just one connection? By that do you mean one concurrent user or > actually one request or actually one connection? > > A connection is a socket opened between the client and the server. > A request is a HTTP request on that connection. my requirement is: "The

Re: [users@httpd] Howto accept only one connection

2016-02-18 Thread Oliver Graute
On 18/02/16, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Oliver, > > On 2/18/16 8:31 AM, Oliver Graute wrote: > > is it possible to configure Apache 2.4 to accept only one > > connection at time on port 443? is this someth

[users@httpd] Howto accept only one connection

2016-02-18 Thread Oliver Graute
Hello, is it possible to configure Apache 2.4 to accept only one connection at time on port 443? is this something I can configure for my Virtual Hosts? Best regards, Oliver - To unsubscribe, e-mail: users-unsubscr...@httpd.apa

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

2015-03-04 Thread Oliver Graute
dex.html won't work :-( Best regards, Oliver On Wed, Feb 25, 2015 at 8:45 AM, Oliver Graute wrote: > After switching from Apache 2.0.64 to 2.4.12 I have some issues on > loading my index.html or any other html page. I always get a 404 Not > found Error Message in my Browser. But i

[users@httpd] Apache 2.4 don't find the SSL Certificate File

2015-03-02 Thread Oliver Graute
Hello, I try to configure SSL on my apache 2.4.12 Webserver. But apache2 can't find the Certificate and the Key File in the corespondening ssl directory. I already checked file permissions but without success. The Certificates are not empty and the same Certificates worked in a apache 2.0.64 ssl i

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

2015-02-25 Thread Oliver Graute
On Wed, Feb 25, 2015 at 3:22 PM, Eric Covener wrote: > On Wed, Feb 25, 2015 at 8:58 AM, Oliver Graute > wrote: >> But if try to load index.html all I get is this: > > &

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

2015-02-25 Thread Oliver Graute
horization result of Require all granted: granted >> [Tue Jan 06 19:23:09.447385 1970] [authz_core:debug] [pid 1397] >> mod_authz_core.c(809): [client 192.168.2.99:51306] AH01626: >> authorization result of : granted >> [Tue Jan 06 19:23:09.448167 1970] [core:info] [pid 1397] [clien

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/ >

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

2015-02-25 Thread Oliver Graute
at 1:11 PM, Eric Covener wrote: > 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. > >

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

2015-02-24 Thread Oliver Graute
After switching from Apache 2.0.64 to 2.4.12 I have some issues on loading my index.html or any other html page. I always get a 404 Not found Error Message in my Browser. But if I try to access a simple index.php with "Hello World "in the same directory that works. I allready check the user right f