An idea : check that the username is not longer than 8 characters.
2018-02-14 21:45 GMT+01:00 renee ko :
> All,
>
> I am experimenting a scratch install of Apache 2.4 on RHEL. I noticed the
> httpd process is running with UID instead of username. Any ideas?
>
> root 30426 1 0 14:40 ?
maybe, have a look on how Arnaud Icard solved his compilation problem on a
Mac (october 18 2015)
http://httpd.markmail.org/search/?q=aterrestris#query:aterrestris+page:1+mid:jp2j7dr4kkwrokz7+state:results
2016-12-27 10:34 GMT+01:00 Daniel :
> Afaik httpd 2.4 is not yet compatible with openssl 1.
Hello,
I have something similar but I run Tomcat instead of IBM. We use F5/Apache
2.4/Tomcat , and please note this an Apache that I compile myself.
This is what I do to resolve this problem :
-download mod_rapf-0.6
-download rpaf patch (
http://www.be-root.com/downloads/mod_rpaf/mod_rpaf-2.0.pat
On a large scale prod (200 000 users/day), I was using proxies working with
antivirus through ICAP protocol (RFC 3507). The results were pretty good.
I am not sure we could use this technology with Apache, and ICAP seems a
bit old now.
2016-03-09 16:45 GMT+01:00 Christopher Schultz :
> John,
>
>
hi
you can have a look at mod_lua but I'm unsure on how to implement for your
need
regards
2016-03-03 21:02 GMT+01:00 Rose, John B :
> Looking for ways to prevent upload of specific filetypes into a specific
> directory. PHP for example.
>
> It looks like there may be a method in mod_security
>
Okay good, thanks for your feedback.
A.T.
2016-02-22 11:57 GMT+01:00 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 t
Jim,
-X stops with a seg-fault after servicing the request, at least on my
server. I suppose that we need to keep the server alive.
2016-02-19 14:02 GMT+01:00 Dr James Smith :
> Can you not just go into debug mode -X?
>
>
>
> On 19/02/2016 12:52, Aurélien Terrestris wrote:
Richard, is this a config that you tried successfully ? On my server,
"prefork MPM" will put requests in the backlog (waiting), and "event MPM"
is not designed for such behaviours because of its multi-threading model (I
did not try "hybrid MPM" since it is supposed to be multi-threaded as well)
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 work on my server). Once the 1st request has
been proc
it :
>
>> OpenSSL is installed as the terminal command ‘openssl’ works well.
>>
>> I’ll try the apple’s forums…
>>
>> Thanks for your help anyway !
>>
>> > Le 23 sept. 2015 à 11:43, Aurélien Terrestris
>> a écrit :
>> >
>> > Yo
Are you using the configure parameter : --with-pcre=PATH_TO_YOUR_pcre ?
2015-10-07 17:40 GMT+02:00 Doyle Jonathan :
> By "I need my own PCRE" you mean I'm stuck with the default,
> globally-installed
> PCRE on my Mac ? That locally installed versions of PCRE are useless ?
>
>
>
ence I am trying to follow configure command.
>
> Regards,
> Ravikiran
>
> -Original Message-----
> From: Aurélien Terrestris [mailto:aterrest...@gmail.com]
> Sent: Thursday, September 24, 2015 5:32 PM
> To: users@httpd.apache.org
> Subject: Re: [users@httpd] Apache
Hello
the process for upgrading relies on config.nice script, as explained
in the doc ( http://httpd.apache.org/docs/2.2/en/install.html#upgrading
)
regards
2015-09-24 13:18 GMT+02:00 Ravikiran Chaulwar
:
> Hi,
>
>
>
> I have upgraded Apache from 2.2.15 to 2.2.24 but when I am trying to start,
>
pilation works on 10.9 an 10.10 even though the openssl version is
> identical so I guess something different comes from the new system.
>
> Le mer. 23 sept. 2015 à 10:41, Aurélien Terrestris a
> écrit :
>>
>> with root account,
>>
>> find / -name rsa.h
>&
Le 23 sept. 2015 à 10:24, Aurélien Terrestris a
>> écrit :
>>
>> Is this file (rsa.h) present on your computer ?
>>
>> 2015-09-23 10:12 GMT+02:00 arnaud icard :
>>> Thanks for your help.
>>> Unfortunately it didn’t worked, still the same issue.
>&
gt; but then an error occurred during the make:
> fatal error: 'openssl/rsa.h' file not found
>
>
>> Le 23 sept. 2015 à 09:11, Aurélien Terrestris a
>> écrit :
>>
>> Hello
>>
>> in the configure file, you can remove the openssl versio
Hello
in the configure file, you can remove the openssl version checking
starting at line 24787
24787 #if OPENSSL_VERSION_NUMBER < 0x0090801f
24788 #error "Unsupported OpenSSL version " OPENSSL_VERSION_TEXT
24789 #endif
2015-09-22 22:53 GMT+02:00 arnaud icard :
> Hi there,
>
> I encounte
If the logs still don't say anything, check if LoadModule proxy*** and
rewrite are in the config.
Instead of ProxyPass, you can use a RewriteRule with the P flag and
this one is also supposed to log lots of things.
2015-07-02 10:35 GMT+02:00 Daniel :
> LogLevel warn proxy:trace3 for 2.4.x
> Loglev
Here you have a patch for rpaf-0.6 :
http://www.be-root.com/2012/08/23/installer-compiler-mod_rpaf-2-4-apache/
it's working on my Platform
2014-07-24 14:36 GMT+02:00 Eric Covener :
> You should either move to mod_remoteip in 2.4 or check with the
> mod_rpaf source for something 2.4-compatible.
Frank, httpd -l shows compiled-in modules but it's better to use DSO
modules rather than compiled-in.
To see what DSO modules were compiled, you can check what's in your
modules directory.
To get a great Apache 2.4.X with DSO, you can compile like this :
'configure --prefix=yourinstalldir --enabl
Check that you have openssl and openssl-devel installed on your server :
rpm -qa | grep 'openssl'
If not, install them (sudo yum install -y openssl openssl-devel)
2013/11/1 David Benfell :
> Hi all,
>
> I'm trying to build apache-2.2.25 and I'm getting:
>
> .libs/ab.o: In function `main':
> /hom
21 matches
Mail list logo