Search results

  1. Tracy Perry

    Prevent hotlinking from unauthorized domains

    Well, I've been battling this for a bit, and had gone back to nginx because I had some sites hotlinking stuff that they had not asked permission to do. With nginx, I was able to give them a nice litte replacement graphic instead of what they thought they were getting. :whistle: To stop...
  2. Tracy Perry

    Prevent hotlinking

    As the title says, how do you enable hotlink protection and redirect the requests to another image. I have it working with no problems on nginx, but OLS is another matter - and I need it as I've got some leeches steeling images (and bandwidth) from the site as they just use my images in their...
  3. Tracy Perry

    Trying to compile PHP 5.6.5 on Debian box

    reported in other topic
  4. Tracy Perry

    1.4.4 OLS vs FireFox 35.0/35.01

    OK, got a complaint from a user that he could no longer connect to my MC site using FireFox 35.0.1. Had him regress to 35.0 of FireFox and the problem continued. He was using Windows 7 Pro SP1. I got onto my desktop that is the same OS and confirmed that I could not connect to the site at all...
  5. Tracy Perry

    Error log question

    What exactly does this mean (other than apparently client throttling is broke)? This is on OLS 1.4.3 [PlainConf] [perclientconnlimit:] Not support [blockbadreq 1] in file usr/local/lsws/conf/httpd_config.conf:88 Here are my settings
  6. Tracy Perry

    Strict Transport Security

    @lsmichael, I followed a guide I found for setting up Strict Transport Security on LiteSpeed using the context for the virtual host. But, when I go to SSL reports to run a test, it shows that is not active. Does this not work with OpenLiteSpeed 1.3.6?
  7. Tracy Perry

    As bad as I hate to

    It looks like I'm going to have to go back to nginx on the servers. 1.3 OLS was broke, 1.3.1 has context borked and now I'm getting more display related problems on my forums (images failing to display correctly). Never had any problems iwth nginx and reliability is important for me right now.
  8. Tracy Perry

    OLS and Memcached

    OK, you can install the memcache PECL from the OLS PHP custom install... now, how about adding the memcached PECL also? On my Debian install (on 1.3.1) memcache is causing all kinds of problems and apparently using the pecl call to install memcached won't work (probably due to not having all...
  9. Tracy Perry

    context no longer working on 1.3.1?

    Context settings that were working fine (for individual files and for directories) that were working with 1.2.9 are no longer working with 1.3.1 for me. Anybody else have this problem? OLS is set to allow symlinks (which links to the Debian install of phpmyadmin) @lsmichael, any...
  10. Tracy Perry

    nginx is no more

    At least on any of my servers. I have taken ALL my forums/sites (at last count that was 10 VPS's with 14 sites) over now to OpenLiteSpeed. I just wish I could get OLS 1.3 to play nicely for me. On a few sites it does but on most of them I get CSS display errors out the wazoo.
  11. Tracy Perry

    OpenLiteSpeed 1.3

    Anyone else try compiling on Debian and end up with a non-responsive or broken site? I tried upgrading my http://servinglinux.com to it and it no longer worked. Was doing a new VPS for a local tax office and decided to try OLS 1.3 on it and same thing (with a simple word press install). The CSS...
  12. Tracy Perry

    OpenLiteSpeed/myBB vs Friendly URL's

    OK... got the friendly URLS working on my XenForo and WP sites... but myBB is another matter. My rewrite is the standard one provided by myBB: RewriteRule ^forum-([0-9]+)\.html$ forumdisplay.php?fid=$1 [L,QSA] RewriteRule ^forum-([0-9]+)-page-([0-9]+)\.html$...
  13. Tracy Perry

    Compiling on Debian Wheezy

    If you do a minimal net install of Debian Wheezy and go to compile OLS on it, you will find that it won't work. You need to install the below (at the minimum) aptitude install libssl-dev make automake build-essentials g++ libpcre3 libpcre3-dev libexpat1-dev libgeoip-dev libcurl4-openssl-dev...
  14. Tracy Perry

    libwww-perl

    How to enable this under OpenLiteSpeed. With nginx it's as simple as installing it via aptitude and it gets used. Apparently not under OLS.
  15. Tracy Perry

    Enable geoip & imagemagick in PHP

    OK... I've tried the process of /usr/local/lsws/lsphp5/bin/pecl install imagick to install imagemagick and the same for geoip. The .so files get written to the /usr/local/lsws/lsphp5/lib/php/extensions/no-debug-non-zts-20121212 location but when I place the extenstion=geoip.so (and the one for...
  16. Tracy Perry

    Rewrite problem

    OK, I'm trying to rewrite http://tdperry.com to go to http:/tntcomputersvc.com. Here is what I have listed in my one (and only) vhost definition for the rewrite rules RewriteCond %{HTTP_USER_AGENT} ^NameOfBadRobot RewriteRule ^/nospider/ - [F] RewriteCond %{HTTP_HOST} ^tdperry.com$...
  17. Tracy Perry

    New year - New adventure

    Well, I decided to set up a little site for some folks that I help out with computer work (most of them for free) and have gotten tired of the constant text/phone calls. Set up a simple WordPress site with a support ticket software running with it. All under Debian and using OpenLiteSpeed...
  18. Tracy Perry

    Forum display problem - nginx vs OLS

    OK.. here is what it looks like with nginx: And here is what it looks like with OLS As you can see from the bottom shot, something is playing with the CSS related formatting. Both snapshots taken in Chrome on a Mac. EDIT: Just realized.. it may be due to a GeoIP module problem as the...
  19. Tracy Perry

    Password protect single file

    Specifically, I'm trying to password protect the admin.php under xenForo. I've tried just about every combo of the context settings I could think of and non of them appear to work. How exactly do you do this?
  20. Tracy Perry

    The user repository for the Debian install

    Appears to be missing the admin.php file if anyone tries it. Therefore, you cannot get to the web interface to configure it. I'm setting up a new VPS and am going to try making a custom .deb package to see how it works.
Top