[EMAIL PROTECTED] Strange mod_cache & expires header interaction

2007-05-24 Thread Christopher Shumway
Hi httpd users, I've been testing Apache httpd 2.2.4 as a reverse-caching proxy server but I've ran into some odd behavior with how its handling expired content. Currently I'm using the worker MPM and mod_mem_cache to provide the storage. I haven't tested this with prefork or mod_disk_cache ye

RE: [EMAIL PROTECTED] Remove Password Protection on Subfolder

2007-05-24 Thread Philip Ebbert
Thank you for the link. I have been searching the web for an answer but didn't come across the wiki. I followed the link's instructions and now everything is working as it should. ( I did modify the main config file ) Thank you, Phil > > I have one subfolder that I want public with no pas

Re: [EMAIL PROTECTED] Remove Password Protection on Subfolder

2007-05-24 Thread Vincent Bray
On 24/05/07, Philip Ebbert <[EMAIL PROTECTED]> wrote: I have one subfolder that I want public with no password protection. What do I need to put in the subfolder's .htaccess file so it will not inherit the password requirements? Hi, See: http://wiki.apache.org/httpd/Recipes/BypassAuthentic

Re: [EMAIL PROTECTED] Remove Password Protection on Subfolder

2007-05-24 Thread Ion Alexandru Morega
On 24 May 2007, at 23:33, Philip Ebbert wrote: I have the root and its subfolders password protected. I have one subfolder that I want public with no password protection. What do I need to put in the subfolder’s .htaccess file so it will not inherit the password requirements? Thanks, Hello

Re: [EMAIL PROTECTED] mod_rewrite

2007-05-24 Thread Joshua Slive
On 5/24/07, Diar Gashi <[EMAIL PROTECTED]> wrote: Oops..I got the first part working, thanks a bunch. This is what I'm using for the second part: RewriteRule /x194 /landing/dyncon/prom/grea__byhand_x194.jsp [L,R] What the heck is the "R" doing in the flags? That is specifically asking for an

[EMAIL PROTECTED] Remove Password Protection on Subfolder

2007-05-24 Thread Philip Ebbert
I have the root and its subfolders password protected. I have one subfolder that I want public with no password protection. What do I need to put in the subfolder's .htaccess file so it will not inherit the password requirements? Thanks,

Re: [EMAIL PROTECTED] mod_rewrite

2007-05-24 Thread Diar Gashi
Oops..I got the first part working, thanks a bunch. This is what I'm using for the second part: RewriteRule /x194 /landing/dyncon/prom/grea__byhand_x194.jsp [L,R] and the rewrite logs show MY_IP - - [24/May/2007:16:08:22 -0400] [DOMAIN_NAME/sid#6a908][rid#45a28/initial] (2) init rewrite engine

RE: [EMAIL PROTECTED] UserDir question

2007-05-24 Thread Chris Carlson
Wow! That was it! I didn't even know we were running SELinux! Thank you very much for your assistance. I really appreciate it. Chris Carlson iStor Networks, Inc. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive > Sent: Thursday, May 2

Re: [EMAIL PROTECTED] UserDir question

2007-05-24 Thread Joshua Slive
On 5/24/07, Chris Carlson <[EMAIL PROTECTED]> wrote: I don't think so. Here's the uname: Linux swmpu 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:27:17 EDT 2006 i686 i686 i386 GNU/Linux SELinux is not a distribution of linux. It is a set of kernel patches and related libraries that introduce finer-gra

RE: [EMAIL PROTECTED] UserDir question

2007-05-24 Thread Chris Carlson
I don't think so. Here's the uname: Linux swmpu 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:27:17 EDT 2006 i686 i686 i386 GNU/Linux Chris Carlson iStor Networks, Inc. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive > Sent: Thursday, May 24,

Re: [EMAIL PROTECTED] UserDir question

2007-05-24 Thread Joshua Slive
On 5/24/07, Chris Carlson <[EMAIL PROTECTED]> wrote: Thank you for your quick response. The error log says: [Thu May 24 10:06:07 2007] [error] [client 192.168.50.151] (13)Permission denied: access to /~jmclaughlin denied Yet the permissions on /home are: rwxr-xr-x and the

RE: [EMAIL PROTECTED] UserDir question

2007-05-24 Thread Chris Carlson
Thank you for your quick response. The error log says: [Thu May 24 10:06:07 2007] [error] [client 192.168.50.151] (13)Permission denied: access to /~jmclaughlin denied Yet the permissions on /home are: rwxr-xr-x and the permissions on /home/jmclaughlin are: rwxr-xr-x and

Re: [EMAIL PROTECTED] UserDir question

2007-05-24 Thread Joshua Slive
On 5/24/07, Chris Carlson <[EMAIL PROTECTED]> wrote: --- Forbidden You don't have permission to access /~jmclaughlin on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.0.52 (Red Hat) Server at swmpu P

[EMAIL PROTECTED] UserDir question

2007-05-24 Thread Chris Carlson
I realize this may be a newbie question answered many times, but I hope it is simple and someone can give me a quick answer. We are running Apache 2.0 at our office on a Linux 2.6 system. I tried to enable UserDir by modifying the httpd.conf file. I followed the instructions found in the file by

Re: [EMAIL PROTECTED] mod_rewrite

2007-05-24 Thread Joshua Slive
On 5/24/07, Diar Gashi <[EMAIL PROTECTED]> wrote: Joshua, the link you provided still does not open up for me. Uhg. That wasn't a URL to open. That was an example of a directive to achieve what you want. To be more explicit, place the following in httpd.conf: ErrorDocument 404 http://example.c

Re: [EMAIL PROTECTED] mod_rewrite

2007-05-24 Thread Diar Gashi
Joshua, the link you provided still does not open up for me. Also, for the second part, I tried using rewriterule instead of redirect, and still getting the same thing - when I type http://DOMAINNAME/x10 the url shows http://DOMAINNAME/landing/index.jsp?wfId=685 , but what I want it to show is h

[EMAIL PROTECTED] Httpd.conf issue

2007-05-24 Thread Red al tubor
Hello, Guys i was wondering if we can wright a script to tell the clients whom requests can not be served by apache before the MaxClients reach its maximum limits by a little bit ( to prevent apache from hanging out), thats their requests cant be handled now, try again after a while Is it dep

Re[2]: [EMAIL PROTECTED]: Can't find index.html

2007-05-24 Thread Richard Luckhurst
Hi Boyle, Yes the problem was that I did not have mod_php. I had to compile and install libxml2 so that I could compile and install php. With the php module loaded into Apache the secure site worked fine. I am still curious about the php mime as there is no php at all in the site so I don't see wh