Re: [us...@httpd] php

2009-05-20 Thread Sheryl
should 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.p

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

2009-08-06 Thread Sheryl
onally with a recovery to be sure that you have it right and you don't have to figure out syntax under pressure. Document with a cheat sheet. The documentation on dev.mysql.com will tell you how to run mysqldump. Regards, 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

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

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

2009-12-01 Thread Sheryl
restarts to clear a problem. But it all depends on the environment. Sheryl - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscri

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 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 >&g

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

2009-12-03 Thread Sheryl
see a "one-size-fits-all" solution here, it seems just to be a case of which tradeoff will work best for a given environment -- at least until some time has passed and SNI support is ubiquitous. Sheryl - The official Us

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

2010-02-24 Thread Sheryl
rt up use -d /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 d

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

2010-02-25 Thread Sheryl
>> What benefit does this give you over running VirtualHost? >> > > (I wouldn't set up a second instance like suggested, but..) Curious about why not... BTW, my example was a little simplified. In practice we actually make a link "base" which points to the apache directory and the link bin to b

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

2010-03-02 Thread Sheryl
sion for any reason). > However, we don't do this so much anymore. Now typically, we will > configure a separate freebsd jail for each service. I'd like to be doing something like that, or VMs, but unfortunately those methods have not been so easy to get approved. Sheryl

Re: [EMAIL PROTECTED] mod_auth_ldap

2008-09-30 Thread Sheryl
sure that you have the ldap headers and libraries installed. 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 >

Re: [EMAIL PROTECTED] good book about apache 2.2

2007-05-07 Thread Sheryl
on safari.informit.com. Some local libraries have subscriptions, so you might be able to take a look at it before you buy. Sheryl - The official User-To-User support forum of the Apache HTTP Server Project. See http://h

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

2007-06-25 Thread Sheryl
t; line. I think I had beaten my head against a wall trying to upgrade my 2.0.x setup to 2.2.x and found 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

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

2007-07-17 Thread Sheryl
y is not in a standard directory or in your local LD_LIBRARY_PATH 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 Serv

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

2007-07-24 Thread Sheryl
iles are picked up for each instance. It probably sounds 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 i

Re: [EMAIL PROTECTED] Apache Modules and Libraries

2007-09-14 Thread Sheryl
variable. Or you can compile in an RPATH which may have a slight security benefit. Depending upon the OS, you may be able 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/li

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

2007-10-04 Thread Sheryl
x27;ve looked in bug 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 http://httpd.apache.org/userslist.html> for

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

2007-10-05 Thread Sheryl
tory above, expecting to see something in the dbd subdirectory. Thanks, Sheryl - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To

[EMAIL PROTECTED] httpd 2.0.53 mod_auth and virtual host problem

2007-11-30 Thread Sheryl
directory's Directory directive and virtual host definitions are outlined 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 Options -Indexes

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. >

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

2010-07-08 Thread Sheryl
st took a quick look and they recommend "AllowOverride None". Sheryl > > Thanks. > James > - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslis

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

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

2010-11-04 Thread Sheryl
ouple of them out there, none of them updated for apache 2.2.x, but mysql-3.0.0 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 >

[users@httpd] Clarification on Apache timouts

2011-12-09 Thread Sheryl
time 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 - Th

Re: [users@httpd] Clarification on Apache timeouts

2011-12-09 Thread Sheryl
umber of http connections periodically. 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

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 " 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 ap