[users@httpd] HTTPD 2.4.6 rpm spec problem

2013-07-22 Thread ATiFans
Hi all, I've found a problem in rpm spec file. "wstunnel.so" is not in the list, causing rpmbuild to fail by finding unpacked files. I added "%{_libdir}/httpd/modules/mod_proxy_wstunnel.so" into spec file, and built successfully.

Re: [users@httpd] rewrite rule on apache2 .htaccess file (SOLVED)

2013-07-22 Thread Tamer Higazi
Hi Vincenzo! Thank you for this advise as well By the way, I have added you in skype if you allow me. Tamer On 07/22/13 18:00, Vincenzo D'Amore wrote: > Hi, > > happy to hear you have figured out at last :) > > For the future, if you're in trouble trying to understand what's wrong > in yo

Re: [users@httpd] Re: ap_run_mpm

2013-07-22 Thread Valter Nogueira
It takes a while to figure out your explanation. And I not sure a get it. When ap_run_mpm is called, what is called is a "hook function" for that is like a dynamic loaded function from a shared library. Is that correct? So, where is configured the function that will actually be called on each pl

Re: [users@httpd] dav_fs: DSO load failed: AH00576: The DBM driver could not be loaded

2013-07-22 Thread Karl Hiramoto
On 07/22/2013 06:39 PM, Jeff Trawick wrote: On Mon, Jul 22, 2013 at 11:50 AM, Karl Hiramoto > wrote: On 07/22/2013 02:25 PM, Jeff Trawick wrote: On Mon, Jul 22, 2013 at 7:20 AM, Karl Hiramoto mailto:k...@hiramoto.org>> wrote: Hi, I'm trying to

Re: [users@httpd] dav_fs: DSO load failed: AH00576: The DBM driver could not be loaded

2013-07-22 Thread Jeff Trawick
On Mon, Jul 22, 2013 at 11:50 AM, Karl Hiramoto wrote: > On 07/22/2013 02:25 PM, Jeff Trawick wrote: > > On Mon, Jul 22, 2013 at 7:20 AM, Karl Hiramoto wrote: > >> Hi, >> >> I'm trying to use WebDav and having some problems.I'm using a self >> compiled httpd 2.4.4 on a arm board running

Re: [users@httpd] rewrite rule on apache2 .htaccess file (SOLVED)

2013-07-22 Thread Vincenzo D'Amore
Hi, happy to hear you have figured out at last :) For the future, if you're in trouble trying to understand what's wrong in your rewrite, if you can, try to enable RewriteLog it will help really a lot. Best regards, Vincenzo 2013/7/21 Tamer Higazi > Solved! > > My rewrite rules now look lik

Re: [users@httpd] HTTPD shutting down (gracefully), without any seemingly reason

2013-07-22 Thread Ajay Garg
On Mon, Jul 22, 2013 at 8:56 PM, Mike Rumph wrote: > Hello Ajay, > > In the httpd.service file did you try changing the Service type to forking? > - > https://bugzilla.redhat.com/**show_bug.cgi?id=909703#c5 > Mike, That did it

Re: [users@httpd] HTTPD shutting down (gracefully), without any seemingly reason

2013-07-22 Thread Mike Rumph
Hello Ajay, In the httpd.service file did you try changing the Service type to forking? - https://bugzilla.redhat.com/show_bug.cgi?id=909703#c5 Otherwise, here is a link that others have found useful for this problem: - http://www.yodi.sg/fix-httpd-apache-wont-start-problem-in-fedora-18/ Take c

Re: [users@httpd] dav_fs: DSO load failed: AH00576: The DBM driver could not be loaded

2013-07-22 Thread Karl Hiramoto
On 07/22/2013 02:25 PM, Jeff Trawick wrote: On Mon, Jul 22, 2013 at 7:20 AM, Karl Hiramoto > wrote: Hi, I'm trying to use WebDav and having some problems.I'm using a self compiled httpd 2.4.4 on a arm board running linux 2.6.35 The error messag

Re: [users@httpd] Configure multiple algorithm certificate for same domain/ common name in Apache server

2013-07-22 Thread Ankit Jain
Hi, I tried using the configuration and it is like: ServerName abc SSLEngine on SSLCertificateKeyFile /usr/rsa_privateKey.key SSLCertificateFile /usr/rsa_endCert.cer SSLCertificateChainFile /usr/rsa_chainCertificate.cer SSLCertificateKeyFile /usr/dsa_privateKey.key SSLCertificateFile /usr/dsa_

Re: [users@httpd] How to allow from SERVER_ADDR ?

2013-07-22 Thread BUGHUNTER
Hi, > This could work, as could in 2.4, but not "allow from %{SERVER_ADDR}. What did you try w/ setenvif? I tried all possible syntax variations for accessing environment variables that I was able to derive from the docs, but could not make it work. It would be great if anybody could pro

[users@httpd] dav_fs: DSO load failed: AH00576: The DBM driver could not be loaded

2013-07-22 Thread Karl Hiramoto
Hi, I'm trying to use WebDav and having some problems.I'm using a self compiled httpd 2.4.4 on a arm board running linux 2.6.35 The error message is: [Mon Jul 22 11:00:19.024300 2013] [dav_fs:crit] [pid 17398:tid 922301504] (20019)DSO load failed: AH00576: The DBM driver could not be

[users@httpd] Re: Compiling libmain.a as libmain.so in HTTPDSRC2.2.7 on 64 bit Linux machine.

2013-07-22 Thread Mangesh Sawant
Issue resolved after adding CFLAGS="-fpic" to configure command. Thanks And Regards , Mangesh Sawant . On Mon, Jul 22, 2013 at 11:49 AM, Mangesh Sawant wrote: > Compiling HTTPDSRC2.2.7 sources on 64 bit machine. There is no issue with > compilation. > When I try to link libmain.a with my xyz.so