[users@httpd] mod_proxy_balancer error state causes

2012-03-07 Thread Mark Watts
. However, when one of the IIS boxes returns a 500, this also seems to trigger the Err state. Two questions: 1. Is this expected behaviour? 2. If so, do any other HTTP response codes trigger the Err state as well? Regards, Mark. - -- Mark Watts BSc RHCE Senior Systems Engineer, MSS Secure

Re: [users@httpd] Access directory through apache

2011-02-21 Thread Mark Watts
not have the file specified by DirectoryIndex (It defaults to index.html) or you set DirectoryIndex to something you don't expect to see in that directory. - -- Mark Watts BSc RHCE Senior Systems Engineer, MSS Secure Managed Hosting www.QinetiQ.com QinetiQ - Delivering customer-focused solutions GPG

Re: [users@httpd] high cpu process

2011-01-24 Thread Mark Watts
-Database connection tuning? (Database should be able to support MaxClients connections) - - Whats the I/O load of the system? (iostat) Mark. - -- Mark Watts BSc RHCE Senior Systems Engineer, MSS Secure Managed Hosting www.QinetiQ.com QinetiQ - Delivering customer-focused solutions GPG

Re: [us...@httpd] Custom authentication?

2011-01-04 Thread Mark Watts
redirect to the login page. Mark. - -- Mark Watts BSc RHCE Senior Systems Engineer, MSS Secure Managed Hosting www.QinetiQ.com QinetiQ - Delivering customer-focused solutions GPG Key: http://www.linux-corner.info/mwatts.gpg -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment

Re: [us...@httpd] What's this?

2010-10-27 Thread Mark Watts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/27/2010 01:40 PM, lists.httpd-u...@duinheks.nl wrote: Hello, Regularly I see entries in the error log like: GET http://98.126.64.106/judge123.php HTTP/1.1 404 This is a test to see if you are running an open proxy. - -- Mark Watts BSc

Re: [us...@httpd] Apache with MPI?

2010-10-20 Thread Mark Watts
counts grow, so httpd scales within the box. If you're hitting the limits of your box, you add more and load balance. Network load balancers (ipvsadm, F5 BigIP, Cisco etc) are one approach. Application load balancers (mod_proxy, squid etc) are the other. Mark - -- Mark Watts BSc RHCE MBCS Senior

Re: [us...@httpd] Require user $var

2010-10-07 Thread Mark Watts
for this Dammit, just overlooked the really easy ... Require file-owner which should be ideal since you don't have multiple authn files. This isn't documented syntax; is it a 2.3 thing? http://httpd.apache.org/docs/current/mod/core.html#require - -- Mark Watts BSc RHCE MBCS Senior Systems

Re: [us...@httpd] The apache duplicate the request

2010-10-07 Thread Mark Watts
is duplicate the request right now than each he gives 300 seconds, this does that the tomcat die . sounds like a pretty unpleasant web-app. Anyway, try increasing ProxyTimeout to something large: http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxytimeout - -- Mark Watts BSc RHCE MBCS Senior

Re: [us...@httpd] Does Apache 2.2.14 run on WIN2008 OS's

2010-09-30 Thread Mark Watts
/download.cgi It'll run on any version of Windows 2008. Common sense would suggest the most recent version is probably best, 64bit or not. Mark. - -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, IPR Secure Managed Hosting www.QinetiQ.com QinetiQ - Delivering customer-focused solutions GPG Key

Re: [us...@httpd] Hostname is returned in Error Message

2010-09-22 Thread Mark Watts
proper 4xx or 5xx errors coming from the origin server, set: ProxyErrorOverride on This should allow you to return custom error documents on the proxy. Mark. - -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, IPR Secure Managed Hosting www.QinetiQ.com QinetiQ - Delivering customer

Re: [us...@httpd] SSL certificate and multiple names

2010-08-10 Thread Mark Watts
(for *.example.com) and SNI are two. Mark. - -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, IPR Secure Managed Hosting www.QinetiQ.com QinetiQ - Delivering customer-focused solutions GPG Key: http://www.linux-corner.info/mwatts.gpg -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.14 (GNU/Linux

Re: [us...@httpd] where i can find mod_deflate package?

2010-07-27 Thread Mark Watts
of the standard httpd package. http://httpd.apache.org/download.cgi -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed Services Manpower www.QinetiQ.com QinetiQ - Delivering customer-focused solutions GPG Key: http://www.linux-corner.info/mwatts.gpg signature.asc Description

Re: [us...@httpd] Apache Process Consuming High CPU resources

2010-07-15 Thread Mark Watts
on what you are doing with the server and how its configured. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed Services Manpower www.QinetiQ.com QinetiQ - Delivering customer-focused solutions GPG Key: http://www.linux-corner.info/mwatts.gpg signature.asc Description

Re: [us...@httpd] still see .htaccess and .htpasswd trough virtual host

2010-07-08 Thread Mark Watts
/mod_autoindex.html#indexignore Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed Services Manpower www.QinetiQ.com QinetiQ - Delivering customer-focused solutions GPG Key: http://www.linux-corner.info/mwatts.gpg signature.asc Description: This is a digitally signed message part

Re: [us...@httpd] still see .htaccess and .htpasswd trough virtual host

2010-07-08 Thread Mark Watts
these directives? (the Files or FilesMatch block) ? Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed Services Manpower www.QinetiQ.com QinetiQ - Delivering customer-focused solutions GPG Key: http://www.linux-corner.info/mwatts.gpg signature.asc Description

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

2010-06-29 Thread Mark Watts
, leaving Internet bandwidth as the main issue. Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed Services Manpower www.QinetiQ.com QinetiQ - Delivering customer-focused solutions GPG Key: http://www.linux-corner.info/mwatts.gpg signature.asc Description: This is a digitally

Re: [us...@httpd] Redirecting based on the Country

2010-05-25 Thread Mark Watts
customers going to .com and vice-versa. As already mentioned, mod_geoip will allow you to redirect clients to the 'correct' URL, although you may wish to provide a mechanism to override that in the event that one user group really does want to go to the 'wrong' URL. -- Mark Watts BSc RHCE MBCS Senior

Re: [us...@httpd] Load balance three tomcats behind apache

2010-05-20 Thread Mark Watts
://localhost/app1/ # Logging and other directives go here /VirtualHost -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed Services Manpower www.QinetiQ.com QinetiQ - Delivering customer-focused solutions GPG Key: http://www.linux-corner.info/mwatts.gpg signature.asc Description

Re: [us...@httpd] Internet Explorer 6

2010-05-12 Thread Mark Watts
put IE usage at 66% with IE6 as 10% of that. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed Services Manpower www.QinetiQ.com QinetiQ - Delivering customer-focused solutions GPG Key: http://www.linux-corner.info/mwatts.gpg signature.asc Description: This is a digitally signed

Re: [us...@httpd] Load balancing: nothing gets logged for a few seconds when a machine is rebooted

2010-05-12 Thread Mark Watts
for your help. Best regards! What kind of Load Balancing? Apache wouldn't log a ping, since its not a valid HTTP request, so I don't know what kind of logging you're talking about. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed Services Manpower www.QinetiQ.com QinetiQ - Delivering

Re: [us...@httpd] RewriteRule with [P] Flag

2010-04-14 Thread Mark Watts
) Eric - what makes [P] valid in an htaccess, but not ProxyPass/ProxyPassReverse ? Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed Services Manpower www.QinetiQ.com QinetiQ - Delivering customer-focused solutions GPG Key: http://www.linux-corner.info/mwatts.gpg signature.asc

Re: [us...@httpd] Centralized logging.

2010-04-12 Thread Mark Watts
directly from Apache using normal logs. You won't get syslog timestamps with this. Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed Services Manpower www.QinetiQ.com QinetiQ - Delivering customer-focused solutions GPG Key: http://www.linux-corner.info/mwatts.gpg signature.asc

Re: [us...@httpd] Apache Document Root

2010-03-26 Thread Mark Watts
/httpd/DistrosDefaultLayout#Debian.2C_Ubuntu_.28Apache_2.29: /etc/apache2/sites-available/default contains the default VirtualHost and thus the default DocumentRoot. Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed Services Manpower www.QinetiQ.com QinetiQ - Delivering customer

Re: [us...@httpd] mod_ssl newbie question

2010-03-17 Thread Mark Watts
on both machines. You would *not* create one Key for use with multiple CSR requests for different hostnames. Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed Services Manpower www.QinetiQ.com QinetiQ - Delivering customer-focused solutions GPG Key: http://www.linux-corner.info

Re: [us...@httpd] Re: Upgrading from Apache1 1.x to 2.1.14

2010-02-22 Thread Mark Watts
thing in the error_log file is a complaint about the PID file was overwritten: Apache has a perfectly good Windows version already. Why are you throwing that away for a hacked version on top of a hacked Unix environment for Windows? -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed

Re: [us...@httpd] Runaway Apache Process

2010-01-27 Thread Mark Watts
the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed Services Manpower www.QinetiQ.com QinetiQ - Delivering customer-focused solutions GPG Key: http://www.linux-corner.info

Re: [us...@httpd] Apache Server status page shows uneven number of requests across load balanced web servers

2010-01-27 Thread Mark Watts
that exactly 1/2 of my requests are going to each of my 2 back-end servers. If you could paste some actual numbers, that would help. Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed Services Manpower www.QinetiQ.com QinetiQ - Delivering customer-focused solutions GPG Key

Re: [us...@httpd] MPM - connection

2010-01-14 Thread Mark Watts
resources to be reused for another client (assuming the child process/thread isn't reaped at that time). Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed Services Manpower www.QinetiQ.com QinetiQ - Delivering customer-focused solutions GPG Key: http://www.linux-corner.info/mwatts.gpg

Re: [us...@httpd] Doubt about mod_status

2009-12-09 Thread Mark Watts
and busy_worker = 30. After 5 seconds, busy_worker was like 1. Keepalives? Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed Services Manpower www.QinetiQ.com QinetiQ - Delivering customer-focused solutions GPG Key: http://www.linux-corner.info/mwatts.gpg signature.asc

Re: [us...@httpd] Configuration change for 2.0

2009-11-25 Thread Mark Watts
available on 2.2.x and later. Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed Services Manpower www.QinetiQ.com QinetiQ - Delivering customer-focused solutions GPG Key: http://www.linux-corner.info/mwatts.gpg signature.asc Description: This is a digitally signed message part

Re: [us...@httpd] Different load balancers on different ports on same apache http server

2009-11-24 Thread Mark Watts
/mod_vhost_alias.so On Mon, Nov 23, 2009 at 4:04 PM, Mark Watts m.wa...@eris.qinetiq.com wrote: On Mon, 2009-11-23 at 15:57 +0200, Onur

Re: [us...@httpd] Different load balancers on different ports on same apache http server

2009-11-23 Thread Mark Watts
://10.x.x.x:5103 BalancerMember http://10.x.x.x:5104 /Proxy VirtualHost 0.0.0.0:8001 ProxyPass / balancer://127.0.0.1:8001/ /VirtualHost VirtualHost 0.0.0.0:8002 ProxyPass / balancer://127.0.0.1:8002/ /VirtualHost Mark. -- Mark Watts BSc RHCE MBCS Senior Systems

Re: [us...@httpd] Question about mod_ajp and mod_jk ProxyPassReverse

2009-11-17 Thread Mark Watts
? Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed Services Manpower www.QinetiQ.com QinetiQ - Delivering customer-focused solutions GPG Key: http://www.linux-corner.info/mwatts.gpg signature.asc Description: This is a digitally signed message part

Re: [us...@httpd] cannot install a SSL certificate : any idea folks ? Thanks

2009-11-16 Thread Mark Watts
by root. This should be all you need to do, aside from any other mod_ssl configuration you need. Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed Services Manpower www.QinetiQ.com QinetiQ - Delivering customer-focused solutions GPG Key: http://www.linux-corner.info/mwatts.gpg

Re: [us...@httpd] Straw poll: mod_imagemap

2009-11-12 Thread Mark Watts
On Wed, 2009-11-11 at 21:07 -0500, Rich Bowen wrote: Collecting unscientific statistics in the interest of the future. A show of hands: Are you using mod_imagemap? No. I've had to refer to both the httpd docs and Wikipedia to find out what it does. Mark. -- Mark Watts BSc RHCE MBCS Senior

Re: [us...@httpd] Question: Different server behind path

2009-11-10 Thread Mark Watts
www.example.com DocumentRoot /var/www/html ProxyPass/order/ http://backend-order-server/order/ ProxyPassReverse /order/ http://backend-order-server/order/ etc... /VirtualHost -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed Services Manpower

[us...@httpd] read-only balancer-manager

2009-11-04 Thread Mark Watts
or disable back-end servers. Cheers, Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed Services Manpower www.QinetiQ.com QinetiQ - Delivering customer-focused solutions GPG Key: http://www.linux-corner.info/mwatts.gpg signature.asc Description: This is a digitally signed message

Re: [us...@httpd] Apache on F11. ANY APPROACH ?excluding images pdfs etc from Https ( ssl ) routing

2009-11-02 Thread Mark Watts
(particularly those from Redmond) will confuse the user with requests to load insecure items when they encounter img src=http://example.com/foo.jpg tags and suchlike. Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed Services Manpower www.QinetiQ.com QinetiQ - Delivering customer-focused

Re: [us...@httpd] GET request on a directory

2009-10-26 Thread Mark Watts
to some documentation for that? Googling for ?C=M;O=a gets hundreds of examples but no docs. This is mod_autoindex http://httpd.apache.org/docs/2.2/mod/mod_autoindex.html#query -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed Services Manpower www.QinetiQ.com QinetiQ - Delivering

Re: [us...@httpd] able to start one virtual host but not all of them!!!

2009-10-22 Thread Mark Watts
of compiled-in modules is pretty useless. Please provide a better description of your problem, including error messages, configuration information and anything else relevant. Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed Services Manpower www.QinetiQ.com QinetiQ - Delivering

[us...@httpd] ProxyPass, RedirectMatch and double slashes

2009-10-14 Thread Mark Watts
] GET / HTTP/1.1 302 229 - Wget/1.10.2 172.16.20.11 - - [14/Oct/2009:11:08:30 +] GET /output/uk-home-page.html HTTP/1.1 200 15750 - Wget/1.10.2 Can anyone help me understand where the extra / is coming from on the Proxy? Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed

Re: [EMAIL PROTECTED] Apache CGI security

2007-07-16 Thread Mark Watts
/etc/passwd Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer QinetiQ Trusted Information Management Trusted Solutions and Services Group GPG Key: http://keyserver.veridis.com:11371/search?q=0x455420ED pgp98SCjjUSgi.pgp Description: PGP signature

Re: [EMAIL PROTECTED] Maintaing the URL when Rewriting

2007-07-12 Thread Mark Watts
(which is what an http:// URL is) forces an implicit redirect. The originally suggested RewriteRule did not use http://%{HTTP_HOST} for this reason. Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer QinetiQ Trusted Information Management Trusted Solutions and Services Group GPG Key: http

Re: [EMAIL PROTECTED] 301 Redirect

2007-07-10 Thread Mark Watts
I want to redirect visitors from http://www.foo.com/folder/index.html to http://folder.foo.com/index.html What is the best way to accomplish this? RedirectMatch permanent /([^/]*)/index.html http://$1.foo.com/index.html Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer QinetiQ

Re: [EMAIL PROTECTED] File permissions

2007-07-09 Thread Mark Watts
-exec chmod 755 {} \; Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer QinetiQ Trusted Information Management Trusted Solutions and Services Group GPG Key: http://keyserver.veridis.com:11371/search?q=0x455420ED pgpeftyHW1XXp.pgp Description: PGP signature

Re: [EMAIL PROTECTED] ProxyPassReverse failing to preserve web server Location name

2007-06-29 Thread Mark Watts
/core.html#usecanonicalname Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer QinetiQ Trusted Information Management Trusted Solutions and Services Group GPG Key: http://keyserver.veridis.com:11371/search?q=0x455420ED pgppyoqGnbQto.pgp Description: PGP signature

Re: [EMAIL PROTECTED] Apache CGI-Bin issues with .exe files

2007-06-27 Thread Mark Watts
instead of None Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer QinetiQ Trusted Information Management Trusted Solutions and Services Group GPG Key: http://keyserver.veridis.com:11371/search?q=0x455420ED pgpw9ub8BiVss.pgp Description: PGP signature

Re: [EMAIL PROTECTED] Caching.

2007-06-15 Thread Mark Watts
(which has so far been rock solid). Krist If you have no problems, why are you looking to introduce another module to add negligible benefit? Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer QinetiQ Trusted Information Management Trusted Solutions and Services Group GPG Key: http

Re: [EMAIL PROTECTED] Caching.

2007-06-15 Thread Mark Watts
On 6/15/07, Mark Watts [EMAIL PROTECTED] wrote: On 6/15/07, Boyle Owen [EMAIL PROTECTED] wrote: I'd try it and see - I think the worst that can happen is that you see no effect; ie, things don't get any better, they're unlikely to get worse. I'm just worried about what

Re: [EMAIL PROTECTED] symlink or alias - what is safer ?

2007-06-13 Thread Mark Watts
, espacially concerning the security ? - linking with symlinks from htdocs to the other partition and allowing symlinks ? - or using alias ? Move the DocumentRoot directory to the other filesystem and change the DocumentRoot (and applicable Directory) settings as appropriate. Mark. -- Mark Watts BSc

Re: [EMAIL PROTECTED] Custom Logs

2007-06-13 Thread Mark Watts
. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer QinetiQ Trusted Information Management Trusted Solutions and Services Group GPG Key: http://keyserver.veridis.com:11371/search?q=0x455420ED pgpbH1STOUOG7.pgp Description: PGP signature