Re: [EMAIL PROTECTED] Authenticating Proxy Server

2008-04-17 Thread Neil A. Hillard
Hi, Nick Kew wrote: On Thu, 17 Apr 2008 15:28:19 +0100 Roy Pearce <[EMAIL PROTECTED]> wrote: Sounds to me like a browser misconfiguration. All I changed was the port number to point to a secure authenticating proxy server. It appears that FF assumes the proxy server is talking HTTP when

Re: [EMAIL PROTECTED] Fwd: Re:Invalid command

2008-04-10 Thread Neil A. Hillard
Hi, Davide Bianchi wrote: Ashwin Basagouda Patil wrote: # ./configure --prefix=/usr/local/apache2 --enable-v4-mapped --enable- modules=all -- enable-mods-shared=all --enable-authnz-ladp --enable-ldap --enable-version - -enable-ssl --enable-http --enable-dav --enable-vhost-alias --enable- im

Re: [EMAIL PROTECTED] Fwd: Re:Invalid command

2008-04-10 Thread Neil A. Hillard
Hi, Ashwin Basagouda Patil wrote: Dear All, &Krest Still I am getting the same problem, I recompiled the apache 2.2.8 with the bellow mentioned options. # cd httpd-2.2.8 # ./configure --prefix=/usr/local/apache2 --enable-v4-mapped --enable- modules=all -- enable-mods-shared=all -

Re: [EMAIL PROTECTED] Error: [warn] Useless use of AllowOverride

2008-04-08 Thread Neil A. Hillard
Hi, Mamta Singh wrote: Hi all, I have apache2.2 and tomcat 5.5 installed. when ever i start apache server i got this warning:[warn] Useless use of AllowOverride in line . I checked these line numbers are in mod_jk.conf file which has been auto-generated by tomcat. These lines

Re: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread Neil A. Hillard
uty.com has SOA record name2.cachebeautysupplies.com.godefroybeauty.com. bubba65_1998.yahoo.com. 2122 28800 14400 360 86400 I suspect it's missing a trailing period in the zone file. You need to get these issues resolved. HTH, Neil. --- "Neil A. H

Re: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread Neil A. Hillard
ge. HTH, Neil. --- "Neil A. Hillard" <[EMAIL PROTECTED]> wrote: James, James Carter wrote: After doing a little more investigating, the Red Hat test page is actually loading up from the DNS server, not my actual web server. I guess I need to tell my dns server to

Re: [EMAIL PROTECTED] www.xx.com opens but xx.com doesnt

2008-03-19 Thread Neil A. Hillard
James, James Carter wrote: After doing a little more investigating, the Red Hat test page is actually loading up from the DNS server, not my actual web server. I guess I need to tell my dns server to point to the web server if it is an actual web page request. Your web requests don't need to

Re: [EMAIL PROTECTED] Firefox and html

2008-03-04 Thread Neil A. Hillard
Hi, Grant Peel wrote: Hi all, I am just starting to investigate why: An html page (with an html extension), sent to Firefox (2.0.0.12), will render a page (with a form), and will allow me to 'post' it. But when the (Perl) cgi script returns the answer page (using a 'print qq~ ...' statement

Re: [EMAIL PROTECTED] mod_perl, PerlAuthenHandler and REMOTE_USER

2008-02-13 Thread Neil A. Hillard
Craig, Craig Dunigan wrote: On Wed, 13 Feb 2008, Neil A. Hillard wrote: Hi, I've been having a dabble, using a perl module to handle some of our authentication requirements. I have the perl auth handler working successfully but the username is not logged in access_log. I hav

[EMAIL PROTECTED] mod_perl, PerlAuthenHandler and REMOTE_USER

2008-02-13 Thread Neil A. Hillard
Hi, I've been having a dabble, using a perl module to handle some of our authentication requirements. I have the perl auth handler working successfully but the username is not logged in access_log. I have the following code in my perl module: my $username = "test_user"; $r->user($username)

Re: [EMAIL PROTECTED] Proxy error caoused by mod_authnz_ldap?

2008-02-04 Thread Neil A. Hillard
Nick, Nick Kew wrote: > On Mon, 04 Feb 2008 11:37:33 + > "Neil A. Hillard" <[EMAIL PROTECTED]> wrote: > >> One other difference that I've just thought of with this backend >> server is that it has two IP addresses (for historical reasons). Is &g

[EMAIL PROTECTED] Proxy error caoused by mod_authnz_ldap?

2008-02-04 Thread Neil A. Hillard
Hi, I'm experiencing a problem that I think might be related to mod_authnz_ldap. I have a virtualhost configured with the following: ProxyPass /jobs/ http://backend.domain.co.uk/public/jobs/admin/ AuthType basic AuthName "Jobs Administration" AuthBasicProvider ldap AuthL

Re: [EMAIL PROTECTED] Apache under windows Rewrite Error

2008-01-09 Thread Neil A. Hillard
Alberto García Gómez wrote: > HI fellows: > > I in front of this several error. I have an Apache server under windows > and everything is working fine except but this small error when I using > mod_rewirte (under *nix work fine) > this is my vhost server conf: > RewriteLOg logs/server.com-rewr

Re: [EMAIL PROTECTED] how to re-read the configuration without restarting apache

2007-12-20 Thread Neil A. Hillard
Hi, Melanie Pfefer wrote: > hello, > > I need to add these 2 lines to my conf file: > > RewriteEngine On > RewriteRule ^/(OpenObject.*) http://server2:9000/$1 > > > the http service is critical and cannot kill sessions. > Is there a way to reload the configuration without > restarting apache?

Re: [EMAIL PROTECTED] Vhost issues

2007-12-20 Thread Neil A. Hillard
Chris Arnold wrote: >> Have you tried adding: > >> ServerAlias www.teknerds.net > >> to the second VH? (Essentially, you need to tell Apache which VH to >> direct the request to - www.teknerds.net is not the same as teknerds.net) > > Yes, i make that change and it still takes me to the first vh

Re: [EMAIL PROTECTED] Vhost issues

2007-12-19 Thread Neil A. Hillard
Chris, Chris Arnold wrote: >> Can anyone offer any pointers as to what is wrong? >> > >>> you have cname records pointing to the names you have in virtualserver? > > I do have cname records both in public DNS and private DNS. Still does not > work from internet or intranet. Did you see my r

Re: [EMAIL PROTECTED] Vhost issues

2007-12-19 Thread Neil A. Hillard
Chris, Chris Arnold wrote: > Chris Arnold wrote: >> Using apache 2.2.3 and at this time, we only have 2 vhosts. When trying to >> go to www.teknerds.net people get the other vhost (which is MUWP). Following >> id the vhost file: >> # >> NameVirtualHost *:80 >> >> >> ServerAdmin [EMAIL PROTE

Re: [EMAIL PROTECTED] RewriteRule exposing system directories

2007-12-14 Thread Neil A. Hillard
Hi, Vincent Bray wrote: > On 14/12/2007, Neil A. Hillard <[EMAIL PROTECTED]> wrote: >> To me this doesn't make sense. All rewriting is relative to the >> DocumentRoot anyway so you shouldn't have to include it in the >> RewriteRule. You can't use R

Re: [EMAIL PROTECTED] RewriteRule exposing system directories

2007-12-14 Thread Neil A. Hillard
Hi, Samuel Vogel wrote: > It seems like Apache just forgets about the "../". A relative path to > "../wcf/" called from "wbb.samy.domain.de" results in the following: > [Thu Dec 13 21:26:24 2007] [error] [client 160.94.18.117] File does not > exist: /data/apache/users/domain.de/samy/www/wbb/wcf, r

Re: [EMAIL PROTECTED] security issue

2007-12-12 Thread Neil A. Hillard
Hi, Karel Kubat wrote: > Hi Hiep, > > On Dec 12, 2007, at 3:13 PM, Hiep Nguyen wrote: > >> i installed apache on centos 5 and i have some questions regarding >> security for apache. i read security tips on >> http://httpd.apache.org/docs/2.2/misc/security_tips.html and get the >> idea, but stil

Re: [EMAIL PROTECTED] 'domain.com/foo' = 404 but 'domain.com/foo/' works fine

2007-12-12 Thread Neil A. Hillard
Hi, thomas Armstrong wrote: > Hi Eric. Thank you very much for you answer. > > I typed: > - > RewriteRule ^([^/]+)/*$ /page.php?id=$1 [L] > - > and got 500 error message on every page on my website. The same with: > > --- > RewriteRule ^([^/]+)/?$ /page.php?id

Re: [EMAIL PROTECTED] Help with AB and authentication

2007-12-12 Thread Neil A. Hillard
Hi, Joel Carlos Martinho Alexandre (DSI) wrote: > I already tried that. > > Didn't work. > > Maybe it's another thing. > > With wget, i does 3 request just to get one page. The first two return > 401 and only the third is giving a 200. Maybe ab, for some reason, isn't > trying enough times to

Re: [EMAIL PROTECTED] Apache mod_rewrite/mod_proxy conflict?

2007-12-12 Thread Neil A. Hillard
sting/(servera|serverb|serverc)/(.*)$ http://$1/$2 [P] Gut you'd need to add ProxyPassReverses in for all combinations! HTH, Neil. > Neil A. Hillard-2 wrote: >> Tamer Embaby wrote: >>> I have the following simple setup: >>> >&

Re: [EMAIL PROTECTED] Apache mod_rewrite/mod_proxy conflict?

2007-12-10 Thread Neil A. Hillard
Tamer Embaby wrote: > I have the following simple setup: > > [1] LoadModule rewrite_module modules/mod_rewrite.so > [2] LoadModule proxy_module modules/mod_proxy.so > [3] LoadModule proxy_http_module modules/mod_proxy_http.so > [4] RewriteEngine on > [5] ProxyPass /testing http://myserverB/ > [6]

Re: [EMAIL PROTECTED] mod_rewrite with percent encoded slashes...

2007-11-27 Thread Neil A. Hillard
Vincent, Vincent Bray wrote: > On 27/11/2007, Neil A. Hillard <[EMAIL PROTECTED]> wrote: >> Does anyone have any suggestion why a slash that's been converted to %2F >> causes the request to miss mod_rewrite (and come back with a 404)? > > http://httpd.a

[EMAIL PROTECTED] mod_rewrite with percent encoded slashes...

2007-11-27 Thread Neil A. Hillard
Hi, I'm encountering an oddity that I can't currently explain. Hopefully someone here will know the answer. I'm trying to improve some URLs and am using the following mod_rewrite configuration: RewriteEngine On RewriteRule ^/test!(.*)$ /test.php?a=$1 [PT,L,QSA] So the following URLs

Re: [EMAIL PROTECTED] .htaccess and authentication inside/outside network

2007-10-31 Thread Neil A. Hillard
Sean, Sean Brown wrote: > Hi All, > > I'm trying to figure out the right prescription for the following > scenario. When my users are inside our firewall (a 192.168.x.x > network), I'd like them to be able to browse a particular site without > any authentication at all. If they want to see the

Re: [EMAIL PROTECTED] xradius and otp

2007-09-20 Thread Neil A. Hillard
Cornelius, Cornelius Kölbel wrote: > Hi Neil, hi Paul, > > strange strange. > Finally I gave myself a kick in the a... and compiled the > libapr_memcache and the mod_auth_xradius with memcache support. > uah. It was not realy straightforward. > > I am not really a developer, so some things might

Re: [EMAIL PROTECTED] xradius and otp

2007-09-20 Thread Neil A. Hillard
Cornelius, Cornelius Kölbel wrote: > I am trying to use mod_auth_xradius with ubuntu 7.04, apache 2.2 > I compiled and installed/configured it successfully. Thanks to an earlier > questions. > > But I'd like to use one time passwords. > > The first time I access my website http://secret-site3 t

Re: [EMAIL PROTECTED] https support for Apache

2007-09-10 Thread Neil A. Hillard
Hi, Ashwani Kumar Sharma wrote: > Hi, > > Please tell me how to enable the https support for Apache web server. You should start by reading the manual - try: http://httpd.apache.org/docs/2.2/ssl/ Then you should come back here and ask questions if you get stuck (including full details of what

Re: [EMAIL PROTECTED] More virtualhost with the same Pubblic Ip

2007-09-04 Thread Neil A. Hillard
Hi, netmail wrote: > Hi > > I want configure apache with this site : > > http://Thidlevel.mydomain.com à DNS entry Ok from Pubblic Ip XXX.XXX.XXX.XX1 > > http://Test.mydomain.com à DNS Entry ok from the same Pubblic Ip > XXX.XXX.XXX.XX1 > > http://Mywebserver/intranetsite from intranet > >

Re: [EMAIL PROTECTED] Riddle Me This

2007-08-08 Thread Neil A. Hillard
Hi, Richard Eng wrote: > The reason I blame Apache is because if you visit... > > http://74.102.141.248/goodsexnetwork/ > > ...to which http://www.goodsexnetwork.com/ has been forwarded, you do not > see the screen flashing. > > So, with... > > http://www.goodsexnetwork.com/ > > ...you see sc

Re: [EMAIL PROTECTED] Comparing environmental variables in httpd.conf for conditional logic

2007-05-21 Thread Neil A. Hillard
Hi, Joshua Slive wrote: > On 5/21/07, Krist van Besien <[EMAIL PROTECTED]> wrote: >> On 5/21/07, West, Chris <[EMAIL PROTECTED]> wrote: >> > Hi Krist, >> > >> > Sorry to get back to you again, I have tried the format you described >> > and still have problems, is the following how you would expect

Re: [EMAIL PROTECTED] Invalid method in request \x80=\x01\x03

2007-05-08 Thread Neil A. Hillard
Hi, Don Don wrote: > Hi all am getting the follow error when an https request is made to a > server confugired with apache2 with SSL support. I am trying to > understand what cuases this error has anyone come across this before ? You are trying to access your web server with HTTPS but it is con

Re: [EMAIL PROTECTED] How to get REMOTE_USER?

2007-04-24 Thread Neil A. Hillard
Hi, Buffalo Dickens wrote: > Dear all, I am eager to know how to get the environment variable > REMOTE_USER of apache 2. > > For example, I wrote this php file, > > > hello > > > > > Hello, ! > > > > > However, it just sent output like this, "Hello, !". I don

Re: [EMAIL PROTECTED] .htpasswd problems

2007-04-20 Thread Neil A. Hillard
Hi, Jannetta S Steyn wrote: >> It doesn't matter what gets stored as long as the >> decrypted value matches the password. > > This part of what you said puzzles me. Why would you want to decrypt the > password and > isn't the point of md5 and DES that you don't decrypt the password. Usually > t

[EMAIL PROTECTED] mod_tkt_auth and RequestHeader problem...

2006-11-24 Thread Neil A. Hillard
Hi, I'm looking at resolving an internal authentication issue we have and I'm currently having a problem with mod_auth_tkt and the RequestHeader. mod_auth_tkt has been successfully configured. I'm generating the appropriate cookie, mod_auth_tkt is seeing it and setting the REMOTE_USER he

Re: [EMAIL PROTECTED] automatic reload of apache.conf

2006-11-15 Thread Neil A. Hillard
Hi, Alain Schoenmakers wrote: > I was wondering if apache has something like a auto reload > feature of it configuration. The following has happend : > > I edited my configuration (apache.conf) and altered the values > of MaxServers and keep-alive time. I saved the configuration but > DID NOT sta

Re: [EMAIL PROTECTED] variable substitution in httpd.conf

2006-10-30 Thread Neil A. Hillard
Hi, Bill Moseley wrote: > Bad subject, but I normally generate my httpd.conf files via a > templating system so this isn't an issue, but yesterday I was working > on a config that listened on multiple IP addresses for name-based > virtual hosting. That is: > > Listen 1.1.1.1:80 > Listen

Re: [EMAIL PROTECTED] rewrite issues with reverse proxy

2006-10-16 Thread Neil A. Hillard
Jeff, Jeff DeFord wrote: > All: > > I have Apache 2.0.59 running as a reverse proxy with mod_proxy_html. I > was able to get the proxy server to work and also the URLs all appear > to originate from the proxy server. > > There is, however, a small issue where the index page is not getting > rewr

Re: [EMAIL PROTECTED] A mod_gunzip for Apache 2.x ?

2006-10-03 Thread Neil A. Hillard
Hi, Nick Kew wrote: > On Tuesday 03 October 2006 14:23, saf wrote: >> I need a module which unzip gzipped files so that I can then use filters >> to filter out some data in this gzipped html files. >> >> Because when I have a test.html.gz file, the module should only gunzip >> *.html.gz files as O

Re: [EMAIL PROTECTED] Radius authentication

2006-08-30 Thread Neil A. Hillard
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 >

Re: [EMAIL PROTECTED] IE6 could crash with HTTP/1.1

2006-08-24 Thread Neil A. Hillard
Hi, Peter Schade wrote: > Hello > > i have some trouble with the recent microsoft patches where the IE6 could > crash on certain websites if he uses http1.1 and compression. > > So i would configure my webserver so that he delivers only via http1.0 > here is my config from http.conf on a debian

[EMAIL PROTECTED] Unable to get LDAP authentication to work

2006-08-09 Thread Neil A. Hillard
Hi, I'm attempting to replace my Apache 2.0 accelerator with Apache 2.2 and am really close to getting everything working that I need to! I just need to get LDAP authentication working and then I'm pretty much set. Under Apache 2.0 I had the following: AuthType Basic AuthName "Restri

Re: [EMAIL PROTECTED] Please help

2006-08-08 Thread Neil A. Hillard
Hi, Nick Kew wrote: > On Tuesday 08 August 2006 14:15, Boyle Owen wrote: > >>> On Tuesday 08 August 2006 01:48, Joshua Slive wrote: As I have pointed out, it seems that hotmail is silently eating the unsubscription confirmation request. This is another good reason to not use hotma

Re: [EMAIL PROTECTED] mod_rewrite rewriting URLs with an additional "/" at the end? (www->non www)

2006-08-07 Thread Neil A. Hillard
Hi, Rob Gabaree wrote: > I'm trying to use mod_rewrite to redirect any "www.domain.com" -> > "domain.com". I've set up the following rule: > > RewriteEngine On > RewriteCond %{HTTP_HOST} ^www\.domain\.com$ [NC] > RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L] > > This works fine, but wheneve

Re: [EMAIL PROTECTED] WARNING

2006-08-03 Thread Neil A. Hillard
Hi, Emmanuel E wrote: > i think it would be worthwhile to provide a web interface to the > subscribe/unsubscribe feature on the list like mailman. > > F vE: have you checked if the unsubscribe email is landing in your junk > folder or something? > > F vE wrote: >> I hate to do this, but I have t

Re: [EMAIL PROTECTED] quite tricky, I need some serious help here.

2006-08-03 Thread Neil A. Hillard
Hi, > Vagelis Papadogiannakis wrote: > > Ok, after a long night, I finally did the stupid thing... > > > > I accidentally destroyed all the vhost configuration files from the > > vhost.ddirectory. > > This directory contained separete .conf files which described every >

Re: [EMAIL PROTECTED] Aliasing to NetWare Files

2006-07-31 Thread Neil A. Hillard
Hi, Jose Adriano Baltieri wrote: > I'm running Apache 2.0.58 on a Windows XP PRO box. On Windows, some > drive letters (R: for instance) are mapped to a Novell Netware file > system. I'm also using Novell Netware Client 4.90 SP2. > > Then, I'm trying to define some aliases to local drives (C:) an

Re: [EMAIL PROTECTED] Inflate with mod_deflate problem...

2006-07-28 Thread Neil A. Hillard
Nick, Nick Kew wrote: > On Thursday 27 July 2006 14:39, Neil A. Hillard wrote: >> Hi, >> >> I'm currently using Apache 2.0 as an accelerator and performing a >> certain amount of HTTP / HTML rewriting successfully. I'm currently >> building a repl

[EMAIL PROTECTED] Inflate with mod_deflate problem...

2006-07-27 Thread Neil A. Hillard
Hi, I'm currently using Apache 2.0 as an accelerator and performing a certain amount of HTTP / HTML rewriting successfully. I'm currently building a replacement server and am attempting to move to Apache 2.2 but appear to be having some problems using filters. I need to insert proxy-html

Re: [EMAIL PROTECTED] mod_rewrite with [last] not behaving as expected

2006-07-20 Thread Neil A. Hillard
Nick, Nick Burch wrote: > Hi All > > I've been trying to set up some rewriting rules with mod_rewrite, and > discovered that even with a [last] directive, things aren't quite > behaving as I'd expect. > > My config is perhaps slightly unusual, in that I have a default rule > that applies, at the

Re: [EMAIL PROTECTED] logrotate doesn't create *log.1

2006-07-20 Thread Neil A. Hillard
Hi, thomas Armstrong wrote: > Hi > > Working with Apache 2.0.52 on Linux, I created this logrotate > configuration file: > --- > /usr/local/httpd/logs/*log { >missingok >notifempty >sharedscripts >postrotate >/bin/kill -USR1 `cat /usr/local/httpd/logs/httpd.pid > 2>/de

Re: [EMAIL PROTECTED] mod_proxy question

2006-07-19 Thread Neil A. Hillard
** Resent as the original never made it due to my new e-mail address ** Hi, David f. wrote: > David f. wrote: >> Hi, >> >> >> How can I turn ProxyPreserveHost on for for some RewriteRules then off >> again for some ProxyPass lines in the same vhost? >> Putting ProxyPreserveHost On before the Rewr

Re: [EMAIL PROTECTED] mod_auth_radius and "No user file?" error.

2006-07-12 Thread Neil A. Hillard
Hi, Sutton, Brent wrote: > > > Sorry for the newbie question but my research has not resolved my > issue. I am attempting to use mod_auth_radius to require all users to > authenticate to a RADIUS server that access a vhost on my server. The > vhost is a reverse proxy to an internal application

[EMAIL PROTECTED] Removing an output filter or performing a negative LocationMatch...

2006-07-04 Thread Neil A. Hillard
Hi, I'm currently working on a problem that is causing me no end of grief and I'm hoping that someone here has got a solution to it! I am currently using Apache 2.0 (which we're stuck with for the time being). Once this project is out of the way then I will be looking at upgrading to 2.2

Re: [EMAIL PROTECTED] strange log

2006-07-03 Thread Neil A. Hillard
Hi, Norbul wrote: > Please notice, that this request doesn't have PID number > > > - Original Message ----- > From: "Neil A. Hillard" <[EMAIL PROTECTED]> > To: > Sent: Monday, July 03, 2006 5:24 PM > Subject: Re: [EMAIL PROTECTED] strange lo

Re: [EMAIL PROTECTED] strange log

2006-07-03 Thread Neil A. Hillard
Hi, Norbul wrote: > I have somet thing like this in log file > > ::1 - - [03/Jul/2006:17:14:00 +0200] "GET / HTTP/1.0" 200 29935 > ::1 - - [03/Jul/2006:17:14:00 +0200] "GET / HTTP/1.0" 200 29935 > ::1 - - [03/Jul/2006:17:14:00 +0200] "GET / HTTP/1.0" 200 29935 > ::1 - - [03/Jul/2006:17:14:34 +020

Re: [EMAIL PROTECTED] (again) Can not define "default" name virtual host

2006-06-27 Thread Neil A. Hillard
Hi, Matus UHLAR - fantomas wrote: > On 27.06.06 13:30, Neil A. Hillard wrote: >> I don't understand what the problem is here. I've tested the >> configuration suggested and it works fine (OK, I had to change the IP >> address to match my setup): >

Re: [EMAIL PROTECTED] THIS IS NOT THE WAY A MAILING LIST DAEMON SHOULD WORK!

2006-06-27 Thread Neil A. Hillard
Hi, Mattias Segerdahl wrote: > I signed up for this email and I followed the instructions at the bottom of > the email to unsubscribe. Nothing to it, right? There are two different unsubscription e-mail addresses, dependant upon whether you subscribed to the list or the digest. Try the other one

Re: [EMAIL PROTECTED] (again) Can not define "default" name virtual host

2006-06-27 Thread Neil A. Hillard
Hi, Matus UHLAR - fantomas wrote: > On 26.06.06 11:54, Joshua Slive wrote: >>> LogFormat "%{%s}t %v %V %{Host}o %{Host}i %a %h %>s %b %T %u \"%U\" >>> \"%{Referer}i\" \"%{User-Agent}i\"" testing >>> >>> 1151335141 default.fantomas.sk default.fantomas.sk - default.fantomas.sk >>> 195.168.3.66 fan

Re: [EMAIL PROTECTED] Mod_Proxy_html, MS exchange, and another web server

2006-05-30 Thread Neil A. Hillard
Hi, > Currently I am using Apache 2.0.52 (patched with the ProxyPassCookie) > and what we are trying to do is rather complicated, but let me explain. > I am using mod_proxy_html as well to try to make the following work: > > We have the Apache server running as a proxy. Behind it we have an > ex

Re: [EMAIL PROTECTED] Apache error

2006-05-30 Thread Neil A. Hillard
Hi, Joe Zitnik wrote: > Hello all. After applying some patches to a SuSE SLES 8 box, I get the > following error when trying to start apache. > > Starting httpd [] > > [Fri May 26 12:20:28 2006] [warn] Apache does not support line-end > comments. > Consider using quotes around argument: "#-1"

Re: [EMAIL PROTECTED] pdf problems?

2006-05-30 Thread Neil A. Hillard
Hi, Bill Jones wrote: > On 5/29/06, Bill Angus <[EMAIL PROTECTED]> wrote: > >> After upgrading to WIN32 APACHE 2.0.58 (binaries courtesy of Hunter's >> site - >> !! THANKS HUNTER !! ). we had a customer note that .PDF files on our >> site cannot be displayed in their IE browser. We discovered

Re: [EMAIL PROTECTED] Directory Aliases Or Virtual

2006-05-05 Thread Neil A. Hillard
Hi, Broun Emmanuel wrote: > Hello > Am a newbie, doing research for instantiating models accross the internet. I > installed Apache 2.05 but am failing to configure it for aliases, which i can > do easily with IIS > I want to be able to access different folders, other than the DocumentRoot > bu

Re: [EMAIL PROTECTED] .htaccess and WAP 1.1

2006-05-04 Thread Neil A. Hillard
Hi, Boyle Owen wrote: >>> please snip the reply appropriately where possible. >>> >> Sorry. >> >>> So what _exactly_ is the redirect that gets sent to the >> phone (i.e.. >>> is it exactly 'http://serverB/m/nate'? It seems to me that the >>> redirect may be wrong. Your PC can resolve it b

Re: [EMAIL PROTECTED] .htaccess and WAP 1.1

2006-05-03 Thread Neil A. Hillard
Hi, please snip the reply appropriately where possible. [EMAIL PROTECTED] wrote: >>> I tweaked the IP address, but here is what was logged when I >>> get the 404 from my phone: >>> >>> 555.555.555.555 - - [02/May/2006:18:38:42 -0500] "GET /m/nate >>

Re: [EMAIL PROTECTED] RADIUS and Subversion config

2006-03-20 Thread Neil A. Hillard
Chaps, Joe Orton wrote: On Tue, Mar 07, 2006 at 10:45:58AM -0500, David Heppenstall wrote: I'm having some problems configuring Apache while serving Subversion Repositories in conjunction with RADIUS authentication. There is an age-old bug in mod_auth_radius which causes spurious 404 errors

Re: AW: [EMAIL PROTECTED] Apache drops connection but ifdown/up resolves the issue!

2006-02-01 Thread Neil A. Hillard
o try to locate this? Many thanks in advance, Neil. -Ursprüngliche Nachricht- Von: Neil A. Hillard [mailto:[EMAIL PROTECTED] Gesendet: Mi 25.01.2006 10:53 An: users@httpd.apache.org Betreff: [EMAIL PROTECTED] Apache drops connection but ifdown/up resol

Re: [EMAIL PROTECTED] apache .htaccess in NFS

2006-01-26 Thread Neil A. Hillard
Hi, Fernando wrote: Hi! I'm facing a problem with apache 1.3.34 in a NFS DocumentRoot with .htaccess. I create the .htacess file nomrally, htpasswd -c .htacess user Then I configure the httpd.conf also correctly, but when I try to test the protected folder, I get a ERROR 500. You may thi

[EMAIL PROTECTED] Apache drops connection but ifdown/up resolves the issue!

2006-01-25 Thread Neil A. Hillard
Hi, I've got Apache 2.0.55 built from source and am seeing an odd problem related to multiple IP addresses on VLANs. The server has a trunked connection back to our switch and has the IP addresses 172.24.12.9, 172.24.11.3 and 172.16.14.104. These are configured as bond0, bond0:2 and bond0.

[EMAIL PROTECTED] RewriteRule and Environment variables...

2006-01-23 Thread Neil A. Hillard
Hi, Robert Ionescu wrote: Neil A. Hillard wrote: Hi, I've been bashing my head against the wall with this problem for a while now and apart from a headache haven't really got anywhere. I currently have Apache (2.0.54 but I've tried 2.0.55), built from source

[EMAIL PROTECTED] RewriteRule and Environment variables...

2006-01-23 Thread Neil A. Hillard
Hi, I've been bashing my head against the wall with this problem for a while now and apart from a headache haven't really got anywhere. I currently have Apache (2.0.54 but I've tried 2.0.55), built from source, running as an accelerator to several backends. Without getting too deep into h

Re: [EMAIL PROTECTED] Double authentication for a website?

2006-01-06 Thread Neil A. Hillard
Joost, Joost de Heer wrote: I have a reverse proxy which needs double authentication: First the reverse proxy itself has an authentication, and then the machine that is reverse proxied to has authentication. We're using a similar setup and using the following in our configuration. For users

Re: [EMAIL PROTECTED] ProxyPassReverse not working in

2005-11-04 Thread Neil A. Hillard
Hi, Eric B. wrote: I'm struggling to get Apache to work properly as a Proxy to an internal server. I have two copies of the same application running on this internal server (both ASP applications running on IIS) that I need to access via different URLs. I have managed to configure on and got i

Re: [EMAIL PROTECTED] How to access files via apache stored in InItCaps

2005-11-03 Thread Neil A. Hillard
Hi, Emmanuel E wrote: On Windows Apache is case-insensitive to filenames. It is case-sensitive to Aliases though. However it logs the actual case-sensitive request sent by the browser. I just checked it now. Technically it is the operating system that is case insensitive (in the case of Windo

Re: [EMAIL PROTECTED] vasco OTP Digipass authentication with Apache

2005-11-01 Thread Neil A. Hillard
Hi, Ongko Widjaja wrote: i'm new in apache Web server. I have a question for security purpose. Can i protect a direcoty in apache with Vasco Digipass? I read it can do by mod_auth_radius. But when i activated mod_auth_radius, apache still can't communicate with Vasco Middleware Server. You ma

Re: [EMAIL PROTECTED] Apache checks authentication twice

2005-09-12 Thread Neil A. Hillard
Hi, Absolutely right, I've run into it myself. IE sees the file extension, and triggers Excel (using an MS web library client, I forget the exact name) to issue a second HTTP request. Incorrectly, in my opinion, because it doesn't even evaluate the MIME type first; in fact, it ignores the MIME

Re: [EMAIL PROTECTED] Apache2 & ProxyPass

2005-08-30 Thread Neil A. Hillard
Hi, Is there a workaround for this? I prefer the first Location statement (to /zope/) but I can't find out how to get the "/zope" locations to work. I've tried several sets of rules for rewriting "/zope" to "/zope/", and they were all either rejected as syntax errors, or just didn't work. Hel

Re: [EMAIL PROTECTED] Reverse proxy

2005-08-24 Thread Neil A. Hillard
Isha, isha b wrote: Thanks , Neil Here in apache we use set instead of add in Front-En-Https, RequestHeader set Front-End-Https "On" but that doesn't solved the problem. Can you see this header being sent in the request to your backend web server. Is it Outlook Web Access that you're

Re: [EMAIL PROTECTED] Reverse proxy

2005-08-24 Thread Neil A. Hillard
Nick Kew wrote: isha b wrote: My exchnage server works fine while querying thro internet , but when I query webserver as , https://reverseproxy.com/webserver it translate as http://reverseproxy.com/webservr/init.asp?. with result " page could not found " That'll be because your ex

Re: [EMAIL PROTECTED] mod_proxy/mod_proxy_html

2005-08-17 Thread Neil A. Hillard
William A. Rowe, Jr. wrote: Neil A. Hillard wrote: On the ProxyPassReverse in Location bug - this was a show-stopper, end of story, for us. If Nick hadn't fixed this (under consultancy) we'd have been looking at products other than Apache. ROFL - I always love these posts. Would

Re: [EMAIL PROTECTED] mod_proxy/mod_proxy_html

2005-08-16 Thread Neil A. Hillard
Hi, Nick Kew wrote: On Tuesday 16 August 2005 14:45, Axel-Stéphane SMORGRAV wrote: Nick, I submitted the three votes I thought you needed last time this issue came up. No, this is different. Patching a release marked "stable" (i.e. 2.0) requires 3 votes from apache committers. That requi