RE: [EMAIL PROTECTED] Redirect based on Referrer ?

2006-05-30 Thread Boyle Owen
> -Original Message- > From: Forrest Aldrich [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 31, 2006 1:31 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Redirect based on Referrer ? > > I've read through the documentation, but I cannot seem to > figure out if > I can do

Re: [EMAIL PROTECTED] authnz_ldap

2006-05-30 Thread Mika Borner
This works for me AuthType Basic AuthName "AuthName" AuthBasicProvider ldap AuthLDAPURL ldap://ldap1/o=Organisation?uid require ldap-attribute ou=SomeOu Order allow,deny Allow from all >>> [EMAIL PROTECTED] 05/30/06 7:06 pm >>> I am abl

[EMAIL PROTECTED] Performance problem with Apache-FCGI-Rails

2006-05-30 Thread Yash
We have our Rail 1.0 application running on Apache 1.3 with FastCGI. The httpd. conf has : FastCgiIpcDir /tmp/fcgi_ipc FastCgiServer /root/zs/public/dispatch.fcgi -processes 2 FastCgiConfig -autoUpdate -initial-env RAILS_ENV=production -idle-timeout 120 -maxClassProcesses 2 -killInterval 3

[EMAIL PROTECTED] Redirect based on Referrer ?

2006-05-30 Thread Forrest Aldrich
I've read through the documentation, but I cannot seem to figure out if I can do this. Is there a clever way to Redirect an incoming request based on the Referrer (site name and/or IP)? Thanks. - The official User-To-User

Re: [EMAIL PROTECTED] Re: Need help with mod_layout

2006-05-30 Thread Hex Star
Anyone got anymore ideas for this? Anyone? Please??? :-(On 5/24/06, Hex Star <[EMAIL PROTECTED]> wrote: Hmm thanks, but I'm running Apache 1.3.36 not 2.x...and the module does seem to be "working", it just doesn't like the html file with the google adsense _javascript_ in it as despite my described

Re: [EMAIL PROTECTED] Reverse Proxy Cache not Caching in 2.2.2

2006-05-30 Thread Nathan Seven
I reported this earlier- it is an easy patch: http://issues.apache.org/bugzilla/show_bug.cgi?id=38017 -SS On May 30, 2006, at 2:23 AM, Mike Scott wrote: I'm trying to set up a reverse proxy cache to cache images in memory, to relieve disk load on the server that's actually storing them. T

[EMAIL PROTECTED] Re: htaccess

2006-05-30 Thread Joost de Heer
Mididoc Productions wrote: > hi, > > we have in the htaccess file a treatment for errors: > > ErrorDocument 403 http://www.ourdomain.com > ErrorDocument 404 http://www.ourdomain.com > ErrorDocument 500 http://www.ourdomain.com > > this is for redirecting any user to the mainpage, when he is searchi

AW: [EMAIL PROTECTED] need help fighting DoS attack on Apache

2006-05-30 Thread Oliver.Schaudt
Hi Sergey, mod_evasive could be a module for you in this case. "Detection is performed by creating an internal dynamic hash table of IP Addresses and URIs, and denying any single IP address from any of the following: * Requesting the same page more than a few times per second * Making m

[EMAIL PROTECTED] problem with rewriterule, handlers and documentroot

2006-05-30 Thread Sebastian Boehm
Hi, assume the following enviroment: (Apache 1.3.33) DocumentRoot /dummy RewriteRule ^(.*)$ /dummy/demo$1 the rewrite rule magically sets the documentroot to /dummy/demo , when the flag [PT] is used it does not change the documentroot. What I tried to do is: changeing the document-root acc

RE: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-05-30 Thread Martyn Griffin
Bill, I noticed that your example uses a backslash for the folder separator while mine uses the forward slash. So I tried mine using backslash, but no change resulted. And the file is definitely there. Here is a directory list. Volume in drive C is Surge Volume Serial Number is 94C3-2A3F

[EMAIL PROTECTED] authnz_ldap

2006-05-30 Thread kckepple
I am able to password protect a directory using an account to bind with like so: AuthType Basic AuthName "Please Login" AuthBasicProvider ldap AuthLDAPURL "ldap://server.edu:389/ou=People,o=valdosta.edu,o=cp?uid?sub?(objectClass=*)" AuthLDAPBindDN "uid=kckepple,ou=People,o=valdosta.edu,o=cp" Auth

Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-05-30 Thread Bill Angus
Marty:   On Win2k, I had to use the syntax with the fully qualified pathname in it -- i.e. your ...   LoadModule php5_module "C:/Installs/WebTools/PHP/php5apache2.dll" ... looks right to me as long as php5apache2.dll is actually in the directory you have specified :)   For Apache 2.2 my sy

Re: [EMAIL PROTECTED] Mod_Proxy_html, MS exchange, and another web server

2006-05-30 Thread Neil A. Hillard
Hi, > Currently I am using Apache 2.0.52 (patched with the ProxyPassCookie) > and what we are trying to do is rather complicated, but let me explain. > I am using mod_proxy_html as well to try to make the following work: > > We have the Apache server running as a proxy. Behind it we have an > ex

Re: [EMAIL PROTECTED] ProxyPass and reverse

2006-05-30 Thread Brian Rectanus
On 5/29/06, Giovanni <[EMAIL PROTECTED]> wrote: On 10:13, lunedě 29 maggio 2006, Axel-Stéphane SMORGRAV wrote: > It is really hard to understand exactly what your problem is because your > description is so sketchy. My understanding is that when you request > http://pippo/ntop/showPlugins.html?ic

[EMAIL PROTECTED] Mod_Proxy_html, MS exchange, and another web server

2006-05-30 Thread Jeff Larsen
Hello,   Currently I am using Apache 2.0.52 (patched with the ProxyPassCookie) and what we are trying to do is rather complicated, but let me explain.  I am using mod_proxy_html as well to try to make the following work:   We have the Apache server running as a proxy.  Behind it we have

AW: [EMAIL PROTECTED] htaccess

2006-05-30 Thread Mididoc Productions
thank you will do. mike > -Ursprungliche Nachricht- > Von: Boyle Owen [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 30. Mai 2006 13:45 > An: users@httpd.apache.org > Betreff: RE: [EMAIL PROTECTED] htaccess > > > > -Original Message- > > From: Mididoc Productions [mailto:[EMAIL P

RE: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-05-30 Thread Martyn Griffin
Have been trying a few things more and actually noticed what may be a key difference in the error msgs logged. When I use the entry: LoadModule php5_module modules/php5apache2.dll It returns the error --> The specified procedure could not be found. . When I use the full path to the or

Re: [EMAIL PROTECTED] Apache error

2006-05-30 Thread Joe Zitnik
>>> On 5/30/2006 at 8:44 AM, [EMAIL PROTECTED] wrote: Hi,Joe Zitnik wrote:> Hello all.  After applying some patches to a SuSE SLES 8 box, I get the> following error when trying to start apache.>  > Starting httpd []>  > [Fri May 26 12:20:28 2006] [warn] Apache does not support line-end> comments.>

RE: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-05-30 Thread Martyn Griffin
The problem is with the php interface module. But, just to make sure, I put a copy into the windows folder and retried, to no avail. Is it possible I have an access issue. I am running on XP Home. If so, how do I alter that. Since this is an internal Lan system, I could open up everything for now.

RE: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-05-30 Thread Martyn Griffin
When I initially tried that, based upon the example from the install manual, it complained about it with the following error msg: The Apache service named reported the following error: >>> Invalid command 'PHPIniDir', perhaps misspelled or defined by a module not >>> included in the server conf

Re: [EMAIL PROTECTED] Apache error

2006-05-30 Thread Neil A. Hillard
Hi, Joe Zitnik wrote: > Hello all. After applying some patches to a SuSE SLES 8 box, I get the > following error when trying to start apache. > > Starting httpd [] > > [Fri May 26 12:20:28 2006] [warn] Apache does not support line-end > comments. > Consider using quotes around argument: "#-1"

Re: [EMAIL PROTECTED] pdf problems?

2006-05-30 Thread Neil A. Hillard
Hi, Bill Jones wrote: > On 5/29/06, Bill Angus <[EMAIL PROTECTED]> wrote: > >> After upgrading to WIN32 APACHE 2.0.58 (binaries courtesy of Hunter's >> site - >> !! THANKS HUNTER !! ). we had a customer note that .PDF files on our >> site cannot be displayed in their IE browser. We discovered

[EMAIL PROTECTED] Apache error

2006-05-30 Thread Joe Zitnik
Hello all.  After applying some patches to a SuSE SLES 8 box, I get the following error when trying to start apache.   Starting httpd []   [Fri May 26 12:20:28 2006] [warn] Apache does not support line-end comments.Consider using quotes around argument: "#-1"Syntax error on line 633 of /etc/http

RE: [EMAIL PROTECTED] Re: Configuring Apache behind a wireless router

2006-05-30 Thread Vic Feria
See: http://www.tkk.fi/WWW/TKK/Apache/bind.html#listen -Original Message- From: Joost de Heer [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 30, 2006 2:26 AM To: Josh Sephton Cc: users@httpd.apache.org Subject: [EMAIL PROTECTED] Re: Configuring Apache behind a wireless router Josh Sephto

RE: [EMAIL PROTECTED] htaccess

2006-05-30 Thread Boyle Owen
> -Original Message- > From: Mididoc Productions [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 30, 2006 1:09 PM > To: users@httpd.apache.org > Subject: AW: [EMAIL PROTECTED] htaccess > > unfortunately the logfiles have been overwritten > will do a new install. You don't have to re-insta

Re: [EMAIL PROTECTED] apache Rewrite Rules

2006-05-30 Thread Bill Jones
On 5/30/06, Om <[EMAIL PROTECTED]> wrote: Thanks Owen, The link you have provided looks good. I will go through that and get back to the list, if i have any problems implementing those. and contribute something to this mailing list. Something to print-out and hold while you are studying: http:/

Re: [EMAIL PROTECTED] pdf problems?

2006-05-30 Thread Bill Jones
On 5/29/06, Bill Angus <[EMAIL PROTECTED]> wrote: After upgrading to WIN32 APACHE 2.0.58 (binaries courtesy of Hunter's site - !! THANKS HUNTER !! ). we had a customer note that .PDF files on our site cannot be displayed in their IE browser. We discovered that if we turn off MOD_DEFLATE, PDF

Re: [EMAIL PROTECTED] Apache 2.2 Fedora Core 4 RPMs

2006-05-30 Thread Bill Jones
On 5/29/06, Marc Perkel <[EMAIL PROTECTED]> wrote: Is there any Apache 2.2 RPMs for Fedora Core 4? [A Warning: I'm Not an Official Apache or Fedora Core source...] I'm making a fresh Apache 2.2.2 Fedora Core 4 (i386 version) for my students later today. While it will not be in RPM format the

AW: [EMAIL PROTECTED] htaccess

2006-05-30 Thread Mididoc Productions
unfortunately the logfiles have been overwritten will do a new install. as soon as i get the same php messages i will store them and send them to you. but the questions rests, why the error treatment works with all tipped files instead php extension. if the user tips /xxx/inde /xxx/index.htm etc.

RE: [EMAIL PROTECTED] htaccess ANY HELP PLEASE ?

2006-05-30 Thread Boyle Owen
> -Original Message- > From: Mididoc Productions [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 30, 2006 12:18 PM > To: users@httpd.apache.org > Subject: AW: [EMAIL PROTECTED] htaccess ANY HELP PLEASE ? > > > I didn't realize that posting my message twice causes such a > big problem for

AW: [EMAIL PROTECTED] htaccess ANY HELP PLEASE ?

2006-05-30 Thread Mididoc Productions
> > First off, it's not regarded as nice netiquette to repost to a > mailing list after only 5 hours. After a week, maybe... but after > 5 hours implies you think the rest of us exist merely to serve you :-) I didn't realize that posting my message twice causes such a big problem for you. >

[EMAIL PROTECTED] Reverse Proxy Cache not Caching in 2.2.2

2006-05-30 Thread Mike Scott
I'm trying to set up a reverse proxy cache to cache images in memory, to relieve disk load on the server that's actually storing them. The reverse proxy part is working perfectly, but the files are not being cached. Mod_proxy, mod_cache and mod_mem_cache are all compiled in, and it's a 64-bit buil

Re: [EMAIL PROTECTED] Getting Apache to use PHP under Window XP

2006-05-30 Thread William A. Rowe, Jr.
WDaquell wrote: Have you tried putting PHP.ini in your Windows folder? I had to do that before PHP would work on my system. The phpinidir directive helps too (fwiw - it's the DIR not including 'php.ini' filename). - The offici

[EMAIL PROTECTED] ASP files are htm files !!! :-)

2006-05-30 Thread Xavi Gracia
Hi ! First of all, thanks a lot for all your answers about the case sensitive problem... Finally, i make i the hard way and now, almost all the site is in small letters... Now i have another problem, a minor one luckily but very nasty... Before migrating to Unix, my main page was called ind

Re: [EMAIL PROTECTED] apache Rewrite Rules

2006-05-30 Thread Om
Thanks Owen, The link you have provided looks good. I will go through that and get back to the list, if i have any problems implementing those. and contribute something to this mailing list. Thank you very much. Om. [EMAIL PROTECTED] +91 9866 666460 Boyle Owen wrote: -Original Message-

[EMAIL PROTECTED] Re: Configuring Apache behind a wireless router

2006-05-30 Thread Joost de Heer
Josh Sephton wrote: > Hi, > > I'm trying to configure Apache to respond for requests to the external > address of my LAN. > > Currently I have a Belkin wireless router into which my internet comes in > through. I then have several Windows computers which connect to that > router. > One of these box

RE: [EMAIL PROTECTED] apache Rewrite Rules

2006-05-30 Thread Boyle Owen
> -Original Message- > From: Om [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 30, 2006 8:06 AM > To: apachesupport > Subject: [EMAIL PROTECTED] apache Rewrite Rules > > Hi friends, > I am a novice at mod_rewrite. > Can anybody suggest me any good site for the description of > Rewrite R

RE: [EMAIL PROTECTED] htaccess ANY HELP PLEASE ?

2006-05-30 Thread Boyle Owen
> -Original Message- > From: Mididoc Productions [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 30, 2006 1:14 AM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] htaccess ANY HELP PLEASE ? > Importance: High First off, it's not regarded as nice netiquette to repost to a mailing l