[us...@httpd] Pages not coming up

2010-05-12 Thread Al Sparks
I've configured a 2.0.63 server running on CentOS 5.x with the following parameters: Listen 10.254.250.100:80 Listen 10.254.250.165:80 Listen 10.254.250.166:80 Listen 10.254.250.167:80 In addition, I have the following virtual hosts defined. VirtualHost 10.254.250.100:80

Re: [us...@httpd] Pages not coming up

2010-05-12 Thread Al Sparks
Never mind. It was my browser's proxy settings. === Al - Original Message From: Al Sparks data...@yahoo.com To: Apache Users users@httpd.apache.org Sent: Wed, May 12, 2010 3:52:36 PM Subject: [us...@httpd] Pages not coming up I've configured a 2.0.63 server running on CentOS 5.x

[us...@httpd] Compiling httpd-2.0.63 on CentOS 64bit

2010-04-26 Thread Al Sparks
I'm trying to compile httpd-2.0.63 on a CentOS 5.4 64bit distro. I am getting the error: /usr/lib/libexpat.so: could not read symbols: File in wrong format collect2: ld returned 1 exit status I think that means that it should be looking for a 64 bit version of that .so file. As it

Re: [us...@httpd] Compiling httpd-2.0.63 on CentOS 64bit

2010-04-26 Thread Al Sparks
Never mind. --with-expat=builtin took care of it. === Al - Original Message From: Al Sparks data...@yahoo.com To: Apache Users users@httpd.apache.org Sent: Mon, April 26, 2010 3:16:56 PM Subject: [us...@httpd] Compiling httpd-2.0.63 on CentOS 64bit I'm trying to compile httpd

[us...@httpd] Wrong ELF class; libxml2

2010-04-04 Thread Al Sparks
I'm running CentOS 5.4 64bit, and I'm attempting to migrate an Apache web site from Apache 2.0 to Apache 2.2. The Apache 2.0 instance is running on an old Fedora 32bit machine. On the new box (as well as the old) I've compiled and installed from the source. Attempting to run off the 2.0

Re: [us...@httpd] Wrong ELF class; libxml2

2010-04-04 Thread Al Sparks
As in /usr/lib64/ Got it. === Al - Original Message From: Eric Covener cove...@gmail.com To: users@httpd.apache.org Sent: Sun, April 4, 2010 1:21:03 PM Subject: Re: [us...@httpd] Wrong ELF class; libxml2 On Sun, Apr 4, 2010 at 5:08 PM, Al Sparks data...@yahoo.com wrote: I'm

[us...@httpd] Compiling ModSecurity on CentOS 5.3 x86_64

2009-07-24 Thread Al Sparks
Running CentOS 5.3 x86_64, and Apache httpd-2.2.9, which is successfully compiled. I do a ./configure \ --with-apxs=/usr/local/apache2/bin/apxs \ --with-httpd-src=/home/sparks/install/httpd-2.2.9 I'll add that the apxs path is valid. There's an -fPIC error which is also

[EMAIL PROTECTED] Two Instances of Apache; Primary IP / Secondary IP

2008-01-25 Thread Al Sparks
I have set up a development environment so that it mimics a production environment. The production environment has a proxy server (apache 2.x) that sends requests onto another back-end apache server, and of course the proxy server serves up pages sent by the back-end. All that works fine.

[EMAIL PROTECTED] Compiling Apache with mod_proxy_html

2008-01-24 Thread Al Sparks
I'm trying to get apache 2.0.61 working. I use the following configure parameters: ./configure --enable-deflate \ --enable-headers \ --enable-proxy \ --enable-proxy-connect \ --enable-proxy-http \ --enable-rewrite \ --enable-so \ --enable-ssl Do a make and make

Re: [EMAIL PROTECTED] Compiling Apache with mod_proxy_html

2008-01-24 Thread Al Sparks
I got it figured out. For some reason or other, I didn't realize that mod_proxy_html is a 3rd party module that needs to be compiled with apxs. === Al - Original Message From: Al Sparks [EMAIL PROTECTED] To: Apache Users users@httpd.apache.org Sent: Thursday, January 24, 2008 11:48

Re: [EMAIL PROTECTED] Passing REMOTE_ADDR on 2.0.x reverse proxy

2008-01-15 Thread Al Sparks
On 14.01.08 16:05, Al Sparks wrote: I'm running apache 2.0.x as a reverse proxy. Apparently, it's not passing along the original IP address to the target server. Specifically the REMOTE_ADDR field on the target server is showing the IP address of the proxy server, instead of the IP address

[EMAIL PROTECTED] Passing REMOTE_ADDR on 2.0.x reverse proxy

2008-01-14 Thread Al Sparks
I'm running apache 2.0.x as a reverse proxy. Apparently, it's not passing along the original IP address to the target server. Specifically the REMOTE_ADDR field on the target server is showing the IP address of the proxy server, instead of the IP address that the proxy sees. I've seen some docs

Re: [EMAIL PROTECTED] Reverse SSL Proxy Question

2007-11-29 Thread Al Sparks
I've configured a reverse SSL proxy using Apache 2.0. However, the application server serving the pages includes a !DOCTYPE ... line that gets stripped out by the proxy. One thing I read was http://www.apachetutor.org/admin/reverseproxies and it makes mention of !DOCTYPE ... problems

[EMAIL PROTECTED] Reverse SSL Proxy Question

2007-11-28 Thread Al Sparks
I've configured a reverse SSL proxy using Apache 2.0. However, the application server serving the pages includes a !DOCTYPE ... line that gets stripped out by the proxy. One thing I read was http://www.apachetutor.org/admin/reverseproxies and it makes mention of !DOCTYPE ... problems under

[EMAIL PROTECTED] SSL Reverse Proxy

2007-11-27 Thread Al Sparks
Running Apache 1.3 with lots of virtual names. I'm trying to reverse proxy to a SSL web server. Ultimately, I want to access the proxy server with: https://www.main-name.com/blah/ which will go to: https://www.internal-server/blah/ Are there some examples out

Re: [EMAIL PROTECTED] Redirect in httpd.conf

2007-11-26 Thread Al Sparks
@httpd.apache.org Sent: Wednesday, November 21, 2007 6:32:05 PM Subject: Re: [EMAIL PROTECTED] Redirect in httpd.conf RedirectMatch ^/$http://www.foo.com/directory chris Al Sparks wrote: Here's a partial in my httpd.conf: VirtualHost * ServerName www.foo.com ServerAdmin [EMAIL

[EMAIL PROTECTED] Redirect in httpd.conf

2007-11-21 Thread Al Sparks
Here's a partial in my httpd.conf: VirtualHost * ServerName www.foo.com ServerAdmin [EMAIL PROTECTED] ProxyRequests Off ProxyPass /directory http://server.bar.com:1234/directory/ ProxyPassReverse /directory http://server.bar.com:1234/directory/ /VirtualHost Running

[EMAIL PROTECTED] CA Certificates

2005-09-23 Thread Al Sparks
The browsers have certificate authorities they recognize, probably the most famous being Verisign. How does one get a listing of those authorites? Is there somewhere in the browsers that list them? === Al - The official