On 2/21/2010 12:07 PM, Paul McFerrin wrote:
> I gave up on Xampp as a web server. Too many problems with not having
> symbolic links. Went and got Apache version 2.0.63 and I'm trying to
> port it to Cygwin.
That's a really foolish idea, since the httpd security model depends upon
a case sensiti
On 2/24/2010 12:39 PM, Frank Chiulli wrote:
>
> I was asked to update subversion to 1.6.6 on this box as well as
> others. As part of that update, I updated both apr and apr-util from
> 0.9.4 to 0.9.13. Initially everything seemed to be ok. Then someone
> noticed that all the IP addresses in /v
Eric Covener replied:
>That doesn't seem possible, as mod_authnz_ldap doesn't hook
access_checker (and access_checker is before e.g. mod_auth_basic can
even perform authn -- how can you do authz if you don't know who the
user is?)
And yet it moves...see log excerpt below...
The only other possibi
On Thu, Feb 25, 2010 at 4:35 PM, Thomas, Peter wrote:
> I continue to fight with this. I added in "stub" handlers for Access, I've
> determined that the authorization check of mod_authnz_ldap is being executed
> in the Access phase of AAA. This isn't documented; it's causing two
> problems: ear
I continue to fight with this. I added in "stub" handlers for Access,
I've determined that the authorization check of mod_authnz_ldap is being
executed in the Access phase of AAA. This isn't documented; it's
causing two problems: early auth failure as well as a side-effect of an
extra, useless L
On 02/25/2010 11:29 AM, Brandon Stout wrote:
> I have this on my new server...
>
I've found a hack I guess I'll live with. I commented out the
ErrorDocument line here:
# cat /etc/httpd/conf.d/welcome.conf
#
# This configuration file enables the default "Welcome"
# page if there is no default
On Feb 25, 2010, at 2:34 PM, Rupert Reid wrote:
> 123-reg does not allow one to opt out of web forwarding as such. There is an
> option for "No web forwarding" but this will compulsorily point to 123-Reg
> default page if anyone typing isinglive.co.uk into a web browser.
>
> There is only a r
On 25 Feb 2010, at 17:01, Tom Evans wrote:
On Thu, Feb 25, 2010 at 4:33 PM, Rupert Reid
wrote:
My DNS host is unhelpful. Is there a dns host that I could
transfer to that
would would allow me to abandon forwarding and fix this problem?
Thanks Rupert
I use 123-reg and do exactly this.
>> What benefit does this give you over running VirtualHost?
>>
>
> (I wouldn't set up a second instance like suggested, but..)
Curious about why not...
BTW, my example was a little simplified. In practice we actually make a
link "base" which points to the apache directory and the link bin to
b
I have this on my new server:
SuexecUserGroupbrasto brasto
ServerName flfn.org
ServerAliaswww.flfn.org
ServerAdminad...@flfn.org
DocumentRoot /home/brasto/www/flfn
Options Indexes FollowSymLinks
AllowOverride All
CustomLog /
On Thu, Feb 25, 2010 at 4:33 PM, Rupert Reid wrote:
> My DNS host is unhelpful. Is there a dns host that I could transfer to that
> would would allow me to abandon forwarding and fix this problem?
>
> Thanks Rupert
I use 123-reg and do exactly this.
Log in, choose the domain, click manage domai
Rupert Reid wrote:
On 25 Feb 2010, at 14:13, Lester Caine wrote:
Rupert
See Rich's post
It explains the problem nicely. I was off teack a little as my own
setup needed ip addresses for different reasons when I set it up.
It is the 'forwarding' that needs to be 'fixed' rather than your end :(
On 25 Feb 2010, at 14:13, Lester Caine wrote:
Rupert
See Rich's post
It explains the problem nicely. I was off teack a little as my own
setup needed ip addresses for different reasons when I set it up.
It is the 'forwarding' that needs to be 'fixed' rather than your
end :(
--
Lester Caine
Hi, Tom
In the Solaris box, I use proxypass, proxypassreverse, mod_proxy and
mod_proxy_http. On the HP box, I use mod_proxy_ajp.
Ryan
-Original Message-
From: Tom Evans [mailto:tevans...@googlemail.com]
Sent: Thursday, February 25, 2010 11:10 AM
To: users@httpd.apache.org
Subject: Re:
On Thu, Feb 25, 2010 at 4:00 PM, Ruiyuan Jiang wrote:
> Yes, Rich
>
> I do use proxypass, proxypassreverse, mod_proxy and mod_proxy_http.
>
> Ryan
>
I thought you were using mod_proxy_ajp?
Tom
-
The official User-To-User suppor
Yes, Rich
I do use proxypass, proxypassreverse, mod_proxy and mod_proxy_http.
Ryan
-Original Message-
From: Rich Bowen [mailto:rbo...@rcbowen.com]
Sent: Thursday, February 25, 2010 10:49 AM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] Bugs or problem?
On Feb 25, 2010, at 10:3
Thanks, Rich.
Ryan
-Original Message-
From: Rich Bowen [mailto:rbo...@rcbowen.com]
Sent: Thursday, February 25, 2010 10:49 AM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] Bugs or problem?
On Feb 25, 2010, at 10:30 AM, Ruiyuan Jiang wrote:
> Hi, Rich
>
> Yes the login page f
On Wed, Feb 24, 2010 at 9:39 AM, Luc Bastiaenssen
wrote:
> Since our last upgrade to Solaris 10U8 on a Sun Fire X4200(2 cores, 8GB
> memory) and Sun Fire X4450 (16 cores, 36GB memory), we notice
> a serious apache performance drop.
> Especially when you disable the keepalive directive, web pages
On Feb 25, 2010, at 10:30 AM, Ruiyuan Jiang wrote:
> Hi, Rich
>
> Yes the login page for the user authentication comes from Tomcat server. The
> traffic between Solaris Apache and HPUX Apache server are strictly 'http',
> HPUX Apache redirect traffic to AJP port of Tomcat through mod_jk. In my
Hi, Rich
Yes the login page for the user authentication comes from Tomcat server. The
traffic between Solaris Apache and HPUX Apache server are strictly 'http', HPUX
Apache redirect traffic to AJP port of Tomcat through mod_jk. In my Apache
2.2.14 test, except downgraded Apache from v2.2.14 to
Solved. My Build system had an old libapr that is dependant on libssl..
I configure apache like this now:
./configure --with-included-apr
This will tell make to build/and install the apr include with apache 2.2.14
Thanks
2010/2/25 Igor Galić
>
> - "Brad Cagle" wrote:
>
> > upgrading from
On Thu, Feb 25, 2010 at 2:00 PM, LuKreme wrote:
> On 24-Feb-10 10:49, Sheryl wrote:
>>
>> Instead, just have a different directory for each instance. For instance
>>
>> /usr/local/apache -- where you install your software
>>
>> /opt/server1 -- first server
>> bin, build, error, icons, include
- "Brad Cagle" wrote:
> upgrading from 1.3 to 2.2
>
> I have configured apache 2.2.14 like:
>
> ./configure --disable-ssl
> (is disabled by default anyhow)
>
> however httpd is still linked with libssl
>
> varified by ldd:
> r...@s12:~/httpd-2.2.14 # ldd httpd | grep ssl
> libssl.so.0 =>
LuKreme wrote:
On 24-Feb-10 21:43, Jonathan Zuckerman wrote:
I'm saying your webpage is weird, can you explain why your links are
using the IP instead of the hostname?
Can someone explain why these posts are 1) in HTML 2) contain multiple
copies of the list footers 3) have no quote levels?
1
Rupert
See Rich's post
It explains the problem nicely. I was off teack a little as my own setup needed
ip addresses for different reasons when I set it up.
It is the 'forwarding' that needs to be 'fixed' rather than your end :(
--
Lester Caine - G8HFL
-
Contact - htt
On 24-Feb-10 21:43, Jonathan Zuckerman wrote:
I'm saying your webpage is weird, can you explain why your links are
using the IP instead of the hostname?
Can someone explain why these posts are 1) in HTML 2) contain multiple
copies of the list footers 3) have no quote levels?
I replied to the
On 24-Feb-10 14:08, Jonathan Zuckerman wrote:
are respectively forwarded to the above url's using my hosts framed
web forwarding.
This sound, then, like the issue is with the framed web forwarding which
is specifically designed to do what you are describing. Your host would
need to be setup
On 24-Feb-10 10:49, Sheryl wrote:
Instead, just have a different directory for each instance. For instance
/usr/local/apache -- where you install your software
/opt/server1 -- first server
bin, build, error, icons, include, lib, man, manual, modules,
mime-types, magic are links to equival
On Feb 25, 2010, at 2:10 AM, Lester Caine wrote:
>> I'm saying your webpage is weird, can you explain why your links are
>> using the IP instead of the hostname?
>
> Jonathan ... Daniel is just trying to help Robert out.
> It is Robert that has the 'weird webpages', and I suspect is is because h
On Feb 24, 2010, at 4:45 PM, Ruiyuan Jiang wrote:
> Well, I posted the problem two weeks ago and nobody responded. I will do it
> again.
I'm sorry. I missed that.
>
> 2. The problem that I have now is:
>
> Solaris 10, Apache 2.2.14 reverse proxy --> HPUX 11.23, Apache 2.0.59, Tomcat
> 5.5 A
Does not seem to help the ldd output is the same.
I did another try by using LoadFile directive but the maps file shows now that
it uses both versions :-(
/proc/17944/maps:4023c000-40278000 r-xp 03:03 1177552
/home/local/ssl/lib/libssl.so.0.9.8
/proc/17944/maps:40278000-4027c000 rw
How about if you set LD_LIBRARY_PATH prior to running ldd?
i.e. LD_LIBRARY_PATH=:$LD_LIBRARY_PATH ldd
mod_ssl.so
Not 100% sure on Linux but on Solaris you can pass -R/lib with
LDFLAGS when you build - do any Linux-heads know any similar tricks?
From: Paul
On 25 Feb 2010, at 07:10, Lester Caine wrote:
Jonathan Zuckerman wrote:
From: "Rupert Reid" What I want to achieve is that
when
a browser clicks on http://
80.
On 25 Feb 2010, at 04:43, Jonathan Zuckerman wrote:
On Wed, Feb 24, 2010 at 6:19 PM, Daniel Reinhardt
wrote:
--
From: "Jonathan Zuckerman"
Sent: 25 February, 2010 1:40
To:
Subject: Re: [us...@httpd] Apache 1.3 OS X 10.4 help
On Wed, Feb 24
On 25 Feb 2010, at 01:40, Jonathan Zuckerman wrote:
On Wed, Feb 24, 2010 at 5:20 PM, Daniel Reinhardt
wrote:
--
From: "Jonathan Zuckerman"
Sent: 24 February, 2010 21:08
To:
Subject: Re: [us...@httpd] Apache 1.3 OS X 10.4 help
On Wed, Feb
You are right, I ran it against httpd
The output of ldd on mod_ssl.so is:
libldap_r.so.2 => /lib/libldap_r.so.2 (0x4016)
liblber.so.2 => /lib/liblber.so.2 (0x4018c000)
libc.so.6 => /lib/i686/libc.so.6 (0x40196000)
libsasl.so.7 => /usr/lib/libsasl.so.7 (0x402d1000)
libkrb4.
From: Paul Jacques [mailto:Paul Jacques
]
Sent: 25 February 2010 09:15
To: users@httpd.apache.org
Subject: RE: [us...@httpd] How do I pick up correct version of SSL
Dears,
I rebuilt the openssl 0.9.8k with so and installe
Dears,
I rebuilt the openssl 0.9.8k with so and installed it at /usr/local/ssl
I also add the path in front of LD_LIBRARY_PATH.
The ldd does not show libssl library, may be due to the fact that is using
DSO...
libm.so.6 => /lib/i686/libm.so.6 (0x4002d000)
libaprutil-1.so.0 => /usr/loc
38 matches
Mail list logo