LiteSpeed Technologies
Download Download     Blog Blog     Wiki Wiki     Forum Forum     Store     Contact Contact    

Go Back   LiteSpeed Support Forums > LiteSpeed Web Server > Feedback/Feature Requests > Virtual Hosts - Groups?

Reply
 
Thread Tools Display Modes
  #1  
Old 07-17-2007, 10:40 PM
SoreGUms SoreGUms is offline
Member
 
Join Date: Jul 2007
Location: Sydney, Australia
Posts: 32
Default Virtual Hosts - Groups?

I've just started using this as of yesterday, still figuring everything out....

One thing that has come to mind though is I have lots of VHosts. This wasn't an issue with apache in terms of managing as I have a conf file for each domain.

Feature Request:
So maybe a feature could be some sort of grouping mechanism in the Vhost config area.

Last edited by SoreGUms; 08-06-2007 at 11:00 PM.. Reason: took out extra bits that lead to conversation about irrelevant things...
Reply With Quote
  #2  
Old 07-17-2007, 11:52 PM
ts77 ts77 is offline
Senior Member
 
Join Date: Nov 2004
Posts: 288
How about just using the vhost-templates?
Reply With Quote
  #3  
Old 07-18-2007, 01:25 AM
SoreGUms SoreGUms is offline
Member
 
Join Date: Jul 2007
Location: Sydney, Australia
Posts: 32
Oh really?

Well i didn't think thats what it was for...
i thought it was like:
- I need to setup a new vhost, instead of starting from scratch I'll use a template.
- Ok cool got my defaults now I just need to make this change and that, right done.

So i don't see how that helps if my list is 2-300 long :/
Reply With Quote
  #4  
Old 08-06-2007, 10:50 PM
medialayer medialayer is offline
Member
 
Join Date: Aug 2007
Location: NYC
Posts: 39
Quote:
Originally Posted by SoreGUms View Post
I do this so I can redirect domain.tld to www.domain.tld, I've found this the easiest and least problematic way to do this.
How about using a RewriteRule?
Reply With Quote
  #5  
Old 08-06-2007, 10:51 PM
SoreGUms SoreGUms is offline
Member
 
Join Date: Jul 2007
Location: Sydney, Australia
Posts: 32
Quote:
Originally Posted by medialayer View Post
How about using a RewriteRule?
Yeah I've stumbled onto that - thanks
Reply With Quote
  #6  
Old 08-06-2007, 10:53 PM
medialayer medialayer is offline
Member
 
Join Date: Aug 2007
Location: NYC
Posts: 39
Quote:
Originally Posted by SoreGUms View Post
Yeah I've stumbled onto that - thanks
Code:
RewriteCond %{HTTP_HOST} !^www\.domain.tld
RewriteRule ^(.*)$ http://www.domain.tld/$1 [R=301,L]
Is what I use.
Reply With Quote
  #7  
Old 08-06-2007, 10:54 PM
SoreGUms SoreGUms is offline
Member
 
Join Date: Jul 2007
Location: Sydney, Australia
Posts: 32
Quote:
Originally Posted by medialayer View Post
Code:
RewriteCond %{HTTP_HOST} !^www\.domain.tld
RewriteRule ^(.*)$ http://www.domain.tld/$1 [R=301,L]
Is what I use.
Same...
That's what I stumbled onto
Reply With Quote
  #8  
Old 08-06-2007, 10:57 PM
medialayer medialayer is offline
Member
 
Join Date: Aug 2007
Location: NYC
Posts: 39
Quote:
Originally Posted by SoreGUms View Post
Same...
That's what I stumbled onto
Well, as far as the feature request I would say some sort of "tagging" function would do just as well. Each vhost can be assigned with a tag, and then in the ACP you can sort all of the vhosts by their tag...seems useful.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 11:00 PM.



- Archive - Top
© Copyright 2003-2011 LiteSpeed Technologies, Inc. All rights reserved. Privacy Policy.