On Mon, May 19, 2008 at 7:14 PM, David Dyer-Bennet
<[EMAIL PROTECTED]> wrote:
>
> Then I see *another* search for the same user record, which fails with
> an error saying a bind must be done first ("errorMessage: :
> LdapErr: DSID-0C090627, comment: In order to perform this operation a
> s
I seem to have a somewhat different problem than the ones I find all
over forums and archives (needing an address to bind to to search for
the user).
I'm running Apache httpd 2.0.52 on CENTOS 4.6 (Final). The Active
Directory server is on Windows 2003 Server.
I'm trying to authenticate acces
Jesse Sheidlower wrote:
On Mon, May 19, 2008 at 10:39:24AM -0700, Thibaut Colar wrote:
Jesse Sheidlower wrote:
Basically, what I'm trying to accomplish is this: I host a
website, say http://www.mysite.com, and a specific group
of users need to access a specific other site, say
http://www.ot
On Mon, 19 May 2008 15:15:17 -0400
Jesse Sheidlower <[EMAIL PROTECTED]> wrote:
> Thanks. There seem to be two problems with this:
All is explained at http://www.apachetutor.org/admin/reverseproxies
--
Nick Kew
Application Development with Apache - the Apache Modules Book
http://www.apachetuto
Your search engine is probably hardcoded or set to generate return links
with http://www.mysite.com/search ...so you would have to adjust it
to go to http://www.mysite.com/othersite/search
>This might be because you need the proxypassreverse entry, something
>like:
>--
>ProxyPassReverse /
This might be because you need the proxypassreverse entry, something like:
--
ProxyPassReverse /othersite/ http://othersite/
---
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apac
On Mon, May 19, 2008 at 10:39:24AM -0700, Thibaut Colar wrote:
Jesse Sheidlower wrote:
> > Basically, what I'm trying to accomplish is this: I host a
> > website, say http://www.mysite.com, and a specific group
> > of users need to access a specific other site, say
> > http://www.othersite.com an
Hi,
I've been using apache's rewriting to change our arcane CMS URLs into
something more search engine friendly. It's been working well except
for one minor issue. Every now and then our CMS will generate a form
(e.g. to search for items or add to cart, etc) with a form tag like
this using our o
You should be able to easily accomplish what you want like this:
In your somesite.conf add:
RewriteRule ^/othersite/(.*) http://othersite/$1 [P]
This uses mod_rewrite, as a proxy (the [P] telles it to proxy the request)
-
T
I'm using apache2-2.0.54 on Debian.
I have a website where for some unexplained reason web request
**sometimes**, for a few users, take up to 30 seconds, whereas they
should take <5.
After some research, i found the delay was not on the application
server(J2EE), so i figured it's probably on the
yeah that's correct, I have been able to execute python/shell scripts
on server side. But whenever I am trying to access a file which should
get opened with some client software, like flash or PDF then there is
a problem. I mean it opens the swf/abc as binary.
Regards
syed
On 5/19/08, Joshua Slive
Hi. I need to set up an anonymizer that only functions on a
single site, and that is transparently simple for users (who
will be from a closed group) to use.
Basically, what I'm trying to accomplish is this: I host a
website, say http://www.mysite.com, and a specific group of
users need to access
Hi Folks,
I'm running Apache 2.2.8 on a FreeBSD 7.0-RELEASE (i386) machine. Also,
I'm running mod_cband-0.9.7.5_1, both installed via FreeBSD ports.
When the server is 2-3 day running, I got the follow when do "apachectl
configtest":
[EMAIL PROTECTED] /]# apachectl configtest
apache2_mod_cb
-- Forwarded message --
From: Prasanna Ram Venkatachalam <[EMAIL PROTECTED]>
Date: May 19, 2008 10:28 PM
Subject: Apache 2.2.x on IPv6
To: users@httpd.apache.org
Hi All,
Does anyone know about any available IPv6 enabled binary of Apache 2.2.x on
Windows? If not, how to compile Apa
Hi All,
Does anyone know about any available IPv6 enabled binary of Apache 2.2.x on
Windows? If not, how to compile Apache 2.2.x in Windows with IPv6 enabled?
Please help. Thanks in advance
Regards--
Prasanna Ram
On Mon, May 19, 2008 at 10:25 AM, syed mehdi <[EMAIL PROTECTED]> wrote:
> or say if i want to execute some exe like *.exe instead of *.abc on server
> side, then where should i place that on server and what changes should i
> make.
> any help will be appreciated.
The second part of your question
On Mon, May 19, 2008 at 10:20 AM, syed mehdi <[EMAIL PROTECTED]> wrote:
> Hi,
> I have placed a *.abc file at apache server document root (/var/www/html),
> this application opens with some registered application (say x) on client
> side.
> Now whenver i try to open this file from client side (usin
athul ss wrote:
Expecting fast reply ,
End original message. -
Reposting your original question within about two hours is rude.
Expecting a fast reply is unrealistic. You must be patient, the best
you can do is HOPE for a quick reply. You have to give peo
Jagbir Singh wrote:
Hi,
I'm on CentOS 5 and like to change default charset of 'ISO-8859-1'
to 'UTF-8' Apache 2.2, so I updated httpd.conf to have this line:
AddDefaultCharset UTF-8
Restarted Apache and open default page in Firefox, which reports
UTF-8 as expected but running any perl scripts a
Hi,
I have a very basic query as I am new to Apache,
I want to run apache httpd on my linux machine , with the following criteria
,
1. I have to authenticate the http request with a remote server with PAM
2. I have to authorize the users who are doing http request with a remote
server (only au
On Mon, May 19, 2008 at 5:13 PM, Eric Covener <[EMAIL PROTECTED]> wrote:
> On Mon, May 19, 2008 at 10:55 AM, Arnaud Lesueur
> <[EMAIL PROTECTED]> wrote:
>
> >
> > My interpretation is that my directives (SetEnvIf and RequestHeader)
> > are being executed before the authentication/authorization pro
Hi all,
I know that bits and pieces of high-load configuration questions have
been posted to this list ([EMAIL PROTECTED]) and am CC-ing the mod_perl folks
(since I know there are a bunch of knowledgeable people on the subject
lurking there, but please post responses to [EMAIL PROTECTED]), but
On Mon, May 19, 2008 at 10:55 AM, Arnaud Lesueur
<[EMAIL PROTECTED]> wrote:
>
> My interpretation is that my directives (SetEnvIf and RequestHeader)
> are being executed before the authentication/authorization process. Is
> it true ? Can we force the order ?
I think only the SetEnvIf is running t
Hi folks,
I'm currently using mod_authnz_ldap to process authentication and
authorization on LDAP back-end on Apache 2.2.8. This part is doing
it's work
This authentication is placed in front of a mod_proxy_http in reverse
proxy mode.
I would like to pass user informations to backend application
Hi,
I have placed a *.abc file at apache server document root (/var/www/html),
this application opens with some registered application (say x) on client
side.
Now whenver i try to open this file from client side (using some url like:
http://machine-ip/*.abc), then it opens in binary mode,
rather th
Hi,
I have placed a *.abc file at apache server document root (/var/www/html),
this application opens with some registered application (say x) on client
side.
Now whenver i try to open this file from client side (using some url like:
http://machine-ip/*.abc), then it opens in binary mode,
rather th
Hi,
I have a very basic query as I am new to Apache,
I want to run apache httpd on my linux machine , with the following criteria
,
1. I have to authenticate the http request with a remote server with PAM
2. I have to authorize the users who are doing http request with a remote
server (only au
Hi,
I'm using httpd 2.2.8 to load balance across a cluster of JBoss servers.
One of the linux boxes hosting a JBoss server effectively crashed.
We're not sure exactly what happened, but the symptom was that you could
open a socket (to port 22, or the JBoss HTTP port), but nothing would
ever
Hi,
I'm on CentOS 5 and like to
change default charset of 'ISO-8859-1' to 'UTF-8' Apache 2.2, so I updated
httpd.conf to have this line:
AddDefaultCharset UTF-8
Restarted Apache and open
default page in Firefox, which reports UTF-8 as expected but running any perl
scripts and then checking repo
Hi,
i need little bit help and info how to solve a problem.
We have installed on CentOS 5 httpd-2.2.3-11. Also the site that is on
this server, is a big site and it is accessing from meny peoples. What i
see from top tool is that when apache is working long time wihtout
restart, only graceful eve
Hi,
I'm on CentOS 5 and like to change default charset of 'ISO-8859-1' to
'UTF-8' Apache 2.2, so I updated httpd.conf to have this line:
AddDefaultCharset UTF-8
Restarted Apache and open default page in Firefox, which reports UTF-8
as expected but running any perl scripts and then checking repo
Thanks for all help.
Regards
-A
2008/5/19 Arnab Ganguly <[EMAIL PROTECTED]>:
> Hi Igor,
> Thanks for the information.Let me try out the stuff and will update you.
> Regards
> -A
>
>
> On Sat, May 17, 2008 at 4:17 PM, Igor Galić <[EMAIL PROTECTED]>
> wrote:
>
>> On Wed, 14 May 2008 12:36:37 +0530
Hi Igor,
Thanks for the information.Let me try out the stuff and will update you.
Regards
-A
On Sat, May 17, 2008 at 4:17 PM, Igor Galić <[EMAIL PROTECTED]> wrote:
> On Wed, 14 May 2008 12:36:37 +0530
> "Arnab Ganguly" <[EMAIL PROTECTED]> wrote:
>
> > Hi All,
> > I am using mod_proxy_balancer in
33 matches
Mail list logo