Search results

  1. S

    ProxyPass

    Resurrecting an old thread is always fun... I need to do something similar to the OP. In apache you do this: ProxyPass /pytest/ http://192.168.1.8:8086/py/ ProxyPassReverse /pytest/ http://192.168.1.8:8086/py/ ProxyPass /pydev/ http://192.168.1.34:8086/py/ ProxyPassReverse /pydev/...
  2. 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 :)
  3. S

    Multiple LSWS on same host

    Ok, thanks :)
  4. 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...
  5. S

    Same Domain, Different VHOST, Different IP?

    Great. This was never meant for "everyone" it was meant for me to be able to work on a new site (using the exact domain that will be used) while the current one worked unaffected. Thanks :)
  6. 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...
  7. S

    Movable Type & LSWS?

    Thanks for that - I got it :)
  8. S

    Movable Type & LSWS?

    Thank you for that How do I allow static content from this location? Accessing: http://domain.tld/cgi-bin/index.html Results in: lscgid: execve(): Permission denied
  9. 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 :)
  10. S

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

    Yeah... Apache just totally owns the box. Unfortunatley I ran my little hammer on a site I'd like to keep up and I thought I'd just leave and see if it came back, but it isn't... I only use Apache for SVN now :)
  11. 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...
  12. S

    Virtual Hosts - Groups?

    Same... That's what I stumbled onto ;)
  13. S

    Virtual Hosts - Groups?

    Yeah I've stumbled onto that - thanks :)
  14. S

    Shared Hosting Securities

    Ok I've looked some more and it looks like this to me. The user of docroot is used & if gid is forced (server wide) it uses that as well. so therefore the user needs to not be a member of the forced group. If it were it would have read access to all files under that group... How then do you...
  15. S

    Shared Hosting Securities

    Except there is no where to specify an exact user/group to run things as....
  16. 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...
  17. S

    I like the hide ^.*\.svn feature

    Your so not getting it :P LiteSpeed does block out of the box - Apache doesn't (out of the box, although you can make it) I like how how LiteSpeed does do it automatically. ++++++++++++++++++++ The other point I make in my original post is. I keep my files that are served by LiteSpeed in a...
  18. S

    I like the hide ^.*\.svn feature

    I was saying that I like the LiteSpeed auto blocks access of people browsing .svn directories that are present in my web sites There that should clear it up :)
  19. S

    I like the hide ^.*\.svn feature

    eh? Nono you mis-understand. I can't browse .svn dirs from the browser. I keep my html root in sync via svn - nothing to do with LiteSpeed - other then it auto stops ppl looking at the .svn dirs that come with keeping files in a svn repository. ie LiteSpeed can't block me ssh'n into...
  20. S

    How did you hear about LiteSpeed?

    HosingFu In that article he didn't actually cover LiteSpeed but someone in the comments reminded him so I cheked it out.
Top