Re: [EMAIL PROTECTED] How to disable web accelerators

2006-07-27 Thread Emmanuel E
I think most sites which block it do it by checking the User-Agent header. See http://httpd.apache.org/docs/2.2/howto/access.html and also the docs for mod_access if thats what you really want. However if the web program changes its User-Agent to match that of a well known browser like IE or F

Re: [EMAIL PROTECTED]

2006-07-27 Thread Joshua Slive
On 7/27/06, LDB <[EMAIL PROTECTED]> wrote: Joshua Slive wrote: > On 7/27/06, LDB <[EMAIL PROTECTED]> wrote: > >> Joshua Slive wrote: >> > On 7/27/06, LDB <[EMAIL PROTECTED]> wrote: >> > >> >> I am trying to put a symbolic link in the "Directory" directive's >> >> argument list but it will not rec

Re: [EMAIL PROTECTED]

2006-07-27 Thread LDB
Joshua Slive wrote: On 7/27/06, LDB <[EMAIL PROTECTED]> wrote: Joshua Slive wrote: > On 7/27/06, LDB <[EMAIL PROTECTED]> wrote: > >> I am trying to put a symbolic link in the "Directory" directive's >> argument list but it will not recognize it. Is there anyway to >> accomplish this idea? >> >>

Re: [EMAIL PROTECTED] Inflate with mod_deflate problem...

2006-07-27 Thread Nick Kew
On Thursday 27 July 2006 14:39, Neil A. Hillard wrote: > Hi, > > I'm currently using Apache 2.0 as an accelerator and performing a > certain amount of HTTP / HTML rewriting successfully. I'm currently > building a replacement server and am attempting to move to Apache 2.2 > but appear to be

RE: [EMAIL PROTECTED] mod_authnz_ldap for 2.2.2

2006-07-27 Thread Declerck Michael-W30479
My current situation of mod_authnz_ldap is still not good. The issue was the ldap libraries which I had downloaded from the OpenLDAP source. The libraries were being installed in /usr/local/lib. I had to point LDFLAGS to -L/usr/local/lib, and CPPFLAGS and CFLAGS to -I/usr/local/include. The Apache

[EMAIL PROTECTED] How to disable web accelerators

2006-07-27 Thread Gerard Seibert
I am not sure if this is the right place to ask or not. How do I go about disabling the use of web accelerators like FasterFox or the Google Web Accelerator? I have noticed that several sites now have a warning pop up if you are using such a device and refuse you access until it is turned off. --

Re: [EMAIL PROTECTED] apache2 looking for /htdocs on any request

2006-07-27 Thread Anton Piatek
Joshua Slive wrote: > On 7/27/06, Anton Piatek <[EMAIL PROTECTED]> wrote: > >> Hi, >> I was messing around with my config earlier and seem to have screwed >> something up. Apache2-ctl says the config is syntactically correct, but >> the root of the server "/" does not serve any pages - I get file

Re: [EMAIL PROTECTED] apache2 looking for /htdocs on any request

2006-07-27 Thread Joshua Slive
On 7/27/06, Anton Piatek <[EMAIL PROTECTED]> wrote: Hi, I was messing around with my config earlier and seem to have screwed something up. Apache2-ctl says the config is syntactically correct, but the root of the server "/" does not serve any pages - I get file not found even if the file is speci

[EMAIL PROTECTED] apache2 looking for /htdocs on any request

2006-07-27 Thread Anton Piatek
Hi, I was messing around with my config earlier and seem to have screwed something up. Apache2-ctl says the config is syntactically correct, but the root of the server "/" does not serve any pages - I get file not found even if the file is specified (i.e. /index.html) The error log just shows /htd

Re: [EMAIL PROTECTED]

2006-07-27 Thread Joshua Slive
On 7/27/06, LDB <[EMAIL PROTECTED]> wrote: Joshua Slive wrote: > On 7/27/06, LDB <[EMAIL PROTECTED]> wrote: > >> I am trying to put a symbolic link in the "Directory" directive's >> argument list but it will not recognize it. Is there anyway to >> accomplish this idea? >> >> And yes, I tried, Fol

[EMAIL PROTECTED] Directory Authentication

2006-07-27 Thread Rodrigo Gama
Greetings,I'm running Apache 2.2.0-21 under SuSE,  and having trouble with directory authentication. I want to authenticate user according to a remote ldap server.These are the parts I added to my httpd.conf in order to make the authentication work:LoadModule ldap_module /usr/lib64/apache2/mod_lda

RE: [EMAIL PROTECTED] Perl data-file

2006-07-27 Thread Declerck Michael-W30479
Just an update of my current case with Perl data-files. I decided that suEXEC is a bit too advanced for me. Instead, I created a folder with sufficient permissions outside the document root to write/create/store the data-files. I wonder how much a security risk this is compared to suEXEC. The onl

Re: [EMAIL PROTECTED]

2006-07-27 Thread LDB
Joshua Slive wrote: On 7/27/06, LDB <[EMAIL PROTECTED]> wrote: I am trying to put a symbolic link in the "Directory" directive's argument list but it will not recognize it. Is there anyway to accomplish this idea? And yes, I tried, FollowSymLinks .. :) I am using Apache 2.0 on SuSE 10.0 BTW .

Re: [EMAIL PROTECTED]

2006-07-27 Thread Joshua Slive
On 7/27/06, LDB <[EMAIL PROTECTED]> wrote: I am trying to put a symbolic link in the "Directory" directive's argument list but it will not recognize it. Is there anyway to accomplish this idea? And yes, I tried, FollowSymLinks .. :) I am using Apache 2.0 on SuSE 10.0 BTW ... More details plea

Re: [EMAIL PROTECTED] Has mod speling changed?

2006-07-27 Thread Joshua Slive
On 7/27/06, Marc Perkel <[EMAIL PROTECTED]> wrote: Yeah - run Windows based servers and you get case insensitive URLs. No, you don't. You get a server that serves the same content for many different URLs. That can have bad consequences on caches, search engines, etc. Joshua. ---

Re: [EMAIL PROTECTED] UserDir directive not seen, instead DocumentRoot from httpd.conf prefixing ~user

2006-07-27 Thread Joshua Slive
On 7/27/06, Craig M. Houck <[EMAIL PROTECTED]> wrote: I went back before this email and realized it wasn't the same. I changed it so httpd.conf looks like: # This is here for backwards compatability reasons and to support # installing 3rd party modules directly via apxs2, rather than # through

Re: [EMAIL PROTECTED] Is this normal?

2006-07-27 Thread Jaqui Greenlees
--- Keith A <[EMAIL PROTECTED]> wrote: > > I am new to this site and have been reading through > all the information > presented here, but my search didn't answer my > question. Welcome to the group. ~snip~ > > Anyway, if a visitor comes in to the site (and it > apparently matters > little w

Re: [EMAIL PROTECTED] Is this normal?

2006-07-27 Thread Victor Trac
My initial thought was perhaps it's a browser accelerator like FasterFox, but then you would probably notice some patterns based on browsers. Also you'd probably see more than just the root being requested. Where are your ads coming from - same server? What kind of pages are they? Perhaps if y

Re: [EMAIL PROTECTED] am i posting at wrong place!!

2006-07-27 Thread Nicklas B. Westerlund
sridevi polavaram skrev: I am surpirsed that nobody has responded to my query since yesterday. I am so desperate for help!! If it is that urgent, I recommend you hire an consultant instead of complaining about how people should handle their own free time. N. -

Re: [EMAIL PROTECTED] am i posting at wrong place!!

2006-07-27 Thread LDB
sridevi polavaram wrote: I am surpirsed that nobody has responded to my query since yesterday. I am so desperate for help!! I have done my best to solve the problem but it wasn't successful. I am sure if you spend a few minutes you will know that mine is a simple problem. Please help me!! I don

[EMAIL PROTECTED] am i posting at wrong place!!

2006-07-27 Thread sridevi polavaram
I am surpirsed that nobody has responded to my query since yesterday. I am so desperate for help!! I have done my best to solve the problem but it wasn't successful. I am sure if you spend a few minutes you will know that mine is a simple problem. Please help me!! I don't know if this query ever go

[EMAIL PROTECTED] Is this normal?

2006-07-27 Thread Keith A
I am new to this site and have been reading through all the information presented here, but my search didn't answer my question. I run my site on an apache server and I have access to the raw apache logs. Lately I've been analyzing these by hand to see a more complete picture of where traffic is

[EMAIL PROTECTED] Error in bucket read - httpd 2.2 + mod_proxy_html (Fixed! w/patch)

2006-07-27 Thread Ryan Nowakowski
Hey Folks, We believe we've found a bug in mod_proxy_html 2.5.2 that causes an "Error in bucket read". A patch is attached with verbose comments. - Ryan --- proxy_old/mod_proxy_html.c 2006-07-27 11:20:15.0 -0500 +++ proxy/mod_proxy_html.c 2006-07-27 11:22:09.0 -0500 @@ -858

[EMAIL PROTECTED]

2006-07-27 Thread LDB
I am trying to put a symbolic link in the "Directory" directive's argument list but it will not recognize it. Is there anyway to accomplish this idea? And yes, I tried, FollowSymLinks .. :) I am using Apache 2.0 on SuSE 10.0 BTW ... Thanks, LDB

RE: [EMAIL PROTECTED] Has mod speling changed?

2006-07-27 Thread Boyle Owen
> -Original Message- > From: Marc Perkel [mailto:[EMAIL PROTECTED] > > I want case insensitive URLs. Just out of interest, why? The only reason I can imagine is that you have inherited a legacy filesystem where people have been using haphazard file-naming conventions and so you have a

Re: [EMAIL PROTECTED] UserDir directive not seen, instead DocumentRoot from httpd.conf prefixing ~user

2006-07-27 Thread Craig M. Houck
I went back before this email and realized it wasn't the same. I changed it so httpd.conf looks like: # This is here for backwards compatability reasons and to support # installing 3rd party modules directly via apxs2, rather than # through the /etc/apache2/mods-{available,enabled} mechanism. #

Re: [EMAIL PROTECTED] Has mod speling changed?

2006-07-27 Thread Marc Perkel
In 2.0 Apache mod spaling made the URL case insensitive. In 2.2 it doesn't. That means that mod speling in 2.2 is broken. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/

Re: [EMAIL PROTECTED] Has mod speling changed?

2006-07-27 Thread Marc Perkel
Nick Kew wrote: On Thursday 27 July 2006 01:16, Marc Perkel wrote: OK - So - this is a bug and needs to be fixed? You would think that an HTTP server as popular as Apache would be able to support case insensitive URLs. There is no such thing as a "case insensitive URL"

Re: [EMAIL PROTECTED] UserDir directive not seen, instead DocumentRoot from httpd.conf prefixing ~user

2006-07-27 Thread Joshua Slive
On 7/27/06, Craig M. Houck <[EMAIL PROTECTED]> wrote: Josh; Thanks for the help. If you look back at the email you responded to I included httpd.conf and I have the same entry there as userdir.conf. No, you do not. Read your httpd.conf again. Joshua. ---

Re: [EMAIL PROTECTED] UserDir directive not seen, instead DocumentRoot from httpd.conf prefixing ~user

2006-07-27 Thread Craig M. Houck
Josh; Thanks for the help. If you look back at the email you responded to I included httpd.conf and I have the same entry there as userdir.conf. What files should I be including to get this problem solved? thanks Craig At 09:21 AM 7/27/2006 -0400, Joshua Slive wrote: >On 7/27/06, chouck <[EMAI

[EMAIL PROTECTED] Inflate with mod_deflate problem...

2006-07-27 Thread Neil A. Hillard
Hi, I'm currently using Apache 2.0 as an accelerator and performing a certain amount of HTTP / HTML rewriting successfully. I'm currently building a replacement server and am attempting to move to Apache 2.2 but appear to be having some problems using filters. I need to insert proxy-html

[EMAIL PROTECTED] plzzzzzzzz help me!!

2006-07-27 Thread sridevi polavaram
I don't know if this query ever got posted..but i didn't get any reply so far.Dear Forum, I am posting a query for the first time. That too only because i didn't find any other resource for help!!I have successfully setup Virtualhost definition on my fedora 4 machine by modifyin the httpd.conf ,

Re: [EMAIL PROTECTED] UserDir directive not seen, instead DocumentRoot from httpd.conf prefixing ~user

2006-07-27 Thread Joshua Slive
On 7/27/06, chouck <[EMAIL PROTECTED]> wrote: If I load http://bingiwas.binghamton.edu/~chouck into a browser I get an error in my /var/apache2/error.log: [Thu Jul 27 08:54:05 2006] [error] [client xxx.xxx.xx.xx] File does not exist: /var/www/bingiwas/~chouck /var/www/bingiwas is the Document

Re: [EMAIL PROTECTED] Mod_rewrite proxying source ip address

2006-07-27 Thread Joshua Slive
On 7/27/06, Greg Boug <[EMAIL PROTECTED]> wrote: Hi guys, I'm not sure if this one is possible, I'm attempting to use a mod_rewrite rule to proxy to another URL, but for the request it proxies to, I need it to keep the original source IP address intact. At present, I have something along the lin

Re: [EMAIL PROTECTED] UserDir directive not seen, instead DocumentRoot from httpd.conf prefixing ~user

2006-07-27 Thread chouck
What was suggested below didn't make it work. > userdir.conf > > == > > > > UserDir public_html > > UserDir disabled root > > > > > > AllowOverride FileInfo AuthConfig Limit > >

Re: [EMAIL PROTECTED] UserDir directive not seen, instead DocumentRoot from httpd.conf prefixing ~user

2006-07-27 Thread chouck
I tried what was suggested below. Still no working! What follows is specific for my config. If I load > > I have my virtual host working now, the DNS person hadn't added it when I > > thought. > > However any http://vietualhost.com/~user is prefixing the DocumentRoot for > > my virtual host. It

Re: [EMAIL PROTECTED] Best Practice Question

2006-07-27 Thread Pid
or include your includes in httpd.conf manually, in the right order. 2.2 uses conf/extra for additional includes. also, if you know that the module is configured and installed, what advantage does the IfModule offer? Boyle Owen wrote: >> -Original Message- >> From: Andrew Walmsley [mail

RE: [EMAIL PROTECTED] Best Practice Question

2006-07-27 Thread Boyle Owen
> -Original Message- > From: Andrew Walmsley [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 27, 2006 11:48 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Best Practice Question > > We are porting a (mostly) perl application from Apache 1.X to > Apache 2.X and decided to p

[EMAIL PROTECTED] Best Practice Question

2006-07-27 Thread Andrew Walmsley
We are porting a (mostly) perl application from Apache 1.X to Apache 2.X and decided to put all of the configuration for the application into an etg.conf and put that in the conf.d directory. This failed, as it has the lines . mod_perl is loaded from the perl.conf (also in the conf.d). As e

[EMAIL PROTECTED] Mod_rewrite proxying source ip address

2006-07-27 Thread Greg Boug
Hi guys, I'm not sure if this one is possible, I'm attempting to use a mod_rewrite rule to proxy to another URL, but for the request it proxies to, I need it to keep the original source IP address intact. At present, I have something along the lines of: RewriteRule "^/$" http://server.com/start

RE: [EMAIL PROTECTED] Has mod speling changed?

2006-07-27 Thread Boyle Owen
> -Original Message- > From: Marc Perkel [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 27, 2006 2:16 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Has mod speling changed? > > OK - So - this is a bug and needs to be fixed? You would > think that an > HTTP server as