[users@httpd] Question on FileETag and mod_dav_fs

2012-03-04 Thread Tianyin Xu
Hi, all, I saw the warning message in the manual, the FileETag entry: - Warning Do not change the default for directories or locations that have WebDAV enabled and use mod_dav_fshttp://httpd.apache.org/docs/2.4/mod/mod_dav_fs.htmlas a

Re: [users@httpd] getting the svn revision number out of tree.

2012-03-04 Thread Rainer Jung
On 04.03.2012 08:42, Michael Felt wrote: Hi, When checking out a tree the last line is a revision number that has been checked out. Is there a simple way to get that revision number using a script similar to the build/pkg/pkginfo script in the httpd distributions? Parse the output of svn

Re: [users@httpd] Re: Any suggestions for a presentation at ApacheConNA2012?

2012-03-04 Thread J.Lance Wilkinson
William A. Rowe Jr. wrote: On 3/2/2012 6:29 PM, Daniel Ruggeri wrote: All; I'm hoping I can make it to ApacheCon NA again this year. I had a lot of fun presenting 'The mod_proxy_balancer cookbook' in 2010 and would like to submit to present again. Since I didn't get a lot of feedback one way

[users@httpd] changing owner:group of uploaded data

2012-03-04 Thread Wolfgang Laun
A CGI script creates a file; it should also change it's natural owner and group (daemon.daemon) to the one of the (authenticated) requesting user. Several users should be able to do that. Having read the Apache 2.4 documentation on Suexec I have the impression that this isn't possible at all. Is

[users@httpd] troubleshoutings with my Web Host

2012-03-04 Thread florent larose
well, i m having troubleshoutings when installing a componant in cms joomla. Some are saying that it could be a problem with the server request response time. Others say that the problem is due to a disabled permission for security in the confi -guration of my web host. What does it mean in

Re: [users@httpd] changing owner:group of uploaded data

2012-03-04 Thread Mark Montague
On March 4, 2012 12:33 , Wolfgang Laun wolfgang.l...@gmail.com wrote: A CGI script creates a file; it should also change it's natural owner and group (daemon.daemon) to the one of the (authenticated) requesting user. Several users should be able to do that. Having read the Apache 2.4

[users@httpd] Apache 2.2 on Windows refuses to process more than 5 requests from one client concurrently

2012-03-04 Thread Yakov Shapiro
Hello, I have been trying to configure Apache 2.2 running on Windows to simultaneously handle a large number - say, a hundred - of incoming web requests from a single UNIX machine. I have already raised ThreadsPerChild on the Apache server to 128. To isolate the problem, I also wrote a short Perl

[users@httpd] Re: apache vs Hiawatha web server

2012-03-04 Thread DW
Rajeev Prasad wrote: Has anyone here ever tried Hiawatha web server? i need to run only mysql, php and perl in the backend. i am concerned with memory footprint and speed difference between the two servers. personal websites would be holding data, pictures, videos etc. at what kind of

[users@httpd] Re:4

2012-03-04 Thread pe uni
..This is a good way to make some extra cash. http://progos.formation.erasme.org/service.link.php?yppage=93ix7 - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail:

[users@httpd] confused about modsecurity and apparmor

2012-03-04 Thread Rajeev Prasad
want to make sure my web server is highly secure.   I am not sure between modsecurity and AppArmor. can someone help with their experience?   ty Rajeev

[users@httpd] https port and virtualhost

2012-03-04 Thread Alain Roger
Hi, on my local windows 7 computer, i have installed and setup a web server for development purpose. everything works well under port 80 (listening, servername, etc..), i also setup virtualhost in extra conf file as following: VirtualHost *:80 DocumentRoot d:/webserver/www/joomla25 ServerName

Re: [users@httpd] changing owner:group of uploaded data

2012-03-04 Thread Steve Swift
This certainly sounds like a situation for SUEXEC. However, if you need the apache server to assign files to arbitrary user:group then there are two ways that I know of: 1. You could create a SUDO entry which allows apache to use the chown/chgrp command AS root 2. You could create a