• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Search results

  1. Vightrain

    TalkAction Changename in-game

    Is this working?!:)
  2. Vightrain

    [Sweden] Iriana.zapto.org 8.60 Real-Map Dedicated 99% uptime - OPEN 18.00 FRIDAY

    Hello Vightrain. I worked with them and was a part of the Thandoria. I thought I could trust the owner of Thandoria but he had too many enemies, so that's why it didn't worked for that server + that was something was wrong in the system on the old dedicated Thandoria had so It crashed. So I...
  3. Vightrain

    Linux Multiple websites on diffrent ip addresses

    Oh sorry.. I still got problem.. I thought i fixed it.. lol I added these codes at the end of lighttpd and restarted it. $HTTP["host"] =~ "test.net" { server.bind = "178.xxx.xxx.xxx" server.port = 80 server.document-root = "/var/www1" } $HTTP["host"] =~ "test2.net" { server.bind =...
  4. Vightrain

    Linux Multiple websites on diffrent ip addresses

    these turtorials are making this shit to complicated.. its just an easy command thats needed.. I've fixed it now anyways.. thank man!
  5. Vightrain

    Linux Multiple websites on diffrent ip addresses

    YEah.. but when i do that.. i get error.. * Stopping web server lighttpd [ OK ] * Starting web server lighttpd 2012-05-10 00:21:47: (network.c.358) can't bind to port: 192.168.1.1 80 Cannot assign...
  6. Vightrain

    Linux Multiple websites on diffrent ip addresses

    Yeah thanks for your tries to help.. couldnt find any good turtorial on how to do that :/ I really need it, anyone else that has any idea?:)
  7. Vightrain

    Linux Multiple websites on diffrent ip addresses

    Not working dude :/ EDIT: $HTTP["host"] =~ "(^|\.)test\.net$" { server.document-root = "/var/www/test.net/" server.error-handler-404 = "/e404.php" } Look, when i put this code at the end of lighttpd.conf, and type test.net in browser it works (its taking me to /var/www/test.net).. But when i...
  8. Vightrain

    Linux Multiple websites on diffrent ip addresses

    Thanks for your help detdu.. But i got dedicated server with 2 ipaddresses.. and i want to direct each ip to each www folder.. :/ Like when i enter ipaddress1 it goes to www1 and when i enter ipaddress2 it goes to www2..
  9. Vightrain

    Linux Multiple websites on diffrent ip addresses

    And this does work? where do you put your second domain?
  10. Vightrain

    Linux Multiple websites on diffrent ip addresses

    Can you place it in my file to be sure..? My lighttpd.conf file. server.modules = ( "mod_access", "mod_alias", "mod_compress", "mod_redirect", # "mod_rewrite", ) server.document-root = "/var/www" server.upload-dirs = ( "/var/cache/lighttpd/uploads" ) server.errorlog...
  11. Vightrain

    Linux Multiple websites on diffrent ip addresses

    @up, and that should be in what file? lighttpd.conf? Edit: etc like this: $HTTP["host"] =~ "(^|\.)29.xxx.xxx.xx$" { server.document-root = "/var/www/" server.error-handler-404 = "/e404.php" } $HTTP["host"] =~ "(^|\.)82.xxx.xxx.xx$" { server.document-root = "/var/www2/"...
  12. Vightrain

    Linux Multiple websites on diffrent ip addresses

    Hello, I have been trying to create multiple websites on diffrent ip addresses.. for example, 2 /var/www directories to each ip address. like, ipaddress = /var/www ipaddress = /var/www2 But it does not work.. Edit: I've managed to fix this through turtorials on google.com. If anyone need...
  13. Vightrain

    Linux Multiple Websites

    How to setup multiple sites on lighttpd then?:)
  14. Vightrain

    Vightrain.Net Project - Take a look!

    I will continue when i have time.
  15. Vightrain

    Compiling Error in ubuntu 12.04 TFS0.4 rev 3840

    Change to ubuntu 11.04 or 11.10... It's bug on ubuntu 12.~~
  16. Vightrain

    Lua StopEvent in another script

    Cyko, can you please check your PM?:)
Back
Top