View Single Post
  #1  
Old 01-29-2007, 10:02 AM
Arkadius Arkadius is offline
Member
 
Join Date: May 2006
Posts: 18
Default Apache2.2 Migration Questions

Hello,

I was wondering if LiteSpeed is able to fully import Apache2.2 Vhosts with all Options, or if theres any drawback.

On my Setup I have a little include statement at the end of my config which includes the whole "sites-enabled" dir into Apache.

Litespeed detects them during installation, but will it detect them if I add more ?

2nd Question :

this is my current vhost config: www.dorijan.de/vhost.txt


Important Points for me are:

ServerAdmin setting was ignored.

Can I supply my own Error Documents from Apache Config Files ? Since current 3.0RC2 does not recognize them.

Can I supply my own Autoindex .css Files on a Per User Basis like on Apache ?

Is there something like mod_cband that lets me output transfer data for each vhost?

Is there a setting like mod_deflate where I supply file types on a per Vhost Basis to compress or not to compress?

Can each php Script run under a Pre defined User/Group ? i.e. I Set vhost - 22 to run as userID/groupID 22

Can litespeed log from several vhosts to one logfile? i.e. all Customers vhost log to /$homedir/logs/access.log

Thank you.

Last edited by Arkadius; 01-29-2007 at 10:06 AM..
Reply With Quote