Search results

  1. ckissi

    Wordpress in subdirectory

    Hi, I'm having a hard time to make WP in subfolder work. I read all available help sources in this forum as well as on StackOverflow, unfortunately, nothing works for me. The WP is placed in subfolder blog so it should be accessible as http://www.example.com/blog/ The home is working but no...
  2. ckissi

    Add custom headers for domain

    Hi, I want to add following custom headers for domain: X-XSS-Protection: 1; mode=block Referrer-Policy: same-origin X-Content-Type-Options: nosniff X-Frame-Options: DENY Where can I implement them?
  3. ckissi

    Red marks next to virtual host items and listeners

    I've already restarted so cannot check again but there were no error messages in the log. Just the notices. As I said before all virtual hosts were functional so it must be just some status check issue.
  4. ckissi

    Red marks next to virtual host items and listeners

    I've logged in to the admin area and noticed red marks next to the listeners as well as virtual host. Check the images please. Web sites are running ok, so it must be just some issue with a status check. After a graceful restart, it works ok.
  5. ckissi

    How to create new virtual host from command line?

    Had a hard time but finally found it in the /usr/local/lsws/conf/httpd_config.conf. Thank you. So I have to just parse that file and add another member to the vhTemplate section of my template and make graceful restart. Right ?
  6. ckissi

    How to create new virtual host from command line?

    Hi @lsfoo Where are the vhosts defined in template located? I have a template defined and want to add new vhost to that template programmatically. Is that possible?
  7. ckissi

    How to create new virtual host from command line?

    Hi, I would like to create a script that will be able to create a new virtual host from a command line. Can be template based, so I need just add a new site to an existing template from a command line. Is this possible and if so how?
  8. ckissi

    How to set up Cookieless domain?

    Did some more research, seems it is necessary only if you serve dynamic files also.
  9. ckissi

    How to set up Cookieless domain?

    I wonder if I need to set up something like this: <FilesMatch "\.(js|css|jpg|png|jpeg|gif|xml|json|txt|pdf|mov|avi|otf|woff|ico|swf)$"> RequestHeader unset Cookie Header unset Cookie Header unset Set-Cookie </FilesMatch> Is this necessary or OLS will handle everything without these...
  10. ckissi

    How to set up Cookieless domain?

    Hi, How can I set up cookieless domain on OLS?
  11. ckissi

    Cannot create new template

    Hi Thanks! that worked.
  12. ckissi

    Cannot create new template

    Hi, I'm trying to create a new template within the admin area but cannot. I've created the file manually in the template directory but the lsws doesn't recognize it and even no "CLICK TO CREATE" link appears if the file does not exist.
  13. ckissi

    Cannot install ols1clk on Centos 7/32bit

    I've tried to install on Centos 7/32bit but getting the following error: failure: repodata/repomd.xml from litespeed: [Errno 256] No more mirrors to try. http://rpms.litespeedtech.com/centos/7/i386/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found Seems that repository file is missing...
  14. ckissi

    Page not found 404 issue (v 1.4.25)

    I've resolved this issue: http://openlitespeed.com/threads/graceful-restart-in-webadmin-console-problem.2577/ when I've deleted cookies. So let me check this issue too :)
  15. ckissi

    Graceful restart in webadmin console problem.

    Wow ! It works now. I've deleted all cookies and it started to work.
  16. ckissi

    Graceful restart in webadmin console problem.

    This is strange, it doesn't work in chrome (all extensions disabled just for sure), but it works in opera neon which is also the chromium browser
  17. ckissi

    Curl issue on Debian and Ubuntu in 1Click install

    Ok, thank you, Debian and Ubuntu became more popular than CentOS so I would prefer to install one of these.
  18. ckissi

    Page not found 404 issue (v 1.4.25)

    Thank you, I'm waiting for that. OLS is the only alternative to Nginx that can compete in speed and features.
  19. ckissi

    Graceful restart in webadmin console problem.

    No change in the error log at all until I restart from the command line. Seems like it does nothing from admin interface when I invoke restart.
  20. ckissi

    Graceful restart in webadmin console problem.

    -rw-r--r-- 1 lsadm lsadm 1752 Mar 28 00:37 vhconf.conf This is the configuration file I've been working on when it happened, But I'm experiencing this issue again and again when I'm doing changes in the admin area, e.g. when I was adding SSL certificates to webamin (7080) listener.
Top