[EMAIL PROTECTED] RE: VirtualHost with third level domain

2007-08-29 Thread netmail
Ca you post the virtual configuration of this host ? Thanks Da: Bharathi raja [mailto:[EMAIL PROTECTED] Inviato: mercoledì 29 agosto 2007 12.26 A: netmail Oggetto: Re: [EMAIL PROTECTED] VirtualHost with third level domain in your apache configuration give DocumentRoot Regards Bharathiraja

Re: [EMAIL PROTECTED] Is there a limit on how many ServerAlias entries for one VirtualHost?

2007-08-29 Thread Joshua Slive
On 8/29/07, Christine Grudecki <[EMAIL PROTECTED]> wrote: > Thanks for the suggestion. I tried to make sure that there aren't any > chars that shouldn't be there, but still no luck. I think it may be some > undocumented max number of characters or something :( > > I'm a little new to Apache, coul

RE: [EMAIL PROTECTED] Is there a limit on how many ServerAlias entries for one VirtualHost?

2007-08-29 Thread Christine Grudecki
Thanks for the suggestion. I tried to make sure that there aren't any chars that shouldn't be there, but still no luck. I think it may be some undocumented max number of characters or something :( I'm a little new to Apache, could you explain the second suggestion a little further? I tried to a

Re: [EMAIL PROTECTED] Want to avoid 304 error

2007-08-29 Thread Matus UHLAR - fantomas
On 20.07.07 14:15, Bello Martinez Sergio wrote: > I've configured Apache so that some elements (i.e. .js, .gif, .jpeg, > etc) are stored in browser's cache during a time. When I access to a > page contaning any of those elements, the browser doesn´t make a request > to the server, it get the con

Re: [EMAIL PROTECTED] OS recommendation

2007-08-29 Thread Matus UHLAR - fantomas
On 20.07.07 13:22, Yvo van Doorn wrote: > I use debian as welll but opt to self-compile Apache as opposed to an > apt package. I self-compile php as well. Yes, it's much better when you take care yourself about security related problems in both apache and php than let it on debian security team...

Re: [EMAIL PROTECTED] Is there a limit on how many ServerAlias entries for one VirtualHost?

2007-08-29 Thread Joshua Slive
On 8/29/07, Christine Grudecki <[EMAIL PROTECTED]> wrote: > I have one java application that I need to access with a bunch of different > aliases. I currently have 427 aliases set up, and I get an error when I try > to add any more. The error I get is: Reloading httpd: not reloading due to > conf

Re: [EMAIL PROTECTED] Virtual Servers vs Virtual Private Servers

2007-08-29 Thread Joshua Slive
On 8/29/07, Boyle Owen <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Bob Cohen [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, August 29, 2007 3:19 PM > > To: users@httpd.apache.org > > Subject: [EMAIL PROTECTED] Virtual Servers vs Virtual Private Servers > > > > Are there any

[EMAIL PROTECTED] Apache 2.2.x mod_rewrite and mod_proxy and pooled connections

2007-08-29 Thread Axel-Stéphane SMORGRAV
Hello folks, I have been doing some testing with Apache 2.2.4 recently, and one of the things I am particularly interested in is the pooling of backend connections of mod_proxy's as this makes it possible to maintain persistent connections to backend systems across requests from different clien

[EMAIL PROTECTED] Is there a limit on how many ServerAlias entries for one VirtualHost?

2007-08-29 Thread Christine Grudecki
I have one java application that I need to access with a bunch of different aliases. I currently have 427 aliases set up, and I get an error when I try to add any more. The error I get is: Reloading httpd: not reloading due to configuration syntax issue. The VirtualHost section looks something l

Re: [EMAIL PROTECTED] Virtual Servers vs Virtual Private Servers

2007-08-29 Thread Bob Cohen
On Aug 29, 2007, at 11:11 AM, Boyle Owen wrote: This sort of "wondering" question is better suited to a forum or chat-room, rather than a technical support mailing-list. Sorry. I didn't mean to offend the list. Mea Culpa. Do you have any suggestions for said chat rooms or forums? Bob -

RE: [EMAIL PROTECTED] Virtual Servers vs Virtual Private Servers

2007-08-29 Thread Boyle Owen
> -Original Message- > From: Bob Cohen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 29, 2007 3:19 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Virtual Servers vs Virtual Private Servers > > Are there any real security benefits to operating Virtual Private > Server

[EMAIL PROTECTED] R: [EMAIL PROTECTED] VirtualHost with third level domain

2007-08-29 Thread netmail
Ca you post the virtual configuration of this host ? Thanks Da: Bharathi raja [mailto:[EMAIL PROTECTED] Inviato: mercoledì 29 agosto 2007 12.26 A: netmail Oggetto: Re: [EMAIL PROTECTED] VirtualHost with third level domain in your apache configuration give DocumentRoot Regards Bharathiraja

Re: [EMAIL PROTECTED] VirtualHost with third level domain

2007-08-29 Thread Matt Richards
2007/8/29, netmail <[EMAIL PROTECTED]>: > > Hi guys > > I have fedora with Apache 2.2.3 . > > I have the dns entry similar to third.mydomain.com that resolve my ip > address correctly but respond the default home page of apache and I want > configure my apache to responde in the right folder /www/

[EMAIL PROTECTED] Virtual Servers vs Virtual Private Servers

2007-08-29 Thread Bob Cohen
Are there any real security benefits to operating Virtual Private Servers as opposed to properly configured Apache virtual servers? Bob - The official User-To-User support forum of the Apache HTTP Server Project. See http://ht

Re: [EMAIL PROTECTED] mod_rewrite or mod_access

2007-08-29 Thread Jack Stone
From: "Vincent Bray" <[EMAIL PROTECTED]> Reply-To: users@httpd.apache.org To: users@httpd.apache.org, [EMAIL PROTECTED] Subject: Re: [EMAIL PROTECTED] mod_rewrite or mod_access Date: Sat, 25 Aug 2007 22:38:58 +0700 On 25/08/07, Jack Stone <[EMAIL PROTECTED]> wrote: > We still use MSFrontPage on c

RE: [EMAIL PROTECTED] Unclean restarts

2007-08-29 Thread Gerhardus.Geldenhuis
Hi Not sure if it is related but we have seen problems before that when you restart apache very often under load it runs out of semaphore. That might worth looking into. To clean up semaphores after stopping apache you can try the following: ipcs -s | grep www-data | awk '{print $2}'|xargs -n 1 ip

Re: [EMAIL PROTECTED] VirtualHost with third level domain

2007-08-29 Thread Vincent Bray
On 29/08/2007, netmail <[EMAIL PROTECTED]> wrote: > Hi guys > > I have fedora with Apache 2.2.3 . Try killing /etc/httpd/conf.d/welcome.conf -- noodl - The official User-To-User support forum of the Apache HTTP Server Project.

[EMAIL PROTECTED] VirtualHost with third level domain

2007-08-29 Thread netmail
Hi guys I have fedora with Apache 2.2.3 . I have the dns entry similar to third.mydomain.com that resolve my ip address correctly but respond the default home page of apache and I want configure my apache to responde in the right folder /www/mydomain/thirdlevel Thanks