Re: [users@httpd] Problem setting up ssl

2018-08-21 Thread Tony DiLoreto
is something of interest to you, please send me your LinkedIn url and/or CV and some good days/times to chat. Thanks, Tony On Tue, Aug 21, 2018 at 4:12 AM Sander Smeenk wrote: > Quoting Mahmood Naderan (nt_mahm...@yahoo.com.INVALID): > > > >Is default-ssl site "enabled&qu

Re: [users@httpd] MPM Modules Rule of Thumb

2017-09-06 Thread Tony DiLoreto
_alias_module (shared) watchdog_module (shared) dav_module (shared) dav_fs_module (shared) dav_lock_module (shared) mpm_worker_module (shared) ssl_module (shared) cgid_module (shared) php5_module (shared) pagespeed_module (shared) Thoughts on optimization/memory repair? Thank you! On

Re: [users@httpd] MPM Modules Rule of Thumb

2017-09-06 Thread Tony DiLoreto
ity of the platform you'd expect more people to have blogged about the required mods and MPM settings for this, but I've come back with little. Do we have a "barebones Wordpress" list of mods that are required? On Wed, Sep 6, 2017 at 1:30 AM Luca Toscano wrote: > Hi Tony,

Re: [users@httpd] MPM Modules Rule of Thumb

2017-09-05 Thread Tony DiLoreto
is helps. On Tue, Sep 5, 2017 at 1:16 PM Luca Toscano wrote: > Hi Tony, > > 2017-08-31 23:43 GMT+02:00 Tony DiLoreto : > >> Hi All, >> >> I've been scouring the internet for best practices or heuristics for >> specifying parameter values of the MPM direct

[users@httpd] MPM Modules Rule of Thumb

2017-08-31 Thread Tony DiLoreto
Hi All, I've been scouring the internet for best practices or heuristics for specifying parameter values of the MPM directives. My server seems to lock up regardless of the values I enter. Are there "rules of thumb" for each MPM type (prefork, worker, event)? Thanks! -- Tony DiL

Re: [users@httpd] Fine Tuning Apache 2.4 on AWS EC2 t2.medium Instance

2016-10-12 Thread Tony DiLoreto
free memory Apache is allowed to consume. Any thoughts? On Sat, Oct 1, 2016 at 1:59 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Tony, > > On 10/1/16 4:36 PM, Tony DiLoreto wrote: > > All, > &

[users@httpd] Fine Tuning Apache 2.4 on AWS EC2 t2.medium Instance

2016-10-01 Thread Tony DiLoreto
be serving more than 10k pageviews/month, and never more than 20 at any given moment. Any recommendations?? Thanks in advance! -- Tony DiLoreto President & CEO Migliore Technologies Inc 716.997.2396 t...@miglioretechnologies.com miglioretechnologies.com *The best in the business...period!*

[users@httpd] REMOTE_USER not set for unprotected pages

2014-10-28 Thread Tony Middleton
looking at REMOTE_USER but it appears that it is not set for those parts not covered by Require valid-user. Is there any way to require that REMOTE_USER be set even for unprotected pages once a user/password has been entered? Regards Tony signature.asc Description: OpenPGP digital signature

Re: [users@httpd] DirectoryIndex

2014-04-02 Thread Tony Kwan
Hi, I have tried "DirectoryIndex index.html index.php" but it still recognized the index.html only (first one). Any other suggestions? Thanks! Regards, Eddy On Thu, Apr 3, 2014 at 10:31 AM, P. Guethlein wrote: > Try > > DirectoryIndex index.html index.php > > > > At 08:41 PM 4/1/2014, you w

[users@httpd] DirectoryIndex

2014-04-01 Thread Tony Kwan
Hi, We used "DirectoryIndex" and here is the list DirectoryIndex index.html DirectoryIndex index.php Everything works fine without any problem. But recently we have added another "RequestHeader unset Authorization" Directive Options None AllowOverride None RequestHeader unset Authoriza

[users@httpd] All connections passed on to app server?

2014-02-10 Thread Tony Anecito
.   Thanks, -Tony

Re: [users@httpd] Apache %D and %T meanings...

2013-09-09 Thread Tony Anecito
Thanks! I wanted to ake sure Apache APR had no influence over the logging.   Yes I will aske the Tomcat group about the resolution and if they plan to change it.   Best Regards, -Tony From: Rainer Jung To: users@httpd.apache.org Sent: Monday, September 9

Re: [users@httpd] Apache %D and %T meanings...

2013-09-09 Thread Tony Anecito
Many Thanks. I thought I was using the APR which is the native version of Apache so was thinking that produced the logs I was looking at. I will verify the valve is turned on for for APR. If it is should I see milliseconds for the %D?   Regards, -Tony From

[users@httpd] Apache %D and %T meanings...

2013-09-09 Thread Tony Anecito
    0.103 32  0.032 The Apache documention seems to indicate %D is microseconds not milliseconds. Does anyone know what to expect? Thanks, -Tony

RE: [users@httpd] Cannot get Apache 2 basic authentication working with CRYPT on Win7

2013-04-30 Thread Bennett, Tony
authentication. -tony -Original Message- From: Bo Berglund [mailto:bo.bergl...@gmail.com] Sent: Tuesday, April 30, 2013 6:06 AM To: users@httpd.apache.org Subject: [users@httpd] Cannot get Apache 2 basic authentication working with CRYPT on Win7 I have a local Apache 2.2 server on my

RE: [users@httpd] Re: Delivery Status Notification (Failure)

2013-01-29 Thread Bennett, Tony
,bin,ucb,lpp} Directories containing binary files. /usr/src/* Directories containing source code files. But, if you didn't install the openssl which you built in those locations, then it wouldn't find it there. -tony -Original Message- From: Joe H

FW: [users@httpd] How to build Apache with latest version of OpenSSL

2013-01-28 Thread Bennett, Tony
The problem is likely that when you ran "configuration", prior to running the Apache build did not find the new version of "ssl". I would examine what directive you gave to configure to indicate the location of SSL. .. mine is:     --with-ssl=/usr/local/dms/openssl.1.0.0e From: Jo

RE: [users@httpd] Web Dav overwrite files

2013-01-21 Thread Bennett, Tony
the 201 (Created) response. If an existing resource is modified, either the 200 (OK) or 204 (No Content) response codes SHOULD be sent to indicate successful completion of the request. HTH, -tony -Original Message- From: Johan Moraal [mailto:johan.mor...@gmail.com] Sent: Monday

RE: [users@httpd] Apache worker MPM

2012-12-08 Thread Bennett, Tony
Have a look here: http://httpd.apache.org/docs/2.2/mod/worker.html From: vicky [vicky007aggar...@yahoo.co.in] Sent: Saturday, December 08, 2012 11:45 AM To: users@httpd.apache.org Subject: [users@httpd] Apache worker MPM Hi All, Why does the Worker MPM m

RE: [users@httpd] Android device ID not show on access_log

2012-12-07 Thread Bennett, Tony
FYI: On my DroidX, I have found that the User-Agent sent to apache is different based upon which browser on Android that you use: Firefox produces: "Mozilla/5.0 (Android; Mobile; rv:17.0) Gecko/17.0 Firefox/17.0" The built-in browser produces: "Mozilla/5.0 (Linux; U; Android 2.3.4; en-u

RE: [users@httpd] Error in accessing the home page

2012-11-29 Thread Bennett, Tony
Documentation on the container: http://httpd.apache.org/docs/2.2/mod/core.html#directory -Original Message- From: Alex Chen [mailto:alex_c...@filemaker.com] Sent: Thursday, November 29, 2012 3:58 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Error in accessing the home page

[users@httpd] Why does a DELETE transaction check for locks on Parent Collection

2012-09-26 Thread Bennett, Tony
worked it had a slightly different "If" header: If: <http://dmsa.con-way.com/TEST_DIR/~%24EXCEL_File.xlsx> () Any insight would be helpful. -tony - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

RE: [users@httpd] Intermittent mod_proxy_ajp error - APR does not understand this error code: proxy: dialog

2012-07-25 Thread Carlucci, Tony
>On 23.07.2012 20:36, Carlucci, Tony wrote: >> Hello, I’ve been trying to track down an intermittent problem with a >> Java web application that is running on tcServer fronted by Apache HTTP >> Server.We get intermittent “Server Unavailable / HTTP 500” errors, >> and w

[users@httpd] Intermittent mod_proxy_ajp error - APR does not understand this error code: proxy: dialog

2012-07-23 Thread Carlucci, Tony
a application code that is causing this, in combination with the mod_proxy_ajp module, but we have hit a wall as to what this issue could be. Has anyone else experienced a similar intermittent issue combined with the above error messages? Below is a copy of the error log and some co

RE: [users@httpd] Compiling/Installing httpd 2.4.2 on AIX 6.1 with gcc/g++

2012-06-14 Thread Bennett, Tony
RE: what I needed to add for the IBM compiler was -qlangval=extc99 so that it would accept c++ like comments You can give xlc this argument to allow C++ comments: -qcpluscmt From: Michael Felt [mailto:mamf...@gmail.com] Sent: Thursday, June 14, 2012 2:38 PM To: users@httpd.apache.o

[users@httpd] Re: Tomcat + APR + 64-bit is it possible??

2012-05-03 Thread Tony Anecito
So there is no Apache Web server 64-bit binary for windows? I went to try to download one and it looked like none existed. Am I right? --- On Tue, 5/1/12, Tony Anecito wrote: From: Tony Anecito Subject: Tomcat + APR + 64-bit is it possible?? To: "Apache Mailing List" Date: Tues

[users@httpd] Tomcat + APR + 64-bit is it possible??

2012-05-01 Thread Tony Anecito
Hi, I did not see Tomcat APR 64-bit binaries for download so does that mean if I want Apache and Tomcat running as 64-bit I can not use APR and instead go with 64-bit Apache httpd and Tomcat with 64-bit Java JDK? Thanks, -Tony

RE: [users@httpd] adding particular option to httpd build

2012-03-20 Thread Bennett, Tony
e same directory as "configure". -tony From: Igor Cicimov [mailto:icici...@gmail.com] Sent: Tuesday, March 20, 2012 12:30 AM To: users@httpd.apache.org Subject: Re: [users@httpd] adding particular option to httpd build Not enogh info what apache and what OS? Anyway, read this: h

[users@httpd] RE: apache + AD auth

2011-08-31 Thread Bennett, Tony
e problem (probably not), but it is a deviation from the specs. -tony -Original Message- From: Diego Maciel Gomes [mailto:diego.go...@cecred.coop.br] Sent: Wednesday, August 31, 2011 9:33 AM To: users@httpd.apache.org Subject: [users@httpd] RES: apache + AD auth Anynone?

RE: [users@httpd] Re: What are accept.lock files?

2011-05-10 Thread Bennett, Tony
Simplistically, they are files used by Apache to control exclusive access to some resources. Don't delete them. -Original Message- From: Steven Ross [mailto:apache@bustspammers.com] Sent: Tuesday, May 10, 2011 10:50 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Re: What ar

[users@httpd] Steps to enable Apache/SSL on Windows 2003

2011-05-06 Thread Tony - Development Account
SSL within the same directory. I tried consulting the http://httpd.apache.org/docs/2.2/ documentation but there is nothing as far as steps go to enable. Can someone please point me in the right direction? Thanks, Tony

Re: [users@httpd] What is %D in access log meassuring?

2011-03-31 Thread Tony Anecito
s the network card. If I ran the same test from a cheap laptop running on my 1Gb Ethernet I get around 2-3ms. Regards, -Tony - Original Message From: Mark Montague To: users@httpd.apache.org Cc: Janne H Sent: Thu, March 31, 2011 7:10:22 AM Subject: Re: [users@httpd] What is %D in acces

RE: [users@httpd] Question about mod_dav in Apache2(Centos)

2011-03-10 Thread Bennett, Tony
"DAV On" can be used within a or within a or */ So, your problem is elsewhere. Does your apache_error_log provide any clues...??? From: zMatthew [mailto:mathewz...@hotmail.com] Sent: Thursday, March 10, 2011 12:37 AM To: users@httpd.apache.org Subject: RE: [users@httpd] Question about mod_dav

Re: [users@httpd] Incredible amount of memory allocated by Apache?

2011-02-16 Thread Tony Mobily
Hi, The real question then is: how come another server running Symfony gives me: PID USER PR NI VIRT RES SHR S %CPU %MEMTIME+ COMMAND 20010 apache16 0 69008 33m 25m S 1.8 0.9 0:18.35 httpd 20161 apache16 0 70552 34m 24m S 0.0 1.0 0:12.20 httpd 27109 apache

[users@httpd] More info...

2011-02-15 Thread Tony Mobily
Hi, I just realised I didn't give much info in my previous post about Apache's memory output. OK, here is more info. In httpd.conf I have: StartServers 8 MinSpareServers5 MaxSpareServers 20 ServerLimit 20 MaxClients 20 MaxRequestsPerChild 1500 It's a Linux box: [root@

[users@httpd] Incredible amount of memory allocated by Apache?

2011-02-15 Thread Tony Mobily
Hi, I am very confused by some output in my server. I am hoping my good karma for running an online magazine about free software will help me get some advice, instead of being laughed as... Top is giving me this: op - 04:28:17 up 48 days, 8:56, 1 user, load average: 0.38, 0.32, 0.36 Tasks: 140 tot

Re: [users@httpd] Expires question...

2011-02-02 Thread Tony Anecito
Thanks I was wondering. -Tony - Original Message From: Eric Covener To: users@httpd.apache.org Sent: Wed, February 2, 2011 11:47:56 AM Subject: Re: [users@httpd] Expires question... On Wed, Feb 2, 2011 at 1:29 PM, Tony Anecito wrote: > Hi All, > > If the expires head

[users@httpd] Expires question...

2011-02-02 Thread Tony Anecito
, -Tony - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org "

Re: [users@httpd] Browser, Apache and caching...

2011-02-02 Thread Tony Anecito
rather than the browser or proxy if the time has not expired for that file. Thanks for the prompt reply. -Tony - Original Message From: Tom Evans To: users@httpd.apache.org Sent: Wed, February 2, 2011 10:47:41 AM Subject: Re: [users@httpd] Browser, Apache and caching... On Wed, Feb 2

[users@httpd] Browser, Apache and caching...

2011-02-02 Thread Tony Anecito
the request has in it (I assume a file timestamp)? Just trying to figure out if expires header is really needed because if you use it by setting a future date then the only way to get the file sent across due to some change is to rename it slightly. Thanks, -Tony

[us...@httpd] RE: Apache Configure going into infinite loop

2010-12-16 Thread Bennett, Tony
hether make sets $(MAKE)... yes checking how to run the C preprocessor... xlc_r -E checking for gawk... no < stuff deleted > -tony -Original Message- From: Goel, Rohit [mailto:rohit.g...@fmr.com] Sent: Thursday, December 16, 2010 11:58 AM To: users@httpd.apache.org Sub

[us...@httpd] RE: Apache Configure going into infinite loop

2010-12-16 Thread Bennett, Tony
Here's how we issue configure on AIX 5.3 (and 6.1) with Apache 2.2.10, bearing in mind we were using IBM's "C for AIX", which necessitated specifying CC=xlc_r and CPPFLAGS=-D_THREAD_SAFE. Here's the contents of config.nice: CC="xlc_r"; export CC CPPFLAGS="-D_THREAD_SAFE

RE: [us...@httpd] Could not get next bucket brigade [500, #0]

2010-11-17 Thread Bennett, Tony
The client broke the socket-connection before sending a complete request. mod_dav reads client request from a bucket-brigade (see http://www.apachetutor.org/dev/brigades for an overview). If getting the next bucket fails, you get that message. The primary cause I've see is a client breaking a con

RE: [us...@httpd] Rotating logs

2010-11-12 Thread Bennett, Tony
t;" TransferLog logs/access_log Notice that in the example, the LogFormat for the ApacheAccessLog is immediately before the TransferLog directive.. If you still have problems, You might also read over this link on the use of "pipe": http://httpd.apache.org/docs/2.2/log

RE: [us...@httpd] Rotating logs

2010-11-12 Thread Bennett, Tony
apache.org/docs/2.2/mod/mod_log_config.html#transferlog -tony From: Patrick McCambridge [mailto:mcca...@fdny.nyc.gov] Sent: Friday, November 12, 2010 7:05 AM To: users@httpd.apache.org Subject: RE: [us...@httpd] Rotating logs Hi Tony, finally had a chance to test this.  All I did was change the dire

RE: [us...@httpd] Rotating logs

2010-11-05 Thread Bennett, Tony
cond... ...and its rotated every 86400 seconds (once a day). You'll note we specify "-l", which means all processing is done in local time. Here's an example of one of our apache_access_log filenames: /var/adm/syslog/apache_access_log.11-05-10-12:00:00 hop

[us...@httpd] mod_deflate debug messages in errorlog

2010-09-27 Thread Tony van der Hoff
o get rid of this annoyance, please? -- Tony van der Hoff| mailto:t...@vanderhoff.org Buckinghamshire, England | - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apach

RE: [us...@httpd] 2.2.15 Build failure on AIX 6.1

2010-08-03 Thread Bennett, Tony
/software/aix/linux/toolbox/ezinstall.html) downloaded and installed the libgcc RPM. Following that, I re-ran configure, and was able to successfully build apache. Thanks for your help. -tony -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Monday, August 02, 2010 5:27

RE: [us...@httpd] 2.2.15 Build failure on AIX 6.1

2010-08-02 Thread Bennett, Tony
Sorry, /usr/bin/bash is not installed on the system. I reran config without a CONFIG_SHELL environmental variable and got this when I tried making: /bin/sh /home/trbennet/dnload/httpd-2.2.15/srclib/apr/libtool --silent --mode=li nk gcc -g -O2 -pthread -DHAVE_CONFIG_H -U__STR__ -D_THRE

[us...@httpd] 2.2.15 Build failure on AIX 6.1

2010-08-02 Thread Bennett, Tony
Building Apache 2.2.15 on AIX 6.1 using GCC 4.2.0 is failing for me, (see actual error message below). Environment: OS AIX 6.1.3 (6100-03-01-0921) Compiler:gcc --version gcc (GCC) 4.2.0

Re: [us...@httpd] APR or Apache, virtual hosts and multi-core tuning...

2010-06-29 Thread Tony Anecito
Hi Mark, Many thanks I will think about what you said. I had read somewhere local domains tied to virtual hosts was a good thing and I saw that yahoo seemed to be doing that but then who knows what the big internet sites are really doing behind the scenes. Best Regards, Tony Anecito Founder

Re: [us...@httpd] APR requesting login for images??

2010-06-28 Thread Tony Anecito
Will do. I am curious since Apache covers a bit of ground as far as apps go did the Tomcat group develop the plugin or the httpd group? I got to admit whoever did the work did a good job the performance is very good. Thanks, -Tony - Original Message From: Tom Evans To: users

Re: [us...@httpd] APR requesting login for images??

2010-06-28 Thread Tony Anecito
Sorry, I said it wrong but I am using the Apache Portable Runtime. http://tomcat.apache.org/tomcat-6.0-doc/apr.html I hope that helps. -Tony - Original Message From: Tom Evans To: users@httpd.apache.org Sent: Mon, June 28, 2010 8:54:02 AM Subject: Re: [us...@httpd] APR requesting

[us...@httpd] APR or Apache, virtual hosts and multi-core tuning...

2010-06-28 Thread Tony Anecito
. So any best practice for this you all would recommend? Thanks, -Tony - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info.

[us...@httpd] APR requesting login for images??

2010-06-28 Thread Tony Anecito
different locations such as work or even when traveling accross the country from different wireless using a regular laptop running XP and IE 6. It also occurs using IE8 on Windows 7. Any ideas what to do? Is there some config I need to do? Thanks, -Tony

[us...@httpd] Login too many times??

2010-06-09 Thread Tony Anecito
once for each context associated with a host. Also, the images that are associated with the contexts show up as red x's till I login. Is that expected? If so what can I do to workaround that? Is there some config setting I should use? Thanks,

[us...@httpd] %D now working onder Windows 7?

2010-05-25 Thread Tony Anecito
I noticed for the first time that %D seems to have a 1msec resolution unders Windows 7 that it did not under Windows 2000. Has anyone noticed that? Seemed it used to be only 15msec resolution. Thanks, -Tony - The

Re: [us...@httpd] Connections hanging...

2010-05-21 Thread Tony Anecito
Thanks Igor, So are you saying the server size socket is no longer open? I had 2 concerns: 1. Server sockets are not available on the server side for 30 seconds 2. Client side sockets are still not available. Sounds like #2 might be true is true but what about #1? Thanks, -Tony

[us...@httpd] Connections hanging...

2010-05-21 Thread Tony Anecito
faster disconnect times for tcpip sockets? So I am not sure what the issue is if Apache is responding slowly to socket disconnects. Performance wise when viewing pages this 30 seconds is not visible to the user but I am concerned about socket availability. Thanks, -Tony

Re: [us...@httpd] SSL error reported from windows socket

2010-01-25 Thread Tony Anecito
what the retrys(0) is all about regardless of the root cause of the error. I would want 5 retries before stopping to try to connect to a port but not sure if it means 0 retries or infinite retries. Thanks, -Tony --- On Mon, 1/25/10, William A. Rowe Jr. wrote: > From: William A. Rowe

[us...@httpd] SSL error reported from windows socket

2010-01-25 Thread Tony Anecito
strange message in the error about retrys(0). Is there some control on the Apache side for setting the retries to more than 0? Thanks, -Tony - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [us...@httpd] Interesting error while using 2.2.11 on Solaris 9

2009-12-14 Thread Tony Anecito
help. -Tony Hopefully the fix works --- On Mon, 12/14/09, Jeff Trawick wrote: > From: Jeff Trawick > Subject: Re: [us...@httpd] Interesting error while using 2.2.11 on Solaris 9 > To: users@httpd.apache.org > Date: Monday, December 14, 2009, 4:08 PM > On Mon, Dec 14, 2009 at 5:33

[us...@httpd] Interesting error while using 2.2.11 on Solaris 9

2009-12-14 Thread Tony Anecito
Hi All, Has anyone ever seen this error before while using Apache on Solaris say in the last year? If so what was the fix? Deadlock situation detected/avoided: ap_proxy: couldn't create the lock Thanks, -Tony

RE: [us...@httpd] group authorization via LDAP

2009-10-02 Thread Tony Rice (trice)
Thanks makes sense and works well using require ldap-filter -Tony > -Original Message- > From: Eric Covener [mailto:cove...@gmail.com] > Sent: Friday, October 02, 2009 3:38 PM > To: users@httpd.apache.org > Subject: Re: [us...@httpd] group authori

RE: [us...@httpd] group authorization via LDAP

2009-10-02 Thread Tony Rice (trice)
uire valid-user" and "require ldap-filter" work fine either way). -Tony > -Original Message- > From: Tony Rice (trice) > Sent: Friday, October 02, 2009 1:52 PM > To: users@httpd.apache.org > Subject: RE: [us...@httpd] group authorization via LDAP > > I&

RE: [us...@httpd] group authorization via LDAP

2009-10-02 Thread Tony Rice (trice)
I'm able to do LDAP based group authorization when specify the group info as a filter in the LDAP URL but I'd like to configure a more generic LDAP string in the apache config and allow users to control access by group membership using .htaccess files. I'm able to authenticate based on userid/pass

RE: [us...@httpd] group authorization via LDAP

2009-10-02 Thread Tony Rice (trice)
Is our only choice changing all the .htaccess files with "require group " to "require ldap-group cn=,ou=some long ldap string" in order to make the switch group authorization via LDAP groups? -Tony > -Original Message- > From: Tom Evans [mailto:tevans...@goog

[us...@httpd] group authorization via LDAP

2009-10-01 Thread Tony Rice (trice)
I'm trying to convert from DBM file based authentication and authorization to LDAP based authentication and authorization in Apache 2.2.11. We've already got a large number of .htaccess files with specific configs for individual directories that are using "require user" and "require group". Is it

[us...@httpd] mod_proxy HTTPS

2009-07-18 Thread Tony Morris
y.cer" SSLCertificateKeyFile "my.key" ProxyPass / http://host:8081/ ProxyPassReverse / http://host:8081/ ... Any clues? - -- Tony Morris http://tmorris.net/ -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http:/

RE: [us...@httpd] apache monitoring

2009-07-08 Thread Tony Rice (trice)
Be sure to configure it with Extended Status on to get a wealth of info. -Tony From: Boyle Owen [mailto:owen.bo...@six-group.com] Sent: Wednesday, July 08, 2009 3:36 AM To: users@httpd.apache.org Subject: RE: [us...@httpd] apache monitoring http://httpd.apache.org/docs/2.2/mod

[us...@httpd] Last-Modified header questions

2009-06-23 Thread Tony Rice (trice)
When is the Last-Modified header sent? Is it always sent unless unset in the config? Is it only sent based on the content of the original request? - The official User-To-User support forum of the Apache HTTP Server Project. See

RE: [us...@httpd] Last-Modified header not sent in apache 1.3

2009-06-22 Thread Tony Rice (trice)
Yes, it's set to Full -Tony > -Original Message- > From: Eric Covener [mailto:cove...@gmail.com] > Sent: Monday, June 22, 2009 12:14 PM > To: users@httpd.apache.org > Subject: Re: [us...@httpd] Last-Modified header not sent in apache 1.3 > > On Mon, Jun 22, 2

RE: [us...@httpd] Last-Modified header not sent in apache 1.3

2009-06-22 Thread Tony Rice (trice)
Anyway to override that? It's not showing up on responses from virtual servers where SSI is enabled and where its not. The way I read XBitHack, that should force that header to be included where SSI is in the mix, guess not. -Tony > -Original Message- > From: Eric Covener [

[us...@httpd] Last-Modified header not sent in apache 1.3

2009-06-22 Thread Tony Rice (trice)
The maintainer of a crawler is complaining that responses from my apache 1.3 server aren't including the Last-Modified header. I've combed through the config and don't see the header being unset anywhere. The XBitHack is even set to on. How can I force the Last-Modified header to be sent with ev

RE: [us...@httpd] VirtualHost with no ServerName in 2.2.11

2009-05-14 Thread Tony Ser
own vhost configuration without messing with the default. Thanks! -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Thursday, May 14, 2009 1:37 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] VirtualHost with no ServerName in 2.2.11 Tony Ser wrote: > Hi

[us...@httpd] VirtualHost with no ServerName in 2.2.11

2009-05-14 Thread Tony Ser
pany/yyy/public/test.html If I add "ServerName localhost", then it will work. Is there a way specify a site configuration (i.e. AllowEncodedSlashes, Alias, etc) with out specifying a fixed IP Address or fixed ServerName.

Re: [us...@httpd] HTTP misconfiguration?

2009-04-13 Thread Tony Stevenson
config, that exposes your config files. i.e. a misconfigured docroot, or symlinks? Also, what error were you getting when the "site was down" 40x?, 50x? - Specifics can help us here. Cheers, Tony On 13 Apr 2009, at 21:33, Pete Beebe wrote: Hello, I'm running Apache/2.2.6

[us...@httpd] Using Expires...

2009-04-01 Thread Tony Anecito
Hi All, Is using expires a good thing via Apache? It is recommended by someone in my company as a best practice but seems as if there are probably pros and cons to it. Regards, -Tony - The official User-To-User

[us...@httpd] Persistent http 1.1 connections

2009-03-30 Thread Tony Anecito
Hi All, If using Apache 2.x does it automatically use persistent http 1.1 connections? Is there some way to force that to happen from the Apache end? Thanks, -Tony - The official User-To-User support forum of the

[us...@httpd] Selective Caching in Apache...

2009-03-20 Thread Tony Anecito
appropiate I would think. Thanks, -Tony - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsub

[us...@httpd] Reducing js file sizes...

2009-03-19 Thread Tony Anecito
Hi All, Does anyone know of a module that would strip out the js file comments? Would be a great thing to have. Thanks, -Tony - The official User-To-User support forum of the Apache HTTP Server Project. See http

Re: [us...@httpd] Version of SSL Apache represents...

2009-02-26 Thread Tony Anecito
Yes. I mean SSLv2 or SSLv3 Thanks, -Tony --- On Thu, 2/26/09, jmc wrote: > From: jmc > Subject: Re: [us...@httpd] Version of SSL Apache represents... > To: users@httpd.apache.org > Date: Thursday, February 26, 2009, 8:23 PM > --- Tony Anecito [Thu, Feb 26, 2009 at 0

[us...@httpd] Version of SSL Apache represents...

2009-02-26 Thread Tony Anecito
Hi All, I got the following returned in the html and trying to figure out what version of SSL this Apache config supports. The numbers look like module numbers but not SSL version numbers but I could be wrong. Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8g\r\n Thanks, -Tony

RE: [us...@httpd] Confused about LDAP authentication with Active Directory

2009-02-26 Thread Bennett, Tony
servers, MS has "embraced and extended" what ActiveDirectory will accept for the user's DN... by "allowing" a Windows NT style login in the place of the DN. The Windows NT style login is in this format

RE: [us...@httpd] configure error involving APR

2009-02-25 Thread Bennett, Tony
led 2.2.10 on an Aix 5.3 system... Note, we used the AIX compiler, xlc_r, and not GCC. Below is our invoking of configure... you will note that we are building "static" modules in all cases possible, and we have a couple of in-house modules too. One other thing is to make sure you have &q

Re: [us...@httpd] Why 2 httpd.exe running?

2009-02-19 Thread Tony Anecito
Nevermind I figured it out. Thanks, -Tony --- On Thu, 2/19/09, Tony Anecito wrote: > From: Tony Anecito > Subject: [us...@httpd] Why 2 httpd.exe running? > To: "Apache Mailing List" > Date: Thursday, February 19, 2009, 1:03 AM > Hi All, > > I noticed that u

[us...@httpd] Why 2 httpd.exe running?

2009-02-19 Thread Tony Anecito
really only want one to try and track down a performance issue. Also, for simple php would you expect to see 1-2 seconds for a simple page to be built? Thanks, -Tony worker.list=loadbalancer,status worker.node1.port=8009 worker.node1.host=localhost worker.node1.type=ajp13 worker.node1.lbfactor

Re: [us...@httpd] Why Would Apache be so slow??

2009-02-17 Thread Tony Anecito
wondering, -Tony --- On Tue, 2/17/09, Tony Anecito wrote: > From: Tony Anecito > Subject: Re: [us...@httpd] Why Would Apache be so slow?? > To: users@httpd.apache.org > Date: Tuesday, February 17, 2009, 10:10 PM > Hi Andre, > > Thanks for the writeup. I have fiber instead of

Re: [us...@httpd] Why Would Apache be so slow??

2009-02-17 Thread Tony Anecito
g the remaining two comnputers on the network tonight. I will try powering down the light to ethernet converter after the 2 computers are offline to see what happens. Again many thanks and I will run those tests after I get to the root cause of the performance issue. -Tony --- On Tue, 2/17/09,

Re: [us...@httpd] Why Would Apache be so slow??

2009-02-17 Thread Tony Anecito
outside my network to see what happens. Many Thanks, -Tony --- On Tue, 2/17/09, André Warnier wrote: > From: André Warnier > Subject: Re: [us...@httpd] Why Would Apache be so slow?? > To: users@httpd.apache.org > Date: Tuesday, February 17, 2009, 12:46 PM > Tony Anecito wr

Re: [us...@httpd] Why Would Apache be so slow??

2009-02-17 Thread Tony Anecito
MCacheMaxObjectCount 100 MCacheMinObjectSize 1 MCacheMaxObjectSize 2048 --- On Tue, 2/17/09, Tony Anecito wrote: > From: Tony Anecito > Subject: Re: [us...@httpd] Why Would Apache be so slow?? > To: users@httpd.apache.org > Date: Tuesday, February 17, 2009, 10:38 AM > Hi All, > &

Re: [us...@httpd] Why Would Apache be so slow??

2009-02-17 Thread Tony Anecito
modules/mod_userdir.so #LoadModule usertrack_module modules/mod_usertrack.so #LoadModule vhost_alias_module modules/mod_vhost_alias.so #LoadModule ssl_module modules/mod_ssl.so LoadModule logio_module modules/mod_logio.so --- On Tue, 2/17/09, Tony Anecito wrote: > From: Tony Anecito > Subjec

[us...@httpd] Why Would Apache be so slow??

2009-02-17 Thread Tony Anecito
free of fast memory. I also setup some tuning based on a blog I found I have: ThreadsPerChild 250 MaxRequestsPerChild 0 ProxyRequests Off KeepAlive On KeepAliveTimeout 15 MaxKeepAliveRequests 80 This is extreemly frustrating to see Apache so slow. Regards, -Tony

RE: [us...@httpd] localhost vs ip address in url on windows 2003.

2009-01-27 Thread Bennett, Tony
he problem was the admin used: LISTEN aa.bb.cc.dd:80 instead of LISTEN 80 It could be that your httpd.conf could be defined: LISTEN 127.0.0.1:80 Which is for "localhost" ONLY... -tony -Original Message- From: suresh.mak...@accenture.co

RE: [us...@httpd] log file format?

2009-01-21 Thread Bennett, Tony
Documentation: http://httpd.apache.org/docs/2.2/mod/mod_log_config.html -Original Message- From: Dave Stevens [mailto:g...@uniserve.com] Sent: Wednesday, January 21, 2009 2:56 PM To: users@httpd.apache.org Subject: [us...@httpd] log file format? Hi, I am trying to get a handle on how

Re: [us...@httpd] PHP files coming up as files to download?

2008-12-25 Thread Tony Stevenson
Frank, Take a look at this, on the HTTPD wiki pages. http://wiki.apache.org/httpd/PHPDownload Cheers, Tony On 24/12/2008 19:21, Frank DeChellis wrote: Hi there, I am new to this list. I also posted this to a PHP list. I have Apache 1.3.41, PHP 5.2.8 running on NetBSD 4.0.1. This install

Re: [us...@httpd] LDAP authentication question

2008-12-23 Thread Tony Stevenson
Arkadiy, Take a look at this http://httpd.apache.org/docs/trunk/mod/mod_authn_core.html You can create multiple authentication mechanisms, one for each sub-tree perhaps, and then alias them. Cheers, Tony On 23/12/2008 19:49, Arkadiy Goykhberg wrote: Our LDAP Active Directory tree looks

RE: [EMAIL PROTECTED] Static linking with libexpat

2008-12-05 Thread Bennett, Tony
>On Fri, Dec 5, 2008 at 4:13 AM, Bennett, Tony <[EMAIL PROTECTED]> wrote: >> From: Ravindra [mailto:[EMAIL PROTECTED] >> Sent: Thursday, December 04, 2008 12:05 PM >> To: users@httpd.apache.org >> Subject: [EMAIL PROTECTED] Static linking with libexpat >>

RE: [EMAIL PROTECTED] Static linking with libexpat

2008-12-04 Thread Bennett, Tony
OT a shared library. Then feed your installed location to Apache's configure (like you did with "--with-expat". -tony - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.ap

[EMAIL PROTECTED] Repost: is this the right list ??? Need "configure" directive to static link libssl.a on AIX 5.3

2008-11-24 Thread Bennett, Tony
le: http://groups.google.com/group/comp.unix.aix/browse_thread/thread/230606fe96ad4798?hl=en# Any help would be appreciated. -tony - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apach

  1   2   3   4   >