Re: [us...@httpd] Apache2.2 custom 401 ErrorDocument NO IMAGES

2009-07-10 Thread rank1seeker
> Are you applying access control to the images as well? Don't if you > want to see them. > > -- > Eric Covener > cove...@gmail.com No, I don't and never had., Just for "fun", I've changed it to 404, no found, instead 401. And after requesting bougus page/url, everything, including images, sh

Re: [us...@httpd] Apache2.2 custom 401 ErrorDocument NO IMAGES

2009-07-10 Thread Eric Covener
On Fri, Jul 10, 2009 at 1:37 PM, none none wrote: > I've restricted one area with auth digest. > Tested it and worked. > > Now I've created custom 401 ErrorDocument > Embedded images in it, and loaded it firstly like any .html page. > Happy with result, I've set it as custom 401 ErrorDocument > Cod

Re: [us...@httpd] Apache logs are being writting to the /var/log/messages file

2009-07-10 Thread André Warnier
Mukarram Syed wrote: ... Any suggestions would be greatly appreciated. Ok then : - make sure you are talking about Apache httpd - if this turns out to be Tomcat, then try the Tomcat list otherwise - mention which version of Apache httpd this is - mention on which platform this is - have a look

Re: [us...@httpd] Re: How to see/use the response when the apache server is down.

2009-07-10 Thread Chintan Kachhi
Does that mean there is no way to do this? Maybe using rewrite module which looks for the response and redirects it to a custom error page based on the response? I think I came across a post where you mentioned something about using modules look ahead feature. Is that possible? On Fri, Jul 10, 2

[us...@httpd] Apache2.2 custom 401 ErrorDocument NO IMAGES

2009-07-10 Thread none none
I've restricted one area with auth digest. Tested it and worked. Now I've created custom 401 ErrorDocument Embedded images in it, and loaded it firstly like any .html page. Happy with result, I've set it as custom 401 ErrorDocument Code: ErrorDocument 401 /401.html I've loaded restricted zone an

[us...@httpd] Apache logs are being writting to the /var/log/messages file

2009-07-10 Thread Mukarram Syed
Hi Folks, Need some help with Apache log files. The problem is that the apache log files are being written to the systems' /var/log/messages file. This is what I have in my /etc/syslog.conf file for /var/log/messages: *.info;mail.none;authpriv.none;cron.none;\ local1.none;local7.none

[us...@httpd] Solution to "Help w/ installing Apache on Windows XP"

2009-07-10 Thread Anthony Rodriguez
Dear list, Andre Warnier suggested I change the listen directive to another port. I changed the httpd.conf file to 81. When I call http://localhost:81/, the "It Works!" page shows. Thank you Andre. I am duplicating the errors I got before so others my benefit from Andre's suggestion. “The Apac

Re: [us...@httpd] Apache serves css and images as empty files

2009-07-10 Thread Frank Gingras
Michael, sendfile usually breaks when content is obtained from some sort of network storage, or filesystem restrictions are applied. My guess that is Avira changed something on your system to that effect. Michael Dearman wrote: Frank, I had already uninstalled, sorry i forgot to mention tha

Re: [us...@httpd] Re: How to see/use the response when the apache server is down.

2009-07-10 Thread Eric Covener
On Fri, Jul 10, 2009 at 12:39 PM, Chintan Kachhi wrote: > Thanks for the response... I looked through my httpd.conf file and found > that the WebSpherePluginConfig was pointing to the wrong plugin directory ( > the person who had originally installed WAS had forgotten to update the file > to point

Re: [us...@httpd] Re: How to see/use the response when the apache server is down.

2009-07-10 Thread Chintan Kachhi
Thanks for the response... I looked through my httpd.conf file and found that the WebSpherePluginConfig was pointing to the wrong plugin directory ( the person who had originally installed WAS had forgotten to update the file to point it to the right directory). I regenerated and propagated the plu

Re: [us...@httpd] Invalid ELF Header?

2009-07-10 Thread Morgan Gangwere
On Thu, Jul 9, 2009 at 10:32 AM, Brian Kim<09su.research@> wrote: > Hi. all. > > I tried to add hash library(polarssl) to apache, but I got the Invalid > ELF Header error when I began proxy module. > > Is there anybody who knows the reason? Is it a library problem? > > Thanks in advance > > ---

RE: [us...@httpd] Apache serves css and images as empty files

2009-07-10 Thread Michael Dearman
Frank, I had already uninstalled, sorry i forgot to mention that bit. EnableSendFile off did the trick. As it all worked before without that directive I guess that means sendfile is broken on my server? Thanks, Mike -Original Message- From: Francois Gingras [mailto:francois.ging...@gmai

Re: [us...@httpd] Apache serves css and images as empty files

2009-07-10 Thread Francois Gingras
Mike, Try "EnableSendfile off" or uninstall Avira server avguard. Frank On Fri, Jul 10, 2009 at 7:09 AM, Michael Dearman wrote: > Hi, > > > > I’m running an intranet server with apache 2.2.10 on OpenSuse 11.1, > everything was running fine until I installed Avira server avguard (at least > i thi

AW: AW: [us...@httpd] mod_proxy_balance: route redirect not working

2009-07-10 Thread Juergen.Link
I checked mod_jk today, but unfortunately it doesn't contain any management interface (like e.g. balancer-manager), so I decided to patch the mod_proxy_balancer module to add a starvation feature. I mainly added a new status (PROXY_WORKER_STARVATION) which can be chosen from balancer-manager (

[us...@httpd] Apache serves css and images as empty files

2009-07-10 Thread Michael Dearman
Hi, I'm running an intranet server with apache 2.2.10 on OpenSuse 11.1, everything was running fine until I installed Avira server avguard (at least i think that's what broke it). Now when i try to access any webpages the html is served correctly but css and images are returned as empty files.