[users@httpd] The question of Apache deamontools

2012-08-08 Thread Liu JinGang
ApacheGroup Mem: hello,boys~ I use the deamontools to control the apache. run script as following(refer to the doc of www): - #!/bin/sh CONF=/etc/httpd/conf/httpd.conf DAEMON=/usr/sbin/httpd DAEMON_ARGS="-f $CONF -DNO_DETACH -DFOREGROUND -d /etc/ahttpd -DHAVE

Re: [users@httpd] How to debug 70014 and 70007 errors

2012-08-08 Thread ivan Gouin
Hi, Here's more information about my issue: Here i will call user : the application who post the request. apache : the httpd server who receive request from the client and send them to tomcat tomcat: the web server tomcat, a Web Service application Versions user : Apache CXF client 2.2.9 apache

[users@httpd] Re: How does one use cached, static non-private pages with https?

2012-08-08 Thread Tom Browder
On Tue, Jul 31, 2012 at 9:15 AM, Tom Browder wrote: > I have a completely https site and would like to make it more > efficient for non-private static pages. Ping, anyone? -Tom - To unsubscribe, e-mail: users-unsubscr...@httpd.

Re: [users@httpd] Disable directory listing in apache web server

2012-08-08 Thread Noel Butler
On Wed, 2012-08-08 at 12:42 +0530, Kaushal Shriyan wrote: > Hi, > > What are the best practices followed to disable directory listing. Any > pros and cons using .htacess file or any fool proof method to > implement which takes care of security issues. > Please help me understand. > Well, I ass

[users@httpd] Disable directory listing in apache web server

2012-08-08 Thread Kaushal Shriyan
Hi, What are the best practices followed to disable directory listing. Any pros and cons using .htacess file or any fool proof method to implement which takes care of security issues. Please help me understand. Regards Kaushal