[users@httpd] Apache 2.4 | require and AuthMerging

2013-09-24 Thread King Holger (CI/AFP2)
Dear Apache community, we just wonder why when using the following configuration: # allow using the / directory of this virtual host by all Location / Require all granted /Location Alias /fslogs /opt/wcms/fs4/log Directory /opt/wcms/fs4/log IndexIgnore .. fs4.pid fs-wrapper.log

Re: [users@httpd] Apache 2.4 | require and AuthMerging

2013-09-24 Thread Eric Covener
Location has higher precedence than Directory. It's merged after, not before. On Tue, Sep 24, 2013 at 6:05 AM, King Holger (CI/AFP2) holger.k...@de.bosch.com wrote: Dear Apache community, we just wonder why when using the following configuration: # allow using the / directory of this

[users@httpd] Downloads for Apache 2.4.6 w/ OpenSSL 1.0.1e !!

2013-09-24 Thread Thakur, Praveen Kumar
Hi, We want to ship Apache 2.4.6 w/ OpenSSL 1.0.1e binaries with our product for Windows platform. I could see in URL http://httpd.apache.org/docs/2.4/platform/windows.html that Apache recommends following URLs to download these binary packages. Are these locations safe to download the Apache

[users@httpd] Apache2 hidden files folders

2013-09-24 Thread Sós Dániel
Hi, Sorry, I speak a little english. My native language is Hungarian. I'm use Debian Wheezy (apache2) and Mozilla Firefox. I would like see listing my hidden files and hidden folders in my Firefox browsers at localhost. All files and folders (include . first character). Example: I see now

Re: [users@httpd] Apache2 hidden files folders

2013-09-24 Thread Pete Houston
On Tue, Sep 24, 2013 at 06:21:23PM +0200, Sós Dániel wrote: IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t The first term there will prohibit display of your dotfiles. Try removing it and use this instead: IndexIgnore *~ *# HEADER* README* RCS CVS *,v *,t Also, be very careful

Re: [users@httpd] Apache2 hidden files folders

2013-09-24 Thread Sós Dániel
Thanks your answer! I know not recommended. htaccess files source code is only my localhost (not internet, only local). This not work, not listing dot files: IndexIgnore *~ *# HEADER* README* RCS CVS *,v *,t My /etc/apache2/sites-available/localhost file is: VirtualHost *:80 ServerName

Re: [users@httpd] Apache2 hidden files folders

2013-09-24 Thread Pete Houston
On Tue, Sep 24, 2013 at 06:39:09PM +0200, Sós Dániel wrote: This not work, not listing dot files: IndexIgnore *~ *# HEADER* README* RCS CVS *,v *,t It works for me in Apache 2.2.24. Which specific version are you running? Are you sure there are no other IndexIgnore directives in your

Re: [users@httpd] Apache2 hidden files folders

2013-09-24 Thread Sós Dániel
Not work for me in Firefox, but I run /etc/init.d/apache2 restart apache2 -v Server version: Apache/2.2.22 (Debian) Server built: Mar 4 2013 21:32:29 2013/9/24 Pete Houston p...@openstrike.co.uk: On Tue, Sep 24, 2013 at 06:39:09PM +0200, Sós Dániel wrote: This not work, not listing dot

[users@httpd] Single User DoS. How is this happening?

2013-09-24 Thread Ryan Merrell
We've had a problem occur maybe 5 times over the last year where a single user is DoS'ing our web server (unintentionally) and I'm having a hard time figuring out how it's happening. Background Info: We're an online school with moderate traffic levels (800+ unique IPs with 18,000 GET/POST over

Re: [users@httpd] Single User DoS. How is this happening?

2013-09-24 Thread john gale
Sometimes client bugs can manifest itself this way, say if a malformed redirect continues redirecting them back to the same page, and a client bug prevents noticing this. What was the UserAgent of the user ? ~ john On Sep 24, 2013, at 10:37 AM, Ryan Merrell wrote: We've had a

Re: [users@httpd] Single User DoS. How is this happening?

2013-09-24 Thread Ryan Merrell
Unfortunately we aren't capturing the UserAgent in any of our logs. That's something I'll want to adjust. On Tue, Sep 24, 2013 at 11:41 AM, john gale j...@smadness.com wrote: Sometimes client bugs can manifest itself this way, say if a malformed redirect continues redirecting them back to the

[users@httpd] unsubscribe

2013-09-24 Thread Pete Jibe
Mod(S), Please unsubscribe this address if received. Mail server returns NDR with high ranking spam verdict and fails to auto unsubscribe. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands,

[users@httpd] How to implement multi-language support for column names generated by auto indexing?

2013-09-24 Thread Bryce Powell
Hi How does one implement multi-language support for column names generated by auto indexing? e.g. auto indexing produces columns Name, LastModified, Size, but how does one configure Apache web server to generate these in another language, if requested by the client browser? Thanks, Bryce