Never mind. It was my browser's proxy settings.
=== Al
- Original Message
From: Al Sparks
To: Apache Users
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 with the following
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.
ServerAdmin webmas...@www.host1
Never mind.
--with-expat=builtin
took care of it.
=== Al
- Original Message
From: Al Sparks
To: Apache Users
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-2.0.63 on a CentOS 5.4 64bit distr
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 happen
As in /usr/lib64/
Got it.
=== Al
- Original Message
From: Eric Covener
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 wrote:
> I'm running CentOS 5.4 64bit,
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 httpd.
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
curious
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.
Howeve
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
Sent: Thursday, January 24, 2008 11:48:23 AM
Subj
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 insta
> 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 o
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 t
> I've configured a reverse SSL proxy using Apache 2.0.
>
> However, the application server serving the pages includes a
> line that gets stripped out by the proxy.
>
> One thing I read was
> http://www.apachetutor.org/admin/reverseproxies
> and it makes mention of problems under "changing th
I've configured a reverse SSL proxy using Apache 2.0.
However, the application server serving the pages includes a
line that gets stripped out by the proxy.
One thing I read was
http://www.apachetutor.org/admin/reverseproxies
and it makes mention of problems under "changing the
FPI". The s
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 there?
, 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:
>
> ServerName www.foo.com
> ServerAdmin [EMAIL PROTECTED]
>
> ProxyR
Here's a partial in my httpd.conf:
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/
Running Apache 1.3.x. So I've got
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 User
18 matches
Mail list logo