[EMAIL PROTECTED] mod_rewrite, .htaccess problem

2005-10-20 Thread Marc Collin
hi i try to to do overriding with apache in my loadmodule.conf LoadModule rewrite_module /usr/lib/apache2-prefork/mod_rewrite.so in httpd.conf Options None AllowOverride All Order deny,allow Deny from all # use .htaccess files for overriding, AccessFileName .htac

[EMAIL PROTECTED] creating and serving temporary files with apache

2005-10-20 Thread Faheem Mitha
Dear People, I'm fairly new to apache administraction, so I apologise in advance if this an obvious question. I am running Apache on Debian Sarge. It is running some CGI scripts, which allow a web client (browser) to upload data, process it, and then return the process results to the client

[EMAIL PROTECTED] RLimitMEM and suexec

2005-10-20 Thread kristina clair
Hi, I'm trying to use RLimitMEM with Apache 2.0.54 (w/ suexec enabled). Within a tag, I'm defining: RLimitMem 100 1000 This is my first stab at using RLimitMEM, so these values were purely for initial testing purposes... And I'm getting this error: [Thu Oct 20 16:31:33 2005] [error] [c

[EMAIL PROTECTED] httpd problem with linking

2005-10-20 Thread Brenda Washington
After compiling Apache-2.0.54 with no errors, I ran the make command and got these errors. When I ran make install I got the same messages. *** Warning: Linking the executable httpd against the loadable module *** mod_so.sl is not portable!

Re: [EMAIL PROTECTED] make URL's case insensitive

2005-10-20 Thread Joshua Slive
On 10/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi All, > >I run apache 2.0.5x, and was wondering if there is a way to make URL's > (after > the domain portion) case insensitive in apache (all URL's), for example: > > www.foobar.com/JUNKFOOD.htm (client browser) > > would be proces

Re: [EMAIL PROTECTED] make URL's case insensitive

2005-10-20 Thread Marc Perkel
[EMAIL PROTECTED] wrote: Hi All, I run apache 2.0.5x, and was wondering if there is a way to make URL's (after the domain portion) case insensitive in apache (all URL's), for example: www.foobar.com/JUNKFOOD.htm (client browser) would be processed by httpd as: www.foobar.com/junkfood.htm

Re: [EMAIL PROTECTED] make URL's case insensitive

2005-10-20 Thread Joshua Kugler
On Thursday 20 October 2005 08:33, [EMAIL PROTECTED] wrote: > Hi All, > >I run apache 2.0.5x, and was wondering if there is a way to make URL's > (after the domain portion) case insensitive in apache (all URL's), for > example: > > www.foobar.com/JUNKFOOD.htm (client browser) > > would be proce

[EMAIL PROTECTED] make URL's case insensitive

2005-10-20 Thread dogbert
Hi All, I run apache 2.0.5x, and was wondering if there is a way to make URL's (after the domain portion) case insensitive in apache (all URL's), for example: www.foobar.com/JUNKFOOD.htm (client browser) would be processed by httpd as: www.foobar.com/junkfood.htm (server side) In reading th

[EMAIL PROTECTED] Apache 2.0.55/win32 + OpenSSL 0.9.8a & OWA Reverse Proxy Problems

2005-10-20 Thread Manuel Martin
Hello people, since 2.0.55 a reverse SSL-proxy (on Windows 2000) which I setup for MS Exchange 2003 Outlook Web Access makes problems. The users stumbled over the problem that they cannot attach files to their emails. I tried it myself: the attachment seems to be uploaded to the server, but is not

[EMAIL PROTECTED] mod_rewrite compile problem

2005-10-20 Thread James Benson
Hi, im trying to compile the source for apache_1.3.34 and mod_ssl_2.8.25 Im using the following configure line for mod_ssl, ./configure --prefix=/usr/local/apache/1.3.34 --with-ssl=/usr/local/ssl --with-apache=../apache_1.3.34 --enable-module=rewrite --enable-module=ssl Problem is when it fi

Re: [EMAIL PROTECTED] apache2 timeout troubleshooting

2005-10-20 Thread Joe A
cool that's interesting i'll check it outOn 10/19/05, Joshua Slive <[EMAIL PROTECTED]> wrote: On 10/19/05, Joe A <[EMAIL PROTECTED]> wrote:> oh ok, i guess you are talking about using top to find an httpd process with> high cpu? then how do i attach a debugger to it? gdb /path/to/httpdattach pidwhe

[EMAIL PROTECTED] Logging Source Ports

2005-10-20 Thread Jon Snow
I use apache for both forward and reverse proxying. What I would like to do is tie the inbound connection with the outbound so I can trace the session end to end. I figured this could easily be done by logging the source port of the inbound and outbound connections allowing me to trace it throu

RE: [EMAIL PROTECTED] Apache does not see end of cgi module

2005-10-20 Thread Jain, Abhay K, ALABS
-Original Message- From: Boyle Owen [mailto:[EMAIL PROTECTED] Sent: Thursday, October 20, 2005 2:09 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Apache does not see end of cgi module > -Original Message- > From: Jain, Abhay K, ALABS [mailto:[EMAIL PROTECTED] > Se

RE: [EMAIL PROTECTED] set apache's welcome page to another page

2005-10-20 Thread cp user
Thank you very much Boyle for your help. --- Boyle Owen <[EMAIL PROTECTED]> a écrit : > > -Original Message- > > From: cp user [mailto:[EMAIL PROTECTED] > > > > I actually have a link to the page (it is located > on > > the Internet) and I users to be automatically > directed > > to that

RE: [EMAIL PROTECTED] set apache's welcome page to another page

2005-10-20 Thread Boyle Owen
> -Original Message- > From: cp user [mailto:[EMAIL PROTECTED] > > I actually have a link to the page (it is located on > the Internet) and I users to be automatically directed > to that page once they connect to my apache server. You didn't say this the first time ("...on the network" do

RE: [EMAIL PROTECTED] set apache's welcome page to another page

2005-10-20 Thread Boyle Owen
> -Original Message- > From: cp user [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 20. Oktober 2005 13:43 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] set apache's welcome page to another page > > > Hi everybody, > > I have an Apache server and I'd like to set its > welcome

Re: [EMAIL PROTECTED] set apache's welcome page to another page

2005-10-20 Thread cp user
Thank you Uzo, But this is not the solution I am looking for. I already know this :-) . I actually have a link to the page (it is located on the Internet) and I users to be automatically directed to that page once they connect to my apache server. Would you please have any idea? --- Uzo Maduj

Re: [EMAIL PROTECTED] set apache's welcome page to another page

2005-10-20 Thread Uzo Madujibeya
u... rename the existing index.html page to index_old.html and then rename the page you want to view to index.html!!HTH ;-)UzoOn 20 Oct 2005, at 12:43, cp user wrote:How may I perform this please?

RE: [EMAIL PROTECTED] mod_cache

2005-10-20 Thread Axel-Stéphane SMORGRAV
I use mod_cache very extensively with Apache 2.0.49 and 2.0.54.   With 2.0.49 we had no problems with neither disk cache or memory cache. In Apache 2.0.54 we had to drop using memory cache because of a bug that made the server coredump.   In my experience it works very well, but you need to

[EMAIL PROTECTED] set apache's welcome page to another page

2005-10-20 Thread cp user
Hi everybody, I have an Apache server and I'd like to set its welcome page to another page located on the network. I have the link to taht page, and I want users to see this page once they connect to my apache server. How may I perform this please? Tnak you