Search results

  1. G

    WordPress: Permalink Rewrite Problem

    Hi I'm hoping a LS guru can help me with this. I'm running WordPress inside a site under the url: mysite.com/blog Using the default permalinks, this works fine with the rewrite rule: RewriteRule ^/blog(.*) /external/wordpress/$1 [NC,L] But if I change the default permalink...
  2. G

    [Solved]Rewrites not preserving the URL scheme

    Hi Folks Seems there's something I'm not understanding about rewrites in LS. These are config file rewrites set in the console. I have an http and https listener both pointing at the same virtual host. Everything works as expected under http. Under https, all the static file rewrites...
  3. G

    VIRTUAL HOST PATH permissions

    Hi folks Trying to set up a VIRTUAL HOST PATH in the console, and getting "path not writeable" errors. There's obviously something basic I'm not understanding... LS is running on CentOS, as apache. I can save paths down to /var/www/, which are owned by root. I can't save any paths below this...
  4. G

    Baffling listener behaviour

    Hi Folks Experiencing something rather odd. Is this a bug, or am I misunderstanding something? I use sub domains for the different development versions of my sites, eg: lio-test.mysite.com lio-dev.mysite.com I've done this many times with no problems. But setting up a listener for...
  5. G

    Compiling PHP Pecl extensions

    Hi folks I have LS enterprise running on CentOS. We're using PHP v 5.2.9 built from the LS console to run on LSSAPI. I'm trying to build a PHP PECL extension, but it wont load - the stderr log says: Module compiled with module API=20050922, debug=0, thread-safety=0 PHP compiled with module...
  6. G

    URGENT: all php requests suddenly failing

    Hi We have an *urgent* problem with our enterprise server. Running on the current CentOS with PHP5 though the LSAPI. It's been running fine for months. Made an innocuous change to the php.ini file and restarted LS from the command line. From that point, static files have been...
Top