Re: [users@httpd] Decades old minor bug...

2025-05-23 Thread Curry, Alan
. The best description of %l might just be "identd response". No matter what other words are included, people who didn't live through the era of peak identd will have to look it up to understand what's going on. -- Alan Curry

Re: [users@httpd] Script behaving differently when run by Apache and when run from a shell by user www-data?

2024-01-24 Thread Curry, Alan
ht need to use nsenter(1) to access the namespace(s) in which you want your unmount to take effect. -- Alan Curry TSC Technology Department pacu...@tsc.k12.in.us 765-269-8321 - To unsubscribe, e-mail: users-unsubscr...@httpd.apa

RE: [users@httpd] High Availability Load Balancing with Apache

2015-07-10 Thread Alan P
GMT-04:00 Eric Covener : On Fri, Jul 10, 2015 at 11:57 AM, Alan Peña Islas wrote: > Additionally, making a simple search, there are so many solutions to make a > high available load balancer (using other software like Artic Monkey, > putting physical load balancers, etc), but I want

[users@httpd] High Availability Load Balancing with Apache

2015-07-10 Thread Alan Peña Islas
Hi, Is there any configuration to achieve a load balancing only with Apache? I have two servers to offer cryptographic services, so, I want to put an Apache balancer in front of them for high availability; since this is a single point of failure, I need an Apache load balancer cluster to ensure

RE: [users@httpd] What replaces DefaultType in 2.4?

2015-01-21 Thread Curry, Alan
Eric Covener [cove...@gmail.com] wrote: > On Tue, Jan 20, 2015 at 11:09 AM, Curry, Alan wrote: > > I'm slightly worried based on the bug report referenced above that 2.4 > > may not have a solution to this problem. But it really shouldn't be that > > way. Sending

[users@httpd] What replaces DefaultType in 2.4?

2015-01-20 Thread Curry, Alan
The 2.4 documentation says: |The DefaultType directive no longer has any effect, other than to emit a |warning if it's used with any value other than none. You need to use |other configuration settings to replace it in 2.4. I am unable to determine what those "other configuration settings" are. T

Re: [users@httpd] Mark cookies as secure?

2013-02-21 Thread Alan Murphy
Thank for your help, all sorted. Sent from my iPhone On 20 Feb 2013, at 22:15, Igor Cicimov wrote: > Yeah cgi, thats what i thought. In case of cgi apache doesn't have control > over the headers, you need to make the changes from inside cgi scripts them > self. > On 21/02/20

Re: [users@httpd] Mark cookies as secure?

2013-02-20 Thread Alan Murphy
Only defaults, mod_cgid.c, cgi-bin Sent from my iPhone On 20 Feb 2013, at 00:17, Igor Cicimov wrote: > Any CGI scripts or modules enabled? > > > On Wed, Feb 20, 2013 at 5:00 AM, Alan Murphy wrote: >> 2.2.22 >> >> Sent from my iPhone >> >> On

Re: [users@httpd] Mark cookies as secure?

2013-02-19 Thread Alan Murphy
2.2.22 Sent from my iPhone On 19 Feb 2013, at 13:24, Igor Cicimov wrote: > > On 19/02/2013 12:43 AM, "Alan Murphy" wrote: > > > > Hi all, > > > > I need to mark cookies as secure, I thought I could just use the mod > > headers directive &

Re: [users@httpd] Mark cookies as secure?

2013-02-19 Thread Alan Murphy
Apache 2.2 Sent from my iPhone On 19 Feb 2013, at 13:24, Igor Cicimov wrote: > > On 19/02/2013 12:43 AM, "Alan Murphy" wrote: > > > > Hi all, > > > > I need to mark cookies as secure, I thought I could just use the mod > > headers directive &

[users@httpd] Mark cookies as secure?

2013-02-18 Thread Alan Murphy
Hi all, I need to mark cookies as secure, I thought I could just use the mod headers directive Header edit set-cookie ^(.*)$ $1;secure But it does not work, am I missing something. Any help would be greatly appreciated, Sent from my iPhone

Re: [users@httpd] multiple ProxyPassReverseCookieDomains

2013-01-09 Thread Alan McDuff
from developers for developers. Alan From: Igor Cicimov To: Alan McDuff Cc: users Sent: Tuesday, January 8, 2013 4:12 AM Subject: Re: [users@httpd] multiple ProxyPassReverseCookieDomains On Tue, Jan 8, 2013 at 5:59 AM, Alan McDuff wrote: I haven'

Re: [users@httpd] multiple ProxyPassReverseCookieDomains

2013-01-07 Thread Alan McDuff
wrong? Thanks Alan From: Igor Cicimov To: users ; Alan McDuff Sent: Monday, January 7, 2013 3:18 AM Subject: Re: [users@httpd] multiple ProxyPassReverseCookieDomains Why don't you try for example one or two of the many useful addons that come wit

[users@httpd] multiple ProxyPassReverseCookieDomains

2013-01-06 Thread Alan McDuff
:8080/geoserver ProxyPassReverseCookiePath /geoserver /geoserver2 ProxyPassReverseCookieDomain 10.0.0.102:8080 www.publicdomain.com Thank you very much Alan

[users@httpd] Python / Apache config problem

2012-02-16 Thread Alan McKay
I also sent this to the python list but will try here too. Thanks in advance for any help you can give me. I'm using the software called "Open Freezer" which is used to track reagents and other chemicals in research labs. I also posted this here on their discussion forums but have not heard any

[users@httpd] Tomcat + Apache + Redmine + Subversion + SSL Certificates - please help the newbie

2011-07-20 Thread Alan MacKinven
-mingw32) mongrel_service (0.3.4 i386-m mysql (2.8.1 x86-mingw32) rack (1.0.1) rails (2.3.5) rake (0.9.2) rdoc (3.8) rmagick (2.12.0 mswin32) win32-service (0.5.2 mswin32) Kind Regards, Alan MacKinven

Re: [users@httpd] SSL library error 1 in handshake

2011-01-18 Thread Alan Brown
Not sure if this is the cause of your problem but the phrase 'works until I add: SSLVerifyClient require' reminds me of a similar problem I encountered recently with SSL client certificates. In Apache documentation on SSL (or in Apache Cookbook) it doesn't mention that a client certificate must

Re: [us...@httpd] [SOLVED] SSL Client Authentication Problem

2011-01-06 Thread Alan Brown
- Original Message - From: "Igor Galić" To: Sent: Tuesday, January 04, 2011 1:30 PM Subject: Re: [us...@httpd] SSL Client Authentication Problem - "Alan Brown" wrote: Hi all, I am working in a test environment with Apache v2.2.14 on XP Pro SP3 an

[us...@httpd] SSL Client Authentication Problem

2010-12-29 Thread Alan Brown
s is not working - have I misunderstood something or is there possibly a bug? Thanks in advance for any advice. Alan. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apac

Re: [us...@httpd] SSL Client Authentication Problem

2010-12-29 Thread Alan Brown
jor browsers, and on two platforms ie XP and FreeBSD, so maybe it is a bug, or what could be wrong with the config or creation of the certs and keys? Regards, Alan. - The official User-To-User support forum of the Apache H

[us...@httpd] SSL Client Authentication Problem

2010-12-28 Thread Alan Brown
wonder why this is not working - have I misunderstood something or is there possibly a bug? Thank you in advance for any advice. Alan. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apac

Re: [us...@httpd] How To Set Cookies on Localhost Using RewriteRule Directive

2010-03-27 Thread Alan Brown
eg. RewriteRule "/dir1/test data file\.html" - "[CO=testcookie:testvalue: :1440, L]" It might be helpful if in the Apache documentation it mentioned this need for double quotes where spaces are used in parameter strings such as this. - Original Message - From: "Al

[us...@httpd] How To Set Cookies on Localhost Using RewriteRule Directive

2010-03-26 Thread Alan Brown
Hi, I new to this mailing list and would like to ask for advice re the above problem. I am currently teaching myself web design and development, and currently working through various configurations of the Apache web server. (I am also working at the moment through the book on mod_rewrite by Rich

Re: [us...@httpd] Incorrect response to range request past end of file

2010-01-22 Thread Alan Jenkins
ect directly. Regards Alan - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org &quo

[us...@httpd] Incorrect response to range request past end of file

2010-01-22 Thread Alan Jenkins
;206 Partial content" with a Content-Length of 0. That's arguably legal -- but then it says "Content-Range: bytes */9597", which is not legal for a 206 response. "bytes *" means "invalid range", and is only allowed for a 416. Is this a known bu

Re: [us...@httpd] Reverse proxy with LDAP authentication ?

2009-09-24 Thread Alan AZZERA
> So what happend to the proxy? You're securing a directory... Well, I decided to check things step by step. It was rather a good idea, since even authenticate a single directory does not work ! > Other than that I'd make sure an openldap command line client > (e.g. ldapsearch binding with the DN

Re: [us...@httpd] Reverse proxy with LDAP authentication ?

2009-09-24 Thread Alan AZZERA
> Describe which part of the documentation you have read and what is > unclear. Describe error messages or other ways you failed. I've read various tutos on the net. I also read the official doc (http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html). I got no error, or I do'n't know where to

[us...@httpd] Reverse proxy with LDAP authentication ?

2009-09-24 Thread Alan AZZERA
Hello. I have a Virtual Host just used to do "reverse-proxyfication", with many rules in it. I would want to put a basic authentication banner against a LDAP server for this very VirtualHost. I'm stuck attempting to achieve this aim. I would appreciate very much any clue. Many thanks in advance.

RE: [us...@httpd] Custom Error Handling

2009-06-16 Thread Alan Wilson
Thanks - that makes sense, using a test along the lines of print "Content-Type: text/html\n"; print "Status: 302 Moved\nLocation: http://www.mydomain.com/test.cgi\n\n";; print "\n"; Seems to do what I want. I just wasn't sure what the syntax in the header sh

[us...@httpd] Custom Error Handling

2009-06-15 Thread Alan Wilson
0, eg "Status: 303 You've not included valid data" Is this possible and if so, what part of Apache do I need to change ? Hope the request makes sense ! Thx in advance, Alan Alan Wilson Icetrak Ltd | v:08454560561 | f:08708895005 | e:awil...@icetrak.net

Re: [us...@httpd] Reverse Proxy and base href woes.

2009-05-17 Thread Alan Chandler
Alan Chandler wrote: ... I was under the impression the mod_proxy_http was supposed to fix this up. ... How do I get mod_proxy_html to correct this base href code? I figured this out. I was mixing up mod_proxy_http and mod_proxy_html Sorry for the noise

[us...@httpd] Reverse Proxy and base href woes.

2009-05-17 Thread Alan Chandler
As I move over to a new server at home, I am left with a legacy java/tapestry financial application I wrote some while ago and which would be a pain to relearn to change anything (since I am about to rewrite it anyway). Since it runs under tomcat just fine on the original server, I am trying t

[EMAIL PROTECTED] SSL tunneling on Apache

2008-07-18 Thread Alan Honczar
? To work like stunnel? I'd like it dealing the ssl and forwarding the request to an internal port. Is it possible? If so, could you point some URL with related info or instructions? TIA, Alan AVISO LEGAL - Esta mensagem e seu conteudo - inclusive anexos - sao par

Re: [EMAIL PROTECTED] Apache 2.2.6, problem with mod_proxy: "ProxyPass|ProxyPassMatch can not have a path when defined in a location."

2007-12-11 Thread Alan AZZERA
Ooops ! One more knowledge hole filled. Thanks & regards, Al. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL

Re: [EMAIL PROTECTED] Apache 2.2.6, problem with mod_proxy: "ProxyPass|ProxyPassMatch can not have a path when defined in a location."

2007-12-11 Thread Alan AZZERA
Hi. According to http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass, the ProxyPass directive can take place only in server config, virtual host definition, and a directory block. Location is not mentionned... Regards, Al. --

Re: [EMAIL PROTECTED] Need help to deal with poorly written PHP apps behind Apache used as Reverse Proxy

2007-10-22 Thread Alan AZZERA
'nite I'll try your tips tomorrow. Thanks a lot. > If you want to get your hands really dirty, you can also > leave mod_headers aside and set www.example.com statically > in /etc/hosts to point to the backend. That way the proxy > server will still believe that he is www.example.com via > servern

Re: [EMAIL PROTECTED] Need help to deal with poorly written PHP apps behind Apache used as Reverse Proxy

2007-10-19 Thread Alan AZZERA
> Proxying bad applications is a dirty business. They do not > get any cleaner when they are told to behave nicely behind > a proxy. I'm afraid you're right... > mod_rewrite has that too. When proxying with mod_rewrite it is > a good practice to set that. > > RewriteRule /(.*) http://backend/$1

Re: [EMAIL PROTECTED] Need help to deal with poorly written PHP apps behind Apache used as Reverse Proxy

2007-10-19 Thread Alan AZZERA
Hi ! Thanks for answering... > You are facing a very typical problem. Undoubtly ;) ! > I am not proficient with mod_proxy_html, so I am not sure I can help you. > However, the est way is always to go and fix the application. It's such a pain ! There are plenty of well-designed apps, but far mo

[EMAIL PROTECTED] Need help to deal with poorly written PHP apps behind Apache used as Reverse Proxy

2007-10-19 Thread Alan AZZERA
Hi world ! Here is my problem, I hope someone could help me. I need to host some web apps, coded in PHP by non-professional developpers, and sometimes poorly written and designed. I use an Apache server configured as a Reverse Proxy, my real HTTP server is behind this R.P. I have two DNS zones, a

[EMAIL PROTECTED] Need help to manage poorly written apps behind Apache used as Reverse Proxy

2007-10-18 Thread Alan AZZERA
Hi world ! First, please forgive my poor written English. Here is my problem, I hope someone could help me. I need to host some web apps, coded in PHP by non-professional developpers, and sometimes poorly written and designed. I use an Apache server configured as a Reverse Proxy, my real HTTP ser

[EMAIL PROTECTED] request.getRemoteAddr() return null

2007-09-26 Thread Alan
Dear all, Now I've got a problem : two apache server(server1,and server2) and one tomcat server, both of the apache server connet tomcat server with the same configuration(httpd.conf) , and connected by ProxyPass But the problem is when I visit tomcat by apache server1, I can use request.getRem

[EMAIL PROTECTED] 答复: [EMAIL PROTECTED] NameVirtualHos t question

2007-09-21 Thread Alan
Hi, thanks for reading my letter, I got a problem , when I use apache2.24 ‘s proxy module to connect tomcat5.0.28 , I can’t get client IP Address by request.getRemoteAddr(), I have also tried request.getHeader("x-forwarded-for"); request.getHeader("Proxy-Client-IP"); request.getHeader("Pr

Re: [EMAIL PROTECTED] Strange interaction between mod_rewrite and mod_jk

2007-09-02 Thread Alan Chandler
On Monday 27 Aug 2007, Frank Arensmeier wrote: > Hello Alan. > > First I might say that I've never worked with Tomtact. However, > looking at the response from your server (which is "HTTP/1.x 400 No > Host matches server name www.chandlerfamily.org.uk") you might

Re: [EMAIL PROTECTED] Strange interaction between mod_rewrite and mod_jk

2007-08-26 Thread Alan Chandler
On Wednesday 22 Aug 2007, Alan Chandler wrote: > I am running Debian Etch Apache2 with Tomcat backending it connected > via the standard Debian libapache2-mod-jk package. > > Something has happened (a Debian upgrade maybe) that has made it stop > working properly. It has been workin

[EMAIL PROTECTED] Strange interaction between mod_rewrite and mod_jk

2007-08-22 Thread Alan Chandler
og/a pp' to get passed through to next API URI-to-filename handler and my access log shows that url being accessed, but no other evidence. Can anyone see what I am doing wrong, or how I could debug it -- Alan Chandler http://www.chandlerfamily.org.uk --

RE: [EMAIL PROTECTED] Apache 2.2.3

2007-06-12 Thread Kong, Alan
.166.5] from [EMAIL PROTECTED] ef, [EMAIL PROTECTED] ea, [EMAIL PROTECTED] est, service_point sp, here ef.RB_PRMRY = ea.RB_PRMRY Does anyone know how to configure the error lo

RE: [EMAIL PROTECTED] Apache 2.2.3

2007-06-11 Thread Kong, Alan
Joshua, It is working!!! I never pay attention on those commented out items in the conf file. I un-commented them out and rebooted the apache, then it works. Thank you very much. Also thanks for those who are trying to help, appreciated. Alan -Original Message- From: [EMAIL

RE: [EMAIL PROTECTED] Apache 2.2.3

2007-06-11 Thread Kong, Alan
cuflink, testcuf which are both running apache1.3.33 and is working no problem. This cuflink7 is a new server which I try to upgrade it to apache 2.X, but unfortunately it failed on the migration of the existing web application because it doesn't display anything with complicated html files.

RE: [EMAIL PROTECTED] Apache 2.2.3

2007-06-11 Thread Kong, Alan
cuflinkusers 44 Nov 20 2004 index.html -rwxr-xr-x 1 cuflinkusers 2258 Jun 6 16:51 logo.gif I am wondering why I can access index.html, but not any of these graphic files. Alan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [EMAIL PROTECTED] Apache 2.2.3

2007-06-11 Thread Kong, Alan
during installation). Logo.gif is in the same directory with read permission, but it is not working. I have apache1.3.33 in my another server which is working fine. Alan -Original Message- From: Tony Stevenson [mailto:[EMAIL PROTECTED] Sent: Monday, June 11, 2007 11:37 AM To: users@http

RE: [EMAIL PROTECTED] Apache 2.2.3

2007-06-11 Thread Kong, Alan
under /htdocs directory? Good Luck, Ramakrishna From: Hiep Nguyen [mailto:[EMAIL PROTECTED] Sent: Mon 6/11/2007 7:50 PM To: users@httpd.apache.org Cc: [EMAIL PROTECTED] Subject: RE: [EMAIL PROTECTED] Apache 2.2.3 On Mon, 11 Jun 2007, Kong, Alan wrote

[EMAIL PROTECTED] RE: Apache 2.2.3

2007-06-11 Thread Kong, Alan
Hi Bob, It is inside my company's network. The url is not visible to outside world. The test display the sample index.html with http:/ip-address fine, however, when I replaced the index.html with some complicated html files(showing pictures, calling javascript with

RE: [EMAIL PROTECTED] Apache 2.2.3

2007-06-11 Thread Kong, Alan
shua Slive Sent: Friday, June 08, 2007 3:24 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apache 2.2.3 On 6/8/07, Kong, Alan <[EMAIL PROTECTED]> wrote: > > Hi group, > > I installed apache 2.2.3 in HPUX11.11 and I will be able to access the > test index.html(I

RE: [EMAIL PROTECTED] Apache 2.2.3

2007-06-08 Thread Kong, Alan
-r--r-- 1 cuflinkusers 1502 Dec 14 2005 apache_pb22.png -rw-r--r-- 1 cuflinkusers 2205 Dec 14 2005 apache_pb22_ani.gif -rw-r--r-- 1 cuflinkusers 44 Nov 20 2004 index.html Is there anything else that I can do? Thanks again. Alan -Original Message

[EMAIL PROTECTED] Apache 2.2.3

2007-06-08 Thread Kong, Alan
? Thanks in advance. Alan - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from th

[EMAIL PROTECTED] Installing apache2.2.3 in hpux

2007-06-05 Thread Kong, Alan
: configure: error: Size of "void *" is less than size of "long" Does anyone know how to solve this problem? Thanks a lot. Alan

[EMAIL PROTECTED] Shared object (.so) creation in apache 2.2.4 II

2007-04-03 Thread Alan Wilcox
e_id.so No -rwxr-xr-x 1 root system 9455 Feb 28 2000 mod_userdir.so Not found in config.log -rwxr-xr-x 1 root system11878 Feb 28 2000 mod_usertrack.so No -rwxr-xr-x 1 root system 9400 Feb 28 2000 mod_vhost_alias.so No Thank you. Alan M. Wilcox/[EMAIL PRO

[EMAIL PROTECTED] Fw: Shared object (.so) creation in apache 2.2.4

2007-03-23 Thread Alan Wilcox
e_id.so No -rwxr-xr-x 1 root system 9455 Feb 28 2000 mod_userdir.so Not found in config.log -rwxr-xr-x 1 root system11878 Feb 28 2000 mod_usertrack.so No -rwxr-xr-x 1 root system 9400 Feb 28 2000 mod_vhost_alias.so No Thank you. Alan M. Wilcox/[EMAIL PRO

[EMAIL PROTECTED] Restricting access to a directory by time of day?

2007-01-08 Thread Alan Corey
page explaining the situation. I could do this with some combination of cron jobs and scripts (OS is OpenBSD) but I wondered if there was a way to make it a property of a in the httpd.conf file. Or some other nice built-in way that doesn't resort to replacing httpd.conf and restarting Apac

RE: [EMAIL PROTECTED] Apache2 + tomcat + FC6

2006-12-06 Thread Levy, Alan
test From: Ismael Milach da Silveira [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 06, 2006 12:12 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Apache2 + tomcat + FC6 Guys, I'm having a problem trying to run both apache and tomcat at th

[EMAIL PROTECTED] Using HttpClient with Web Start - Security Error or Source not found Error ?

2006-11-28 Thread alan aherne
e what happens. I have tried google and google-groups plus made many differnt tests. But I am coming up blank at the moment so any pointers are help would be much appreciated. Thanks for any help in advance. Alan - The officia

RE: [EMAIL PROTECTED] Installation problem for apache2.2.3

2006-09-28 Thread Kong, Alan
Hi Owen, Thanks for you reply. I change the flags to the one you suggested, it still complaint with the similar message. But this time it says it can't find libexpat.sl.1. I tried to change the SHLIB_PATH to point to the location of libexpat.sl.1, still no luck. Any idea? Alan -Ori

[EMAIL PROTECTED] Installation problem for apache2.2.3

2006-09-27 Thread Kong, Alan
ointing to the path where libapr-1.sl.2 is located, LD_LIBRARY_PATH is set, SHLIB_PATH is set, and added the record to /etc/ld.so.conf, but the error just isn't going away. Anyone has any idea of what did I miss? Thanks in advance, Alan

Re: [EMAIL PROTECTED] 503 response with mod_rewrite?

2006-08-26 Thread alan bryan
the "right" way to do it but it works for us. --Alan On 8/21/06, Evaldas Imbrasas <[EMAIL PROTECTED]> wrote: Hi all, Is there a way to return a custom document along with a 503 Network Unavailable response code using mod_rewrite rules? The documentation mentions the ability to r

Re: [EMAIL PROTECTED] mod_authn_dbd or mod_auth_pgsql on Apache 2.2?

2006-08-18 Thread alan bryan
On 8/18/06, Nick Kew <[EMAIL PROTECTED]> wrote: On Friday 18 August 2006 01:05, alan bryan wrote: > I also got [crit] (70023)This function has not been implemented on > this platform: DBD: driver for [DBDriver unset] not available. That means you haven't even got a DBDriver

Re: [EMAIL PROTECTED] mod_authn_dbd or mod_auth_pgsql on Apache 2.2?

2006-08-17 Thread alan bryan
, I'm not sure how to do that other than the options I already used, namely WITH_PGSQL=yes (and I also used WITH_PGSQL=/usr/local/pgsql). If you think that indeed that is the problem please let me know and I'll ask on FreeBSD specific lists as to what can be done a

[EMAIL PROTECTED] mod_authn_dbd or mod_auth_pgsql on Apache 2.2?

2006-08-16 Thread alan bryan
gured I've had no problems with my same config using mod_auth_pgsql under Apache 2.0 so something about the new Authentication setup in 2.2 is causing my problem here but I need help pointing out just what. Thanks, Alan - Th

Fwd: [EMAIL PROTECTED] Authorization in Apache 2.2

2006-08-14 Thread alan bryan
(resending as last wasn't sent as plain text - sorry) On 8/14/06, Nick Kew <[EMAIL PROTECTED]> wrote: On Monday 14 August 2006 20:44, alan bryan wrote: > I'm trying to set up some sort of basic authentication in Apache > 2.2authenticating against a PostgreSQL > 8.1

Re: [EMAIL PROTECTED] Authorization in Apache 2.2

2006-08-14 Thread alan bryan
On 8/14/06, Nick Kew <[EMAIL PROTECTED]> wrote: On Monday 14 August 2006 20:44, alan bryan wrote:> I'm trying to set up some sort of basic authentication in Apache> 2.2authenticating against a PostgreSQL> 8.1 database.>> Has anyone been able to successfully get the ne

[EMAIL PROTECTED] Authorization in Apache 2.2

2006-08-14 Thread alan bryan
Authn provider configured"when I run it using the same .htaccess that works fine in Apache 2.0.So, any ideas to fix the above issues or get some other way to get basic auth to work on 2.2? Thanks,Alan

[EMAIL PROTECTED] Apache 2.2.3 and mod_auth_pgsql

2006-08-13 Thread alan bryan
x27;t really discuss how to do this when using a 3rd party module such as mod_auth_pgsql.Thanks,Alan

[EMAIL PROTECTED] Apache2 and UDP

2006-06-27 Thread Alan Gibson
operations, but I want to post to alot of servers and I dont care about the response. Therefore, a lightweight broadcastable protocol would be perfect, hence UDP. Some furious googling hasnt turned up anything. Thanks in advance for any idea, alan

Re[2]: [EMAIL PROTECTED] Conditional Directives

2006-03-12 Thread Alan Little
That's interesting. Does that include .htaccess files? Could you give me an example of how to do it? -- Alan Little Holotech Enterprises On Sunday, March 12, 2006, 11:43:57 PM, you wrote: > Yes, apache conf file can be written in perl, so you can use if > statements to determine

Re: [EMAIL PROTECTED] How do you send mixed-MIME content?

2006-03-12 Thread Alan Little
orld that would know what to do with it, unless you've got a custom job on that end. You have to remember the client in the client-server model. -- Alan Little Holotech Enterprises On Sunday, March 12, 2006, 5:00:40 PM, you wrote: > How can one send HTML content, binary image data, a

Re[2]: [EMAIL PROTECTED] Conditional Directives

2006-03-12 Thread Alan Little
. The altertnative is to maintain separate .htaccess files, which is a PITB. I'm surprised there's no capability for this; I can't be the first person to have thought of it, and it seems like it would be a good thing to have. -- Alan Little Holotech Enterprises On Sunday, March 12, 20

[EMAIL PROTECTED] Conditional Directives

2006-03-12 Thread Alan Little
ng, but perhaps I'm overlooking something. -- Alan Little Holotech Enterprises - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsu

Re: [EMAIL PROTECTED] Cookie-Based Rewrite

2006-03-10 Thread Alan Little
nywhere or getting 404s if they don't have a cookie. Damned cool voodo. -- Alan Little Holotech Enterprises On Thursday, March 9, 2006, 8:31:50 AM, you wrote: > Sorry if this has been asked before; I tried to find if there were > searchable archives for this list, but couldn't f

Re[2]: [EMAIL PROTECTED] Cookie-Based Rewrite

2006-03-09 Thread Alan Little
int to directory %1 (the value from RewriteCond) below this directory, followed by whatever's left of the URI." Isn't that correct? It seems pretty straightforward to me, but for some reason doesn't work. -- Alan Little Holotech Enterprises On Thursday, March 9, 2006, 11:38:34 AM

[EMAIL PROTECTED] Cookie-Based Rewrite

2006-03-09 Thread Alan Little
eCond %{HTTP_COOKIE} phn_demo=(.*) RewriteRule (.*) /demo/%1/$1 but get a 500 error, which strangely doesn't show up in the logs. If the cookie is not set, I don't get an error. -- Alan Little Holotech Enterprises - The o

[EMAIL PROTECTED] Authentication with Certificates

2006-01-10 Thread Alan Chandler
port. The reason I need to know, is that I currently map port 443 to a completely different space, mapping over an internal virtual host to support webmail. Can someone give me a clear summary of this? -- Alan Chandler http://www.chandlerfamily.org.uk Open Source. It's the difference be

Re: [EMAIL PROTECTED] apache2: spurious [black diamond] question marks in iso-8859-1 HTML files

2005-11-22 Thread Alan Ezust
three of them, so it was basically the same version.). On 11/21/05, Joshua Slive <[EMAIL PROTECTED]> wrote: > On 11/21/05, Alan Ezust <[EMAIL PROTECTED]> wrote: > > I found two places where there was an AddDefaultCharset directive in > > my config files. I commented them

Re: [EMAIL PROTECTED] apache2: spurious [black diamond] question marks in iso-8859-1 HTML files

2005-11-21 Thread Alan Ezust
I found two places where there was an AddDefaultCharset directive in my config files. I commented them both out, and restarted the apache2 server. Still seeing those silly questionmarks. Then tried adding AddDefaultCharset off restarted. Still no dice. Any other suggestions? # AddDefaultCharset

[EMAIL PROTECTED] apache2: spurious [black diamond] question marks in iso-8859-1 HTML files

2005-11-21 Thread Alan Ezust
I just installed debian-install of kanotix and upgraded to sid. It runs apache2. apache2 is configured and works fine, except when I am viewing xsltproc-generated HTML files through it (generated with docbook-xsl). In those files, I see lots of [black dimonds around] question marks, in places nea

Re: [EMAIL PROTECTED] mod_proxy buffers chunked data...

2005-11-21 Thread Alan Gutierrez
* Alan Gutierrez <[EMAIL PROTECTED]> [2005-11-17 11:42]: > * inder sabharwal <[EMAIL PROTECTED]> [2005-11-15 11:43]: > > > I have a server that sends data using Transfer-Encoding: Chunked, but > > mod_proxy is buffering up the data until it hits the internal

Re: [EMAIL PROTECTED] mod_proxy buffers chunked data...

2005-11-17 Thread Alan Gutierrez
27;s to gather up enough data so that it is packet sized. Setting ProxyIOBufferSize to 0 or 1 doesn't keep mod_proxy from attempting to fill a packet. -- Alan Gutierrez - [EMAIL PROTECTED] - http://engrm.com/blogometer/ - Th

Re: [EMAIL PROTECTED] mod_proxy buffers chunked data...

2005-11-17 Thread Alan Gutierrez
* Alan Gutierrez <[EMAIL PROTECTED]> [2005-11-17 11:42]: > * inder sabharwal <[EMAIL PROTECTED]> [2005-11-15 11:43]: > > > I have a server that sends data using Transfer-Encoding: Chunked, but > > mod_proxy is buffering up the data until it hits the internal

Re: [EMAIL PROTECTED] mod_proxy buffers chunked data...

2005-11-17 Thread Alan Gutierrez
a feature? I can see how it might be benificial to buffer chunks and send them along as a larger chunk, for some applications. It might be a missuse of HTTP to expect chunking to work this way, but it would certianly make it easier on my particular applicat