--- Milan Tomic <[EMAIL PROTECTED]> wrote:
>
> Users log into apache through SSL and I'm forwarding user cert from apache to
> (another) app
> server. The problem is that user cert, which is sent as HTTP header param
> (base64 encoded),
> spans
> several lines:
>
> GET /LoginTest/servlethead
I have several websites with similar sections and pages, hosted on the same server (a virtual private server). Each one is a content management system that uses mod-rewrite to display pages like these:www.geobop.org/World/Arizonawww.geoworld.org/Arizonawww.geozoo.org/World/Arizonawww.geosymbols.org
On Wednesday 30 August 2006 13:53, Ben wrote:
> This is my story of yesterday, on how I managed to bring something
> resembling mysql onto dbd over httpd 2.2.3;
Nice to hear you got it working, though you seem to have gone
the long way round. Contributions to making it easier are of
course welcom
On 8/30/06, Todd Nine <[EMAIL PROTECTED]> wrote:
I'm attempting to use mod_reverse_proxy on my http server and I receive the
following URL
Invalid command 'ProxyHTMLURLMap', perhaps mis-spelled or defined by a
module not included in the server configuration
I have followed the documentation on
On 8/30/06, Chidanand Gangur <[EMAIL PROTECTED]> wrote:
Well I have already tried mod_status. I was under the impression that the
scoreboard file would give me some more information.
To give some more details about my test
I have following server configuration
Timeout 300
I'm attempting to use mod_reverse_proxy on my http server and I receive the following URLInvalid command 'ProxyHTMLURLMap', perhaps mis-spelled or defined by a module not included in the server configuration
I have followed the documentation on the web site, and I built the module from source I dow
Well I have already tried mod_status. I was under the impression that the scoreboard file would give me some more information.
To give some more details about my test
I have following server configuration
Timeout 300
MaxKeepAliveRequests 500
KeepAliveTimeout 6
On 8/30/06, Bing Du <[EMAIL PROTECTED]> wrote:
That's not a good sign. No, there is no 'ppv' on our server. 'grep -i
proxy httpd.conf' returns:
==
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
LoadModule proxy_http_module modules/mod_proxy_ht
> The part after the ? is the query string, not the filename. Do you
> have a directory "ppv" on your server? If so, this might be normal.
> If not, you are either proxying requests or you are returning 200
> (success) status codes for requests to non-existant files. Either
> way, you have a pro
I ran into difficulties with getting the dbd_auth to work also.
My solution was to remark it out of the config file and use
mod_perl to authenticate via DBD::mysql.
Sure saved me a lot of the head aches you had. But you
probably don't use mod_perl.
Thanks,
Boysenberry
boysenberrys.com | habita
On 8/30/06, Chidanand Gangur <[EMAIL PROTECTED]> wrote:
I have a condition in my network where all of a sudden the server becomes
unresponsive I want to know what and where things are messing up.
I am using PHP for server side scripting where I open UNIX dgram socket to
comunicate to the back e
I have a condition in my network where all of a sudden the server
becomes unresponsive I want to know what and where things are messing
up.
I am using PHP for server side scripting where I open UNIX dgram socket to comunicate to the back end. I have a test where 800-1000 user try to access the ser
On 8/30/06, Bing Du <[EMAIL PROTECTED]> wrote:
>> See:
>> http://httpd.apache.org/docs/1.3/misc/FAQ.html#proxyscan
>>
>> Joshua.
>
> Aha! Just looking at the question itself already makes me feel like
> finding out a long lost friend. I'm reading the answer now. Thanks a
> lot!
>
I'm now conf
>> See:
>> http://httpd.apache.org/docs/1.3/misc/FAQ.html#proxyscan
>>
>> Joshua.
>
> Aha! Just looking at the question itself already makes me feel like
> finding out a long lost friend. I'm reading the answer now. Thanks a
> lot!
>
I'm now confused by what the pointer says:
'Therefore you ca
> See:
> http://httpd.apache.org/docs/1.3/misc/FAQ.html#proxyscan
>
> Joshua.
Aha! Just looking at the question itself already makes me feel like
finding out a long lost friend. I'm reading the answer now. Thanks a
lot!
Bing
On 8/30/06, Bing Du <[EMAIL PROTECTED]> wrote:
Hi,
Apache 2.0.52 on RHEL 4.
Can anybody shed some light on why our access_log has the following
messages?Is the server being used as proxy or something by somebody
else? Thanks in advance.
222.185.24.17 - - [30/Aug/2006:08:37:57 -0500] "GET
On 8/30/06, Devraj Mukherjee <[EMAIL PROTECTED]> wrote:
I have nailed it down to two problems.
1. All elements (scripts, etc) have absolute references to others so
the documents always need to be relative to the root
2. There are various absolute references in the HTML specially in the
form of
On 8/30/06, Chidanand Gangur <[EMAIL PROTECTED]> wrote:
Hi,
I have compiled apache 1.3.34 on linux 2.4.28 the compilation went through
fine and no issues in normal working of apache. I want to enable scoreboard
feature of apache, I have added the corresponding configuration line in
httpd.conf b
Hi,
Devraj Mukherjee wrote:
> Hi everyone,
>
> I have a protected web site which uses mod_auth_radius to perform its
> authentication. However even after I have authenticated some elements
> such as images don't turn up.
>
> One of the pages also delivers a Java applet and the JRE seems to be
>
> http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxyrequests
>
Thanks for the pointer. Hmmm...but I don't see the proxy service is
turned on in the httpd.conf. What else I should suspect?
==
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
The next installment...
It was time for me to add some meaningful messages to mod_authn_dbd.c
Heads up to you apache developers: Try to be more imaginative when
writing error messages - At least make each message unique!!
There are six "Error looking up %s in database." errors in
mod_autn_dbd
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxyrequests
regards Dietmar
Bitte antworten an users@httpd.apache.org
An: users@httpd.apache.org
Kopie:
Thema: [EMAIL PROTECTED] unknow sites found in access_log?
Hi,
Apache 2.0.52 on RHEL 4.
Can anybody shed some light on why o
Hi
Maybe problem is known for years but I could not find any information
about it :/ so ... I suspect there is a problem with counting
MaxKeepAliveRequests counter :/ Please tell me if I'm wrong ...
Version:
**
anws:~# apache -v
Server version: Apache/1.3.34 (Debian)
Server built: Aug 1
Hi,
Apache 2.0.52 on RHEL 4.
Can anybody shed some light on why our access_log has the following
messages?Is the server being used as proxy or something by somebody
else? Thanks in advance.
222.185.24.17 - - [30/Aug/2006:08:37:57 -0500] "GET
http://ad.zanox.com/ppv/?4021489C329206511 HTTP/1
ok - i just got my popcorn & beer ;)
cheers!
greg
ps: thank god there are some volunteers like you who test the new
stuff so we don't have to ;)
--
what's puzzlin' you, is the nature of my game
-
The official User-To-User supp
thanks devraj, tal. that worked fine.
yashesh
On 8/30/06, Tal Cohen <[EMAIL PROTECTED]> wrote:
I'm not an expert in apache, but couldn't you just do Listen *:80 instead of
Listen 192.168.1.3:80?
Tal
-Original Message-
From: Yashesh Bhatia [mailto:[EMAIL PROTECTED]
Sent: Wednesday, A
I'm not an expert in apache, but couldn't you just do Listen *:80 instead of
Listen 192.168.1.3:80?
Tal
-Original Message-
From: Yashesh Bhatia [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 30, 2006 9:09 AM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Using apache on 127
If that is the only public IP address you have, just change the listen
directive to
Listen 80
which makes it listen on all interfaces on port 80
Or have two listen directive for each ip address
On 8/30/06, Yashesh Bhatia <[EMAIL PROTECTED]> wrote:
Hello:
I'm using Apache 2.2.3 on Fedora C
Users log into apache through SSL and I'm forwarding user cert from apache to
(another) app
server. The problem is that user cert, which is sent as HTTP header param
(base64 encoded), spans
several lines:
GET /LoginTest/servletheaderview HTTP/1.1
Host: duke:
Accept: */*
Accept-Language: sl
Hello:
I'm using Apache 2.2.3 on Fedora Core 5 and have installed it and
configured it to run on
my local IP address 192.168.1.3 by using the following line in the
httpd.conf file
Listen 192.168.1.3:80
Now I also want apache deamon to respond to requests on localhost and 127.0.01
How do I go
UseCanonicalNames Off
On 8/26/06, Chris Dagnon <[EMAIL PROTECTED]> wrote:
Here is hopefully a succinct re-statement of my current problem:
I had a website setup and it was working fine using VirtualHost ProxyPass
to forward to another port and a server-level Alias+Directory pair to
forward all
Hi everyone,
I am using Apache in as a reverse proxy to proxy a host of different
things. I have a successfully managed to proxy web based applications
like TYPO3, DotProject and the likes. The one that causes me grief is
Domino Web access.
I have nailed it down to two problems.
1. All elements
This is my story of yesterday, on how I managed to bring something
resembling mysql onto dbd over httpd 2.2.3;
It may explain why I am astounded and amazed that 2.2.3 is called
"The best available version of Apache", and why I believe it needs a
lot more work to get that badge.
The story h
Hi everyone,
I have a protected web site which uses mod_auth_radius to perform its
authentication. However even after I have authenticated some elements
such as images don't turn up.
One of the pages also delivers a Java applet and the JRE seems to be
asking me to authenticate over again and at
Dear All,
I have resolved my Cygwin/HTTP problem in the following steps:-
1. Downloaded Apache/2.2.3 code base and compiled it
- this new version had the name and group
'daemon' identified
2. Found all copies of httpd.conf and replaced them with links to
the installed version in {
Hi,
I've stumbled accross a peculiar problem with httpd apache 2.0.47 on
solaris 9 at my other working place:
the configuration includes a cgi-alias and an appropriate directory
directive to execute cgi programs (perl scripts in our case, but
that's irrelevant).
All is well if the name
Hi,
I have compiled apache 1.3.34 on linux 2.4.28 the compilation went
through fine and no issues in normal working of apache. I want to
enable scoreboard feature of apache, I have added the corresponding
configuration line in httpd.conf but still the contfiguration file but
still i do not find th
37 matches
Mail list logo