Search results

  1. P

    [Resolved] Starts at login

    I use LSWS locally on Mac OS. It's starts at login but I can't find where that is done
  2. P

    2 lshttpd processes?

    I got 2 lshttpd 4.0.9 processes running, one for root and one for me as user (I run it like that). Is that normal?
  3. P

    LSAPI as gem and manually installed

    Can you have an older version of lsapi installed manually and the latest lsapi as gem? Which one will be used? For LSWS 4.0.4
  4. P

    Problem accessing awstat

    When trying to access awstat I see a different string in the url, but then I get an error and I can't access the stats. I could before. What could be wrong?
  5. P

    No core file is created?

    What does this mean when LS gives this NOTICE in the log: [AutoRestarter]....no core file is created! Should there be a core file created? And what is the core file?
  6. P

    Move old conf files into new install

    I have reinstalled LSWS from scratch as I've upgraded my HD. Can I move over the old conf-files for each host and the main httpd_config.xml in my previous installation and not have to enter all data again?
  7. P

    SSL certificate and domain

    SSL isn't my strong side. But have I understood it correct, that you connect a certificate to a Listener not a domain? That means :443 will be taken for one Listener? Is there any way of doing it like apache, connect it to domain instead?
  8. P

    Interpreting the log file

    What does this mean? Does the GET search string has anything to do with LSW? Or is it made by the one behind the ip? [xx.xxx.xx.xx:xxxxx-0#_AdminVHost] Content len: 0, Request line: GET /service/serviceMgr.php?vl=1&sel_level=D&searchFrom=0&searchSize=20&refresh.x=23&refresh.y=7 HTTP/1.1...
  9. P

    Often restarted

    Get this rather often. "Web server xxxx on xxx is automatically restarted" Any ideas to why?
  10. P

    Email alert

    How do you deal with email alerts when sendmail is on another machine?
  11. P

    403 Error after deleting Realm

    I can't access a host after deleting a Realm under Security. What could be wrong?
  12. P

    Images doesn't show in FireFox

    Something is wrong with LSW. Firefox 3.05b doesn't display the images. When I look at the code I see that LSW adds some sort of identification to images and js. How do I turn that off?
  13. P

    Ruby instances x 2

    When I start a RoR app I get two instances of ruby in the Activity Monitor (Mac OS). Is that normal?
  14. P

    Installing Rails as external app or not?

    One thing I don't understan is whether I should add Rails as an external app or just use the Ruby Rails under Server in order to get RoR going?
  15. P

    Error 503 after upgrade

    I've upgraded to the latest lsws 3.3.7. I've also upgraded all gems incl. rails 2.0.2. Now, after adding a new app to the server, I get an 503 error message in the drop down layer when clicking on "About your application
  16. P

    SSL on localhost

    I'm trying to set up a private key and cert using SSL on localhost, but I fail. How should I do this? And can you do it, or does it have to be a real domain? I use Rails and have each app under a separate VH and Listener
  17. P

    Custom start for VH at server start.

    Can you set a certain VH to not start when starting the server? --- Never mind. I found the answer. I told ruby not to run at startup under Server > Rails. When accessing a Rails app ruby will start for that app. Perfect! LS is a great server.
  18. P

    Failed to execute 'vmstat' command?

    I get this error in debug log. "Failed to execute 'vmstat' command: No such file or directory" I suspect it has something to do with permissions. What are the correct settings for a Rails app? Or is it something with awstat?
  19. P

    Cache problem

    I have this really annoying problem with page cache. I've done changes in a file, and upload it. But it doesn't show up on the sever side. I've tried to empty cache, but still the same old page. Must be something Litespeed does. The question is what? --- Now it changed. Seems to come after a...
  20. P

    Clear cache

    Often the server doesn't show the updated content, or it does but after a while. Why is that? How do you turn off "caching" of content? Is a bit annoying on the development machine.
Top