Re: [users@httpd] How to inform apache that a particular text file needs to be downloaded instead of showing on browser itself

2011-01-26 Thread Andrew Punch
Hi, You can configure apache to send back a content-disposition header for your file. e.g. Content-Disposition: attachment; filename=fname.ext Set an environment variable based on the filename (see SetEnvIf in the mod_setenvif module) and send the above content-disposition header using mod_head

Re: [users@httpd] Authentication based on QUERY STRING

2011-01-26 Thread J.Lance Wilkinson
Mark Montague wrote: If you're ignoring the "remarkably bad idea" part of Rich's response, above, here are some more ways to get in trouble: - mod_cosign allows you to make authentication optional via the CosignAllowPublicAccess directive. If you are serving dynamic content (a CGI, etc.), yo

[users@httpd] How to inform apache that a particular text file needs to be downloaded instead of showing on browser itself

2011-01-26 Thread Rick Gates
Hi all, This is my first post on this list. I am currently facing an issue with apache server on my linux box. I have configured apache along with ViewVC for browsing my CVS repository. Everything works fine except that , whenevr I click on the download button (in viewVC), instead of downloading

Re: [users@httpd] Authentication based on QUERY STRING

2011-01-26 Thread Mark Montague
On January 26, 2011 13:48 , Rich Bowen wrote: On Jan 26, 2011, at 10:52 AM, J.Lance Wilkinson wrote: I have a developer who's using Apache 1.3.9 (supplied as Oracle HTTP server within Oracle Application Express) and needs to SUPPRESS his default authentication (mod_cosign from weblogin.org)

Re: [users@httpd] Authentication based on QUERY STRING

2011-01-26 Thread Rich Bowen
On Jan 26, 2011, at 1:38 PM, J.Lance Wilkinson wrote: > Rich Bowen wrote: >> On Jan 26, 2011, at 10:52 AM, J.Lance Wilkinson wrote: >>> I have a developer who's using Apache 1.3.9 (supplied as Oracle HTTP server >>> within Oracle Application Express) and needs to SUPPRESS his default >>> authen

Re: [users@httpd] Authentication based on QUERY STRING

2011-01-26 Thread J.Lance Wilkinson
Rich Bowen wrote: On Jan 26, 2011, at 10:52 AM, J.Lance Wilkinson wrote: I have a developer who's using Apache 1.3.9 (supplied as Oracle HTTP server within Oracle Application Express) and needs to SUPPRESS his default authentication (mod_cosign from weblogin.org) when the user's QUERY_STRING

Re: [users@httpd] Authentication based on QUERY STRING

2011-01-26 Thread Björn Zettergren
On 01/26/2011 06:52 PM, Rich Bowen wrote: On Jan 26, 2011, at 10:52 AM, J.Lance Wilkinson wrote: I have a developer who's using Apache 1.3.9 (supplied as Oracle HTTP server within Oracle Application Express) and needs to SUPPRESS his default authentication (mod_cosign from weblogin.org) when

Re: [users@httpd] Authentication based on QUERY STRING

2011-01-26 Thread Rich Bowen
On Jan 26, 2011, at 10:52 AM, J.Lance Wilkinson wrote: > I have a developer who's using Apache 1.3.9 (supplied as Oracle HTTP server > within Oracle Application Express) and needs to SUPPRESS his default > authentication (mod_cosign from weblogin.org) when the user's QUERY_STRING > contains th

[users@httpd] Authentication based on QUERY STRING

2011-01-26 Thread J.Lance Wilkinson
I have a developer who's using Apache 1.3.9 (supplied as Oracle HTTP server within Oracle Application Express) and needs to SUPPRESS his default authentication (mod_cosign from weblogin.org) when the user's QUERY_STRING contains the string ":25:". Otherwise he wants to continue to enforce his

[users@httpd] compiling mod_ruby on Windows with apxs and MinGW or VisualStudio with Apache 2.2.17

2011-01-26 Thread Zeno Davatz
Hi I am looking for some willing and competent help to compile mod_ruby (http://modruby.net) on Windows using MinGW or Visual Studio. The goal is that mod_ruby.so has to load and run correctly with Apache 2.2.17 on Windows. My general question would also be: Can I load mod_ruby.so that was compi

RE: [users@httpd] Apache server-status - no PID and status [DEAD]

2011-01-26 Thread Bogdan Seweryn
I want to reconfigure my apache and get rid of this Dead sessions but how to do this? This is apache issiue? -Original Message- From: Bogdan Sent: Wednesday, January 26, 2011 2:36 PM To: users@httpd.apache.org Subject: [users@httpd] Apache server-status - no PID and status [DEAD] Hi All,

[users@httpd] experiencing Out of memory errors

2011-01-26 Thread John Deighan
We have an Apache/mod_perl application running under Windows Server 2003 that periodically experiences "Out of memory" errors (they appear in the Apache error logs) which forces Apache to restart. Our application does, in fact, use a lot of memory, and we believe that this is not due to a bug or m

[users@httpd] Apache server-status - no PID and status [DEAD]

2011-01-26 Thread Bogdan Seweryn
Hi All, What this server-status entries means?? No PID and status [DEAD] ? I have similar entries on my server-status site Server 3-0 (-): 0|0|7986 [Dead] u38.6875 s20.0703 cu0 cs0 299 0 (0 B|0 B|269.7 MB) 38.104.188.238 {} [] Server 3-0 (-): 0|0|7366 [Dead] u39.0469 s20.25 cu0 cs0 292 11139

Re: [users@httpd] Allow & Deny Access to Directories

2011-01-26 Thread Tom Evans
2011/1/26 Juan Jesús Cremades Monserrat : > Hi, > I have a Server (server1) with the next directories: > > /var/www/html/dir1 > /var/www/html/dir2 > /var/www/html/dir3 > /var/www/html/dir4 > > And I want redirect an external URL across a Proxy (proxy1) to 'dir1' > I tried this meaning in the "httpd

[users@httpd] Allow & Deny Access to Directories

2011-01-26 Thread Juan Jesús Cremades Monserrat
Hi, I have a Server (server1) with the next directories: - /var/www/html/dir1 - /var/www/html/dir2 - /var/www/html/dir3 - /var/www/html/dir4 And I want redirect an external URL across a Proxy (proxy1) to 'dir1' I tried this meaning in the "httpd.conf" at proxy1: ServerName exter