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

Go Back   LiteSpeed Support Forums > LiteSpeed Web Server > Install/Configuration > Wildcard Subservers ?

Reply
 
Thread Tools Display Modes
  #1  
Old 07-26-2005, 02:46 PM
dorijan dorijan is offline
New Member
 
Join Date: Jul 2005
Posts: 3
Default Wildcard Subservers ?

Hello,

I have read that LWS is comparable to Zeus Webserver, however I was wondering if the following feature is available.

In Zeus it is called Subservers , you can even do wildcard Subservers by simply throwing in Dirs with Domain Names into your homedir.

i.e. you login via ftp and create

sub.domain.com - which is instant available to the outside world via http/https.

you also have a default webserver which is used as fallback i.e. domain.com , in my test scenario i am also creating *.domain.com symlinks to the default domain.com dir so all requests end up in that dir.

does this work in LWS or is it planned at all ?

second , is it possible to run php5 via fastcgi in order to loadbalance the php processes among several machines ?

thanks in advance.
Reply With Quote
  #2  
Old 07-26-2005, 03:26 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,583
LSWS does not have a dedicated feature like the one you described, however, it should be pretty easy to implement this kind of feature with simple URL rewrite rules. No plan for a dedicate implementation yet.

For your second question, LSWS can be configured to access remote FCGI App on other machine, there is a stateless load balancer implemented in LSWS now.
Reply With Quote
  #3  
Old 07-26-2005, 09:30 PM
dorijan dorijan is offline
New Member
 
Join Date: Jul 2005
Posts: 3
do you have any example url rewrites for that ?

thanks.
Reply With Quote
  #4  
Old 07-27-2005, 07:54 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,583
Some thing like:

Code:
RewriteCond  /your/home/dir/%{HTTP_HOST}     -d
RewriteRule   ^(.+)                          /your/home/dir/%{HTTP_HOST}$1
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Wildcard Hostnames in listener configuration? ts77 Install/Configuration 3 03-07-2007 02:26 PM


All times are GMT -7. The time now is 08:14 PM.



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