Re: [users@httpd] httpd crashes with segmentation fault: Incompatible libpng version in application and library

2012-03-19 Thread Lenin
Hi, Thank both of you for reply. I finally discovered that this problem occurs at the stage of linking. The gd library has hard-coded that only libpng 1.2.x series can be recognized. Since its configure script cannot find libpng12-config from my libpng 1.5.x install path, it uses the one under /u

Re: [users@httpd] How to redirect all requests for domain A to domain B

2012-03-19 Thread Joe Hansen
Hey Mario, Thanks so much for replying. I found line in the httpd-ssl.conf file. I added Redirect / https://www.b.com I restarted Apache but when I visit https://a.com, the browser doesn't redirect me to b.com. I am lost! :( Thanks, Shashi On Mon, Mar 19, 2012 at 5:21 PM, Mario A. del Riego

Re: [users@httpd] How to redirect all requests for domain A to domain B

2012-03-19 Thread Mario A. del Riego
I must add this redirect to the VirtualHost's SSL. You need to know where its added, if you type: apachectl -S will see something like: [...] *:443is a NameVirtualHost default server localhost (/etc/httpd/conf.d/ssl.conf:12) [...] In this file you have to do it. Search for something "" an

[users@httpd] adding particular option to httpd build

2012-03-19 Thread Security Admin (NetSec)
Currently have an apache server with following options: Server compiled with -D APACHE_MPM_DIR="server/mpm/prefork" -D APR_HAS_SENDFILE -D APR_HAS_MMAP -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled) -D APR_USE_SYSVSEM_SERIALIZE -D APR_USE_PTHREAD_SERIALIZE -D SINGLE_LISTEN_UNSERIALIZED_ACCEP

Re: [users@httpd] How to redirect all requests for domain A to domain B

2012-03-19 Thread Joe Hansen
Julien, I appreciate the reply, but I need a redirect. I do not want the content on b.com to appear on a.com. So ServerAlias will not work for me. Thanks, Joe. On Mon, Mar 19, 2012 at 3:14 PM, Julien Cigar wrote: > On 03/19/2012 21:53, Joe Hansen wrote: > > Hi All, > > I'd like to redirect al

Re: [users@httpd] How to redirect all requests for domain A to domain B

2012-03-19 Thread Julien Cigar
On 03/19/2012 21:53, Joe Hansen wrote: Hi All, I'd like to redirect all (http and https) requests for domain a.com to domain b.com . I have the following in the apache config files: Redirect https:/a.com https://www.b.com Redirect http://a.com http:

[users@httpd] How to redirect all requests for domain A to domain B

2012-03-19 Thread Joe Hansen
Hi All, I'd like to redirect all (http and https) requests for domain a.com to domain b.com. I have the following in the apache config files: Redirect https:/a.com https://www.b.com Redirect http://a.com http://www.b.com Though all the http requests are correctly getting redirected, https reque

Re: [users@httpd] Different pages served depending on IP address or domain addressing

2012-03-19 Thread Anam Ali Khan
Create a separate vhost definition with same directive values as you configure in main server section. Define vhost definition in httpd.conf file. -Anam From: Prasanna Mulgaonkar To: users@httpd.apache.org Sent: Sunday, 18 March 2012, 2:45 Subject: Re: [use

Re: [users@httpd] httpd crashes with segmentation fault: Incompatible libpng version in application and library

2012-03-19 Thread Martin Hasicek
Hi, you can check if you use prelink feature. In such case, LD_LIBRARY_PATH is overwriten by LD_PRELOAD or prelink. mh On Mon, Mar 19, 2012 at 1:55 PM, Lenin wrote: > I tried the directive LoadFile, but with no luck. > > Igor Cicimov 於 2012年3月19日上午9:35 ��道: > > LoadFile >> >> >> On Mon, Mar 1

Re: [users@httpd] httpd crashes with segmentation fault: Incompatible libpng version in application and library

2012-03-19 Thread Lenin
I tried the directive LoadFile, but with no luck. Igor Cicimov 於 2012年3月19日上午9:35 寫道: > LoadFile > > > On Mon, Mar 19, 2012 at 12:27 PM, Lenin wrote: > >> Thanks for your reply. >> >> I've tried he first method before, no luck. >> >> For the second one, I cannot find any useful information abou

Re: [users@httpd] Issue with trailing slashes after rewrite

2012-03-19 Thread Nala Gnirut
It seems like I've managed to make it work like I wanted using this rule: * * * # Turn rewrite engine on RewriteEngine On # Fix missing trailing slashes for foo.mydomain.com RewriteCond %{HTTP_HOST} ^foo\.mydomain\.com$ [NC] RewriteCond %{DOCUMENT_ROOT}/foo%{REQUEST_URI}/ -d RewriteRule [^/]$ %{

[users@httpd] mod_auth_radius - Caching - Using Apache 2.4 -

2012-03-19 Thread Jaworski, Frank
Hello, Has anyone gotten mod_auth_radius to work with mod_authn_socache? I can't seem to get the combo working together so we can cache our RADIUS authentication information and stop nailing the server with unnecessary requests from Tortoise SVN. Thanks, Frank Jaworski