[us...@httpd] My mails are being rejected :-(

2009-04-09 Thread Nishaliny Thurairatnam
For some reason my emails are being treated as spam. This is the error: This message was created automatically by mail delivery software. A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: users@httpd.a

[us...@httpd] Inserting google analytics code onto pages with apache proxy?

2009-04-09 Thread Mike Lyon
Hello All, So I am wondering if there is a way to have the Google Analytics code inserted into requests as they come through an apache proxy? Or do I really have to put the analytics code onto every page on each server? Thanks, Mike

RE: [us...@httpd] Vhost shortcut?

2009-04-09 Thread Griffith, Michael *
Thanks to all for the number of thoughtful responses. Cheers~ MG -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Thursday, April 09, 2009 3:04 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] Vhost shortcut? Jan G.B. wrote: > 2009/4/9 Griffith, Michael *

Re: [us...@httpd] Vhost shortcut?

2009-04-09 Thread André Warnier
Jan G.B. wrote: 2009/4/9 Griffith, Michael * : What I fail to get in all of this, is the need to involve Rewrite's and all that stuff. First a basic question : are all these "difficult users", and this webserver, inside the same corporate network (or the same "company.com" domain) ? If not

Re: [us...@httpd] No VirtualHosts Issue

2009-04-09 Thread Viaduct Productions
On 8-Apr-09, at 8:24 PM, Eric Covener wrote: No, 1:n. Yes, I have it there. NameVirtualHost *:80 I think I got it to work. I will catch up on this thread if I have more issues. Thanks Rich in Toronto ...now go get on your bike --

Re: [us...@httpd] Question n best practices to layout file system for a large number of fils

2009-04-09 Thread Peter Schober
* Ali Naddaf [2009-04-09 18:19]: > I also understand that the file system used on the server (say Ext2 > vs Ext3 vs Reiser, ...) can play a role here. I'd suggest finding out how many files you can comfortably handle in a single directory for the given filesystem before performance starts to degr

RE: [us...@httpd] Apache memory hog

2009-04-09 Thread Adrian Marsh
Last posting for me on this: 23238 csvn 15 0 177m 76m 3808 S 0.0 0.6 1:33.87 httpd 22877 csvn 15 0 138m 37m 3836 S 0.0 0.3 0:46.52 httpd 23042 csvn 15 0 136m 34m 3792 S 0.0 0.3 0:15.11 httpd 22885 csvn 15 0 132m 31m 3832 S 0.0 0.3 3:00.81 httpd 2

[us...@httpd] Question n best practices to layout file system for a large number of fils

2009-04-09 Thread Ali Naddaf
Hello everyone. I am planning on using Apache to serve a large number of files that can easily grow over time (to hundreds of thousands). My use case is around client applications (controlled by me as well) that given a file name, they want to download that file. One easy, and probably not ver

Re: [us...@httpd] Vhost shortcut?

2009-04-09 Thread Jan G.B.
2009/4/9 Griffith, Michael * : > Eric, > > Thanks for the quick reply. I have to admit I am a novice with Apache > config.  Something like this would do the trick? > > RewriteRule ^/(.*)         http://fully.qualified.domain.name/$1 [L,R] > > Cheers! > mg > Well.. something like this in your .htac

Re: [us...@httpd] Vhost shortcut?

2009-04-09 Thread Eric Covener
On Thu, Apr 9, 2009 at 11:11 AM, Griffith, Michael * wrote: > Eric, > > Thanks for the quick reply. I have to admit I am a novice with Apache > config.  Something like this would do the trick? > > RewriteRule ^/(.*)         http://fully.qualified.domain.name/$1 [L,R] see canonical hostnames: http

Re: [us...@httpd] Vhost shortcut?

2009-04-09 Thread Jan G.B.
2009/4/9 Griffith, Michael * : > I have some difficult users, who want to just type in a partial URL (in > this case "tracking") as the URL and be directed to an app that is > located on a server with a DNS entry tracking.domain.com. > Guessing the clients can resolve "tracking" to the correct ser

RE: [us...@httpd] Vhost shortcut?

2009-04-09 Thread Griffith, Michael *
Eric, Thanks for the quick reply. I have to admit I am a novice with Apache config. Something like this would do the trick? RewriteRule ^/(.*) http://fully.qualified.domain.name/$1 [L,R] Cheers! mg -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Thursd

Re: [us...@httpd] Vhost shortcut?

2009-04-09 Thread Eric Covener
On Thu, Apr 9, 2009 at 10:58 AM, Griffith, Michael * wrote: > I have some difficult users, who want to just type in a partial URL (in > this case "tracking") as the URL and be directed to an app that is > located on a server with a DNS entry tracking.domain.com. As long as DNS gets them to your s

[us...@httpd] Vhost shortcut?

2009-04-09 Thread Griffith, Michael *
I have some difficult users, who want to just type in a partial URL (in this case "tracking") as the URL and be directed to an app that is located on a server with a DNS entry tracking.domain.com. I suggested setting a browser bookmark, but was rebuffed. Browser is IE6, if that makes any differe

Re: [us...@httpd] Query string encoding

2009-04-09 Thread Clodoaldo Pinto Neto
2009/4/8 Igor Cicimov : > Just an idea ... have you tried putting the hexadecimal representation of > the "+" symbol so apache translates it into "+" when encoding? I want all the urls to be human readable. Regards, Clodoaldo > > On Wed, Apr 8, 2009 at 11:19 PM, Clodoaldo Pinto Neto > wrote: >>

Re: [us...@httpd] No VirtualHosts Issue

2009-04-09 Thread Eric Covener
On Wed, Apr 8, 2009 at 8:26 PM, Viaduct Productions wrote: > sh: apachectl/apache2ctl/httpd/: No such file or directory Choose the one your system provides. -- Eric Covener cove...@gmail.com - The official User-To-User suppor

Re: [us...@httpd] HTTPS configuration issue with multiple virtual host

2009-04-09 Thread J. Bakshi
Davide Bianchi wrote: > J. Bakshi wrote: > >> Hello Davide, >> >> I have no problem to use the same certificate because this is a test >> server. I am really eager to know how to achieve this and I am using >> name based vhost here. >> >> Please enlighten me. >> > > The same way you do with

Re: [us...@httpd] HTTPS configuration issue with multiple virtual host

2009-04-09 Thread Davide Bianchi
J. Bakshi wrote: > Hello Davide, > > I have no problem to use the same certificate because this is a test > server. I am really eager to know how to achieve this and I am using > name based vhost here. > > Please enlighten me. The same way you do with non-SSL VHosts, only, you have to add SSL sp

Re: [us...@httpd] HTTPS configuration issue with multiple virtual host

2009-04-09 Thread J. Bakshi
Davide Bianchi wrote: > J. Bakshi wrote: > >> I have already googled lot and found it is not possible to use the same >> port as https for all the virtual hosts. >> > > Yes it is. You can use different IP addresses, or you can just use one > ip address for all of them. What will happen in t

Re: [us...@httpd] HTTPS configuration issue with multiple virtual host

2009-04-09 Thread Davide Bianchi
J. Bakshi wrote: > I have already googled lot and found it is not possible to use the same > port as https for all the virtual hosts. Yes it is. You can use different IP addresses, or you can just use one ip address for all of them. What will happen in this last case is that all the VHosts will us

[us...@httpd] HTTPS configuration issue with multiple virtual host

2009-04-09 Thread J. Bakshi
Hello, I have already googled lot and found it is not possible to use the same port as https for all the virtual hosts. debian is an exception but I have not dig it as my server is based on suse. In one of my virtual host I have configured SSL for it by * Listen 443* and both http and https is r