Search results

  1. E

    DocumentRoot outside of /usr/local/lsws

    Then that was the error, my home/user was per default only 700. weird, i just added user with "useradd user"...
  2. E

    DocumentRoot outside of /usr/local/lsws

    Finally found it, I had to chmod 711 to /home/user . Can you verify that your home/user is "drwx--x--x. " ??
  3. E

    DocumentRoot outside of /usr/local/lsws

    Well... if i CD to /home/user/html/ and "sudo -u nobody cat index.html" everything is OK, (i see html code) if i however "sudo -u nobody cat /home/user/html/index.html", i get permission denied... I have chmodded the files to user:nobody and added user to nobody-group, but still same error...
  4. E

    DocumentRoot outside of /usr/local/lsws

    i did find this thread (https://www.litespeedtech.com/support/forum/threads/resolved-error-can-not-open-directory-for-uri-404-not-found.3762/) which gave me this command (sudo -u nobody cat /home/user/cg/html/index.html), and this command gives me "permission denied" however i cant see why...
  5. E

    DocumentRoot outside of /usr/local/lsws

    -rw-rw-r-- 1 nobody nobody 12 Feb 14 15:58 index.html
  6. E

    DocumentRoot outside of /usr/local/lsws

    Hello again, #su nobody This account is currently not available. Also, i chmodded the dir to nobody:nobody, but still without success.. i believe same as u, permissions...
  7. E

    DocumentRoot outside of /usr/local/lsws

    2017-02-14 16:06:58.456 [DEBUG] [192.168.175.165:56433#cgBoxCheck] Find context with URI: [/], location: [/home/user/cg/html/]. 2017-02-14 16:06:58.456 [DEBUG] [192.168.175.165:56433#cgBoxCheck] (stat)File not found [/home/user/cg/html/index.html]. 2017-02-14 16:06:58.456 [DEBUG]...
  8. E

    DocumentRoot outside of /usr/local/lsws

    Now i added that access and error-log should be output to /home/user/-dir, it works OK, and user nobody:nobody writes to access-log (no errors thou)
  9. E

    DocumentRoot outside of /usr/local/lsws

    Yes, the permissions are correct... now i even created files as the user itself (su user) Still 404 not found. Not seeing any debug in logs at all... Not seeing anything :/, disturbs me!
  10. E

    DocumentRoot outside of /usr/local/lsws

    Yes, they both generate same 404 page As far as i can see, when i put docroot at /lsws/ it works fine , both curl and web.
  11. E

    DocumentRoot outside of /usr/local/lsws

    As soon as i put the document_root under /usr/local/lsws , it works fine! same directory, same chmod, same everything. When i change to /home/user/html, no working
  12. E

    DocumentRoot outside of /usr/local/lsws

    At the moment no changes at all... i dont understand, i point document root to the directory, i have the permissions, everything looks good, no errors :/
  13. E

    DocumentRoot outside of /usr/local/lsws

    Sadly not .. I will throw everything away and try again :/
  14. E

    DocumentRoot outside of /usr/local/lsws

    Same :/, i dont know at all what is wrong at the moment :/
  15. E

    DocumentRoot outside of /usr/local/lsws

    017-02-14 14:50:48.423 [INFO] [PlainConf] [httpServerConfig:] start parsing file /usr/local/lsws/conf/httpd_config.conf 2017-02-14 14:50:48.423 [INFO] [PlainConf] [httpServerConfig:] Failed to RCS checkin conf file /usr/local/lsws/conf/httpd_config.conf0, ret 32512, error(Invalid argument). Org...
  16. E

    DocumentRoot outside of /usr/local/lsws

    Heres my vhost: virtualhost cgBoxCheck { vhRoot $SERVER_ROOT/conf/vhosts/$VH_NAME configFile $SERVER_ROOT/conf/vhosts/$VH_NAME/vhconf.conf allowSymbolLink 1 enableScript 1 restrained 0 setUIDMode 2 } and...
  17. E

    DocumentRoot outside of /usr/local/lsws

    Mine now looks the same (except for rewrite). The biggest difference is that i have a hardcoded documentroot /home/user/html , whilst vh_root is in /usr/local/lsws default path ($SERVER_ROOT/conf/vhosts/$VH_NAME) , is this a problem, if yes, why ?
  18. E

    DocumentRoot outside of /usr/local/lsws

    1. It now is, didnt knew about this option (didnt make a difference) 2. It is on server-side level, not on vhost-level.
  19. E

    DocumentRoot outside of /usr/local/lsws

    Hello! I am bringing attention to an old thread (http://openlitespeed.com/threads/virtual-host-root-outside-server_root-gives-404-error.290/#post-790). I cant get this to work! I have a new server with LSWS under /usr/local/lsws, i have a documentroot in /home/user/html, it contains a single...
Top