Search results

  1. S

    Create VHost and add created VHost to listener from script

    I'm automating the creation of a website. I have the directory structure all done and the vhconf.xml creation done. All I need to do now is insert the relevant lines into /opt/lsws/conf/httpd_config.xml How do I do this from a bash script - or at all? Thanks :)
  2. S

    Multiple LSWS on same host

    This doesn't work as lsws uses /tmp/lshttpd/ as its working directory so to speak. SO How do I specify a different directory to use like ~/tmp/lshttpd ?? I've modified ~/lsws/conf/httpd_config.xml with updated paths for the two things in there - But this doesn't change where the PID...
  3. S

    Same Domain, Different VHOST, Different IP?

    So is this possible? Server1: Domain1 - IP1 - Listner1 - Vhost1 Domain2 - IP2 - Listner2 - Vhost2 Server1: www.domain.com - 192.168.0.1 - 192.168.0.1:80 - Vhost1 - /var/www/vhost1/html www.domain.com - 192.168.0.2 - 192.168.0.2:80 - Vhost2 - /var/www/vhost2/html I need two websites...
  4. S

    Movable Type & LSWS?

    I don't know anything about perl/cgi/python - basically anything that isn't php... How the heck do I get LSWS & Movable Type working? I've setup the Virtual Host and that's all ok. Just need the External App (cgi/perl) bit. I've extracted all the files to $VH_ROOT/html/cgi-bin/ Thanks :)
  5. S

    WOW - Apache is crap...(default, untuned state)

    I've been fiddling with a simple Java program (I wrote) that just pumps a crap load of requests at the webserver. Its pretty crude, spawns a heap of threads based on what number i put in the loop. so it is doing simultaneous connections not one after the other. I've found that LSWS in its...
  6. S

    Shared Hosting Securities

    http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:security:shared_hosting_securities That article is a bit airy fairy. Its not concrete enough in what is being put across. What are the exact configurations required? So in apache using MPM-ITK I would do the following...
  7. S

    I like the hide ^.*\.svn feature

    I had to configure that manually in Apache :) I've started running all my sites on SVN - makes backup and restore so much easier. Not to mention the fact that I can redeploy on any server quickly & effortlessly now. Another tiny feature I've found that just makes using LiteSpeed nice :D
  8. S

    Proxy or AJP - JBoss AS/Tomcat

    JBoss AS is essentially Tomcat so interchange as you will. Does anyone have any comments that would offer some insight on using LiteSpeed as the frontend to a JBoss/Tomcat server in both: - complexity in configuration (considerations) - performance (should be better then apache regardless...
  9. S

    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...
  10. S

    Get this into Portage!!

    I'm going to attempt to install this now on vanilla Gentoo 2007.1 - hope it all just works. There is no apache installed, or php, or mysql - I thought that's what vanilla meant... 1 thing that is not really clear though in the docs. IS apache required? I'm reading between the lines and think...
Top