[EMAIL PROTECTED] MOD_PROXY not working!!!

2008-06-24 Thread Anand Kulkarni
Hi, I am working on mod_proxy module for Apache 2.2.8. My client is sending 5 HTTP messages to Apache. It is expected that the Apache will forward those messages to actual server. But, Apache just forwards the first message. Here is the message printed on server console: POST / HTTP/1.1 Hos

[EMAIL PROTECTED] SSLVerifyClinet

2008-06-24 Thread Sambit Nanda
I am in solais 10 with apache 2.2.8 + SSL everthings work for me good except SSLVerifyClient. My server and Client both have verisign certificate with different DN The probelm is : once i enable the SSLVerifyClient require i am getting page not found or page can not displayed error from my I

RE: [EMAIL PROTECTED] Apache RedirectMatch or Virtual Host Help Needed

2008-06-24 Thread Campbell, Lance
The solution is: RewriteCond %{REQUEST_FILENAME} !\.(js) [NC] RewriteCond %{HTTP_HOST} !^illinois\.edu [NC] RewriteCond %{HTTP_HOST} !^$ RewriteRule ^/(.*) http://illinois.edu/$1 [L,R=301] I pieced this solution together from a couple of different examples that solved unrelated prob

RE: [EMAIL PROTECTED] Forbidden

2008-06-24 Thread john.swilting
I arrive at http://renelacroute.fr/httpd.conf Le mardi 24 juin 2008 à 20:39 +0200, john.swilting a écrit : > > I put lose more and more > > Le mardi 24 juin 2008 à 14:20 +0200, john.swilting a écrit : > > I am coming to it > > > > > > > http://www.fakessh.eu/preinstall.php > > > > Launche

Re: [EMAIL PROTECTED] error when running binbuild.sh

2008-06-24 Thread William A. Rowe, Jr.
Tan, Liao wrote: Environment: apache 2.0.46 hp-ux 11 Where can we start to solve the error? a modern version of httpd version 2.0? That would bring you a long ways. - The official User-To-User support forum of the Apach

RE: [EMAIL PROTECTED] Apache RedirectMatch or Virtual Host Help Needed

2008-06-24 Thread Campbell, Lance
Actually we have confirmed that the redirect of content works in all browsers for HTML content. But for redirecting of JavaScript only IE7 seems to have an issue. It won't display the .js files. Lance Campbell Project Manager/Software Architect Web Services at Public Affairs University of Illi

[EMAIL PROTECTED] Kerberos - no authoritative handler

2008-06-24 Thread Matthew Devine
I was trying to get mod_auth_kerb working on a Windows environment with Apache 2.2. I have it set to simply challenge with Basic before I have into SSO. When I put in the valid credentials, I can use Wireshark to see that it appears I'm getting a valid ticket. After that I get the following erro

[EMAIL PROTECTED] error when running binbuild.sh

2008-06-24 Thread Tan, Liao
Folks, We´re running/compiling the file binbuild.sh, and started to do a lot of things, till a point that gave me the errors below: "find: cannot stat /projects3/ahajjsle/newconnectors/httpd-2.0.46/include/ap_compat.h find: cannot stat /projects3/ahajjsle/newconnectors/httpd-2.0.46/include/ap_

Re: [EMAIL PROTECTED] Apache RedirectMatch or Virtual Host Help Needed

2008-06-24 Thread Krist van Besien
On Tue, Jun 24, 2008 at 21:07, Campbell, Lance <[EMAIL PROTECTED]> wrote: > I then copied the above and modified it so that I could redirect all content > going to www.illinois.edu and redirect it to illinois.edu. This is where > the problem resides. When a user goes to http://www.illinois.edu/i

[EMAIL PROTECTED] Apache RedirectMatch or Virtual Host Help Needed

2008-06-24 Thread Campbell, Lance
I am completely stumped on how to solve a particular problem on Apache 2.2. I have a virtual host for all variations of uiuc.edu for the campus web server redirecting to "Illinois.edu". It works great. Below is some of the virtual host info I am using. ServerName uiuc.edu ServerAli

RE: [EMAIL PROTECTED] Forbidden

2008-06-24 Thread john.swilting
I put lose more and more http://www.renelacroute.fr/httpd.conf Le mardi 24 juin 2008 à 14:20 +0200, john.swilting a écrit : > I am coming to it > > > http://www.fakessh.eu/preinstall.php > > Launches Download > and I intend to use Perl and php ie .php .pl > > Le lundi 23 juin 2008 à 21:52 +

Re: [EMAIL PROTECTED] Weird Ip in access log, need help to understand

2008-06-24 Thread André Warnier
I just saw the following in the documentation for mod_proxy : quote Be careful when using these headers on the origin server, since they will contain more than one (comma-separated) value if the original request already contained one of these headers. For example, you can use %{X-Forwarded-Fo

RE: [EMAIL PROTECTED] Solaris build w/LDAP support

2008-06-24 Thread Jon Wilmoth
FYI...The resolution that worked me for building 2.2.9 & getting past this issue included the following: a) remove openldap 2.4.10 & install 2.3.35 b) prefix configure script with CPPFLPAGS=-DLDAP_DEPRECATED. The configure script looks at an old function that isn't found w/out this. c) use the "-

Re: [EMAIL PROTECTED] shebang line in windows

2008-06-24 Thread William A. Rowe, Jr.
Alex Jackson wrote: Is there a way to associate a file or a file type with a certain interpreter through the apache config? See http://httpd.apache.org/docs/2.2/mod/core.html#scriptinterpretersource although I know I was contemplating how to trick out wsh scripts to use a shebang at one poin

Re: [EMAIL PROTECTED] shebang line in windows

2008-06-24 Thread Eric Covener
On Tue, Jun 24, 2008 at 10:46 AM, Alex Jackson <[EMAIL PROTECTED]> wrote: > I have several issues getting scripts to run with the right interpreter. I > am try to set up both logo and old dos basic for cgi. > > Is there a way to associate a file or a file type with a certain interpreter > through

[EMAIL PROTECTED] shebang line in windows

2008-06-24 Thread Alex Jackson
I hope this is the right way to ask this question. I have several issues getting scripts to run with the right interpreter. I am try to set up both logo and old dos basic for cgi. It seems to me that there are two ways to direct a script to the right program. You can do it by associating th

Re: [EMAIL PROTECTED] Is nokeepalive, force-response-1.0 still necessary for ie ?

2008-06-24 Thread Matus UHLAR - fantomas
Hello, On 09.04.08 21:10, fredk2 wrote: > The default Apache httpd.conf (all versions e.g 2.2.x, 1.3.20+) has the > following line > > SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown > downgrade-1.0 force-response-1.0 > > This is documented at http://httpd.apache.org/docs/2.2/ss

Re: [EMAIL PROTECTED] Apache 2.0 support for huge files (>2 GB) on 64 bit platform

2008-06-24 Thread Matus UHLAR - fantomas
On 24.06.08 11:11, Christian Mailer (Apache-Support) wrote: > my current state of information is that to allow serving huge files on a > 32 bit system I need to: > - set compile time flags "D_LARGEFILE_SOURCE" AND "-D_FILE_OFFSET_BITS=64" > - set LimitRequestBody to a high enough value > > Are th

[EMAIL PROTECTED] Apache/2.2.9, Windows XP/Vista, Relative paths do work, but why?

2008-06-24 Thread ota mares
Hi, i am currently toying around with my own local WAMP installation and found out that though everyone tells me relative directory and alias paths do not work, they DO work! Unfortunately i am unable to find any information on that behaviour so that's why i am turning to the mailing list :-) The

[EMAIL PROTECTED] Apache 2.0 support for huge files (>2 GB) on 64 bit platform

2008-06-24 Thread apache . service
Hi, my current state of information is that to allow serving such huge files on a 32 bit system I need to: - set compile time flags "D_LARGEFILE_SOURCE" AND "-D_FILE_OFFSET_BITS=64" - set LimitRequestBody to a high enough value Are the compile switches necessary on a 64 bit platform as well?

Re: [EMAIL PROTECTED] Re: howto query which domain?

2008-06-24 Thread Nino Saturnino Martinez Vazquez Wael
Hmm, it never sets rdomain to any thing other than rdomain... how can I use the variable im doing it like this now: SetEnvIf Host "\.([^.]+\.dk)$" rdomain=$1 RequestHeader set domain rdomain and that just adds a header called domain with content "rdomain", and yes the last bit of the host are

RE: [EMAIL PROTECTED] Forbidden

2008-06-24 Thread john.swilting
I am coming to it http://www.renelacroute.fr/httpd.conf http://www.fakessh.eu/preinstall.php Launches Download and I intend to use Perl and php ie .php .pl Le lundi 23 juin 2008 à 21:52 +0200, john.swilting a écrit : > good, I just finished install everything works well I did everything in > th

Re: [EMAIL PROTECTED] Re: howto query which domain?

2008-06-24 Thread André Warnier
Something like SetEnvIf Host "\.([^.]+\.com)$" rdomain=$1 should set an environment variable rdomain to the real domain of the request. Now what you do after that with the rdomain variable... André Nino Saturnino Martinez Vazquez Wael wrote: Hehe, sure. And thanks for pointing it out. I h

Re: [EMAIL PROTECTED] Re: howto query which domain?

2008-06-24 Thread Nino Saturnino Martinez Vazquez Wael
Hehe, sure. And thanks for pointing it out. I have a site(tomcat) which has several serveraliase's and im trying todo a little specific skinning per serveralias. But todo that I need to be able to see which server the request are comming through, I've tried using preservehosts on. That works,

Re: [EMAIL PROTECTED] Use Apache for compression offloading

2008-06-24 Thread André Warnier
Hi again. This is an amendment to my previous answer. André Warnier wrote: Rainer Sabelka wrote: On Tuesday 24 June 2008 09:22:47 André Warnier wrote: Hi. [...] Hm. I think the check for the Accept-encoding header is hard-coded in mod_deflate. No matter if I SetOutputFilter DEFLATE con

Re: [EMAIL PROTECTED] Use Apache for compression offloading

2008-06-24 Thread André Warnier
Rainer Sabelka wrote: On Tuesday 24 June 2008 09:22:47 André Warnier wrote: Hi. [...] Hm. I think the check for the Accept-encoding header is hard-coded in mod_deflate. No matter if I SetOutputFilter DEFLATE conditionally or unconditionally, the filter won't compress the output as soon

Re: [EMAIL PROTECTED] Use Apache for compression offloading

2008-06-24 Thread Rainer Sabelka
On Tuesday 24 June 2008 09:22:47 André Warnier wrote: > Hi. > > I'm not a specialist of that kind of thing, but I'm curious and I just > wonder about the following kind of scenario : > > - In the proxy server, unset the Accept-encoding header, but set another > non-standard one (or an environment v

[EMAIL PROTECTED] Apache 2.0 support for huge files (>2 GB) on 64 bit platform

2008-06-24 Thread Christian Mailer (Apache-Support)
Hi, my current state of information is that to allow serving huge files on a 32 bit system I need to: - set compile time flags "D_LARGEFILE_SOURCE" AND "-D_FILE_OFFSET_BITS=64" - set LimitRequestBody to a high enough value Are the compile switches necessary on a 64 bit platform as well? Thank

Re: [EMAIL PROTECTED] Use Apache for compression offloading

2008-06-24 Thread André Warnier
Hi. I'm not a specialist of that kind of thing, but I'm curious and I just wonder about the following kind of scenario : - In the proxy server, unset the Accept-encoding header, but set another non-standard one (or an environment value) that will not be recognised by the back-end server - c