[users@httpd] Clarification on Apache timouts

2011-12-09 Thread Sheryl
that something is *preparing* to send back a response. Certainly Timeout at the default setting has no effect, and I don't see any other directive that looks promising. Am I missing something? Thanks, Sheryl - The official

Re: [users@httpd] Clarification on Apache timeouts

2011-12-09 Thread Sheryl
. The developers say they can't fix the code and are taking the apache is broken or it would solve this for us tack. That's why I'm trying to find out more how the apache timeouts work. Sheryl - The official User-To-User support forum

Re: [users@httpd] Clarification on Apache timeouts

2011-12-09 Thread Sheryl
Nick Kew wrote: On Fri, 09 Dec 2011 14:36:02 -0500 (EST) Sheryl gubyd...@his.com wrote: The developers say they can't fix the code and are taking the apache is broken or it would solve this for us tack. That's why I'm trying to find out more how the apache timeouts work. Apache timeouts

Re: [us...@httpd] Apache2, MySQL and mod_dbd

2010-11-04 Thread Sheryl
is close and a patch is available from another source which will bring it the rest of the way. Good luck, Sheryl I am using OSX 10.6.4 (I guess one can solve it as you would do in linux) Apache 2.2.17 MySQL 5.1 I really need to solve this and hope someone knows how to do this! Thanks

Re: [us...@httpd] AllowOverride: Pros and Cons

2010-07-19 Thread Sheryl
Hi Sheryl, Thanks for your reply. I'm not sure how can I give users a better solution as they need .htaccess files on their webroot. Sorry about the delay in replying. I didn't have time to read the list last week. As I think I said, it all depends upon the circumstances. If you're doing

Re: [us...@httpd] AllowOverride: Pros and Cons

2010-07-08 Thread Sheryl
AllowOverride None. Sheryl Thanks. James - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: users-unsubscr

Re: [us...@httpd] httpd vhost centralized logging

2010-05-26 Thread Sheryl
Have you looked at syslog-ng? Also might want to take a look at loganalysis.org. They have some resources which may (or may not) be of some help. Sheryl We wanted to use syslog too, but it's very rigid (only 8 localX facility for custom logs) so we discarded this solution. We heard

Re: [us...@httpd] Can I have 2 httpd servers running on 2 different ports?

2010-02-24 Thread Sheryl
/opt/servername/apache -f /opt/servername/apache/conf in addition to any other flags you'd pass apachectl. Sheryl Start the server with /usr/local/apache2-different_port/bin/apachectl start. The nice thing about doing this is that you can put different things in different servers - say a light

Re: [us...@httpd] how to get multiple SSL with name based vhost ?

2009-12-03 Thread Sheryl
On Tue, Dec 1, 2009 at 3:48 PM, Sheryl gubyd...@his.com wrote: To back up a moment, though -- another way to do this is to define multiple IPs on the network card and run multiple instances of apache, each with different config files.  We run 20 or more on some of our production servers

Re: [us...@httpd] how to get multiple SSL with name based vhost ?

2009-12-03 Thread Sheryl
and SNI support is ubiquitous. Sheryl - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: users-unsubscr

RE: [us...@httpd] how to get multiple SSL with name based vhost ?

2009-12-01 Thread Sheryl
. Sheryl - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org from the digest

Re: [us...@httpd] ssl - apache - solaris

2009-11-05 Thread Sheryl
Thanks for you replies guys : Loadfile before module works fine ;-) The only thing to watch out with on loadfile is that sometimes an upgrade will disappear the addtion and you'll have to put it back. I never had the problem on Solaris but I have seen that happen on RHEL. Sheryl

RE: [us...@httpd] Re: backup restore apache mysql

2009-08-07 Thread Sheryl
Sheryl Many thanks for the comprehensive reply and information; I'll look at zmanda now (I have looked at using the Amanda backup stuff once already and thought it was very good). Would making a copy of the httpd.conf and conf.d folders be sufficient for a good easily restorable Apache

Re: [us...@httpd] Re: backup restore apache mysql

2009-08-06 Thread Sheryl
mysqldump. Regards, Sheryl - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org

Re: [us...@httpd] php

2009-05-20 Thread Sheryl
be able to just compile PHP once and copy the libphp5.so file to the modules directory in each instance of apache. In your startup file, set and export the PHPRC variable to the path to a separate php.ini file for each instance of apache. See http://www.php.net/manual/sl/configuration.php Sheryl Hi

Re: [EMAIL PROTECTED] mod_auth_ldap

2008-09-30 Thread Sheryl
. On linux RPM systems, there's usually an ldap-devel package you have to install in addition to ldap so you can compile programs to use the libraries. Good luck, Sheryl Thanks, Drew -- Be a Great Magician! Visit The Alchemist's Warehouse http://www.alchemistswarehouse.com

[EMAIL PROTECTED] httpd 2.0.53 mod_auth and virtual host problem

2007-11-30 Thread Sheryl
below. Any help appreciated. I've read all the mod_auth and mod_access stuff on the Apache site, wasn't able to figure out how to formulate a search for the archives. Thanks, Sheryl Directory .../htdocs/main_directory Options -Indexes FollowSymLinks MultiViews AllowOverride AuthConfig

Re: [EMAIL PROTECTED] httpd 2.2.6: DBD: No driver for mysql

2007-10-05 Thread Sheryl
something in the dbd subdirectory. Thanks, Sheryl - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED

[EMAIL PROTECTED] httpd 2.2.6: DBD: No driver for mysql

2007-10-04 Thread Sheryl
reports and searched this lists's archives with no success. Thanks, Sheryl - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e

Re: [EMAIL PROTECTED] Apache Modules and Libraries

2007-09-14 Thread Sheryl
to do that by exporting LDFLAGS='-L/path/to/lib -R/path/to/lib' or you may have to do something like export LDFLAGS=-L/path/to/lib -Wl,--rpath -Wl,/path/to/lib Sheryl - The official User-To-User support forum of the Apache HTTP

Re: [EMAIL PROTECTED] Configuring multiple instances of apache on the same machine

2007-07-24 Thread Sheryl
a little complicated, but the brilliance of it is that if you install a new version of apache you may be able to just change the base pointer and go if the software doesn't change very much. And no compilation is required if you want to make a new instance. Sheryl

Re: [EMAIL PROTECTED] mod_ldap.so won't load

2007-07-17 Thread Sheryl
httpd can't find it. The envvars file is the method by which you get around that problem. Sheryl - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more

Re: [EMAIL PROTECTED] apache2.2 + mod_authnz_ldap + openldap (all win32 native binaries)

2007-06-25 Thread Sheryl
that line after a google search. You also seem to have some SSL issue but not sure if it's affecting the problem since you don't seem to be using ldaps: to access ldap. I do, and believe it's always a good idea to encrypt password traffic. Good luck, Sheryl

Re: [EMAIL PROTECTED] good book about apache 2.2

2007-05-07 Thread Sheryl
at it before you buy. Sheryl - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] from