Search results

  1. andych

    Setting up SSL

    I just bought SSL certificate, and now I would like to install on my server. the question is what is Private Key File ?? Is it the ---BEGIN CSR REQUEST ---thing? and this is what I got from the SSL vendor: ServerCertificate.cer Should I put on Certificate File coloumn?
  2. andych

    [Ask] Server Build Advice

    Hi, I would like to build a new server focused to host single domain only with LiteSpeed + MySQL. 1. What Operating System is the best for LSWS? I'm considering about Debian 7 or FreeBSD. 2. What File System ia the best for hosting PHP File with some static files? I'm considering about...
  3. andych

    Setting PHP without timeout

    How do we do this? Because I had a lots of 500 and 503 Internal Server Errors, so I want LS to allow PHP running indefinitely. Because my PHP apps had a lots of processing time (e.g.: doing MySQL Maintenances, etc) I don't have any clue how to set this (I mean the values to change)
  4. andych

    Litespeed PHP SMTP Mail NOT WORKING

    I tried to use alternate mail-sending method using SMTP PHP, I had an error below: The following errors were outputted by PHP when attempting to send mail: Warning: 554 Unexpected response from SMTP server during TO address transmission in [path]/includes/class_mail.php on line 711 Any...
  5. andych

    PHP mail not delivering mail

    Pertinent PHP Settings: SMTP: localhost sendmail_from: None sendmail_path: /usr/sbin/sendmail -t -i Diagnostic Results: No errors were returned while attempting to send the email. Check destination@email.dom shortly to confirm you've received the email. If you don't receive the email, try...
  6. andych

    [solved] Give option robots.txt for each vhosts

    I would like to suggest that if LiteSpeed have an option for robots.txt builtin as feature just like .htaccess So we can adjust robots.txt for each vhosts without having one robots.txt reflects all vhosts. Example: We had 2 domains, We only welcome the crawlers to crawls from domain A...
  7. andych

    How to Prevent DDoS with LiteSpeed

    Hi, I would like to ask how to prevent DDoS with LiteSpeed? I heard DDoS attacks can be mitigated by using Per Client Throttling, any samples for that configuration? (e.g. the recommended settings..)
  8. andych

    [solved] vBulletin + LiteSpeed Cache

    Hi, I would like to ask how to make LiteSpeed Cache to work especially with vBulletin? I've tried http://www.litespeedtech.com/support/forum/showthread.php?t=4719 and seems not working, I tried...
  9. andych

    Cannot Order LiteSpeed Anti-DDoS

    I have no clue what's wrong :confused:
  10. andych

    [solved] How to configure Litespeed Reverse Proxy

    I would like to ask, how to configure Litespeed as Reverse Proxy? I have situation like this on the same machine: an httpd app, running at port 80 with IP 202.159.31.1 I want to make Litespeed listen at port 80 with IP 202.159.32.2 Topology is like this: User visit...
Top