Search results

  1. S

    Tutorial in installing LiteSpeed with FastCGI and Catalyst

    I'm looking for making Mono work with LiteSpeed. I thought above mentioned HowTo would be helpfull, but that link is no longer working and you guys didn't link your ported HowTo doc. I was trying to setup FastCGI with LS too, but I couldn't find a nice doc too. Please let me know any links to...
  2. S

    [solved] Where is php.ini?

    Ok.. I created the folder etc and copied the php.ini.production to this folder [renamed php.ini] its working good. I increased the memory_limit to 256M. my site slowed down very bad.. I guess I don't have enough memory. So I put it back to 128M. Thanks. At least I now have a php.ini...
  3. S

    [solved] Where is php.ini?

    I compiled PHP Version 5.4.13 from LiteSpeed web interface with the following flags '--with-mysqli' '--enable-mbstring' '--build=i686-redhat-linux-gnu' '--host=i686-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' '--with-libdir=lib' '--disable-debug' '--with-pic' '--disable-rpath'...
  4. S

    Where is newly built PHP Extensions?

    I trimmed my extensions and added only the following '--with-mysqli' '--enable-mbstring' '--build=i686-redhat-linux-gnu' '--host=i686-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' '--with-libdir=lib' '--disable-debug' '--with-pic' '--disable-rpath' '--without-pear' '--with-bz2'...
  5. S

    Where is newly built PHP Extensions?

    Thanks Sorry for the late reply. Ya.. I tried with the default option, and it worked. These are the php flags I had used with my previous version of PHP 5.3.4. I don't know what else is going to break if I don't use those flags :(
  6. S

    Where is newly built PHP Extensions?

    I used LiteSpeed's php compiling function on the interface. here are the flags I used with PHP version 5.4.11 '--with-mysqli' '--enable-mbstring' '--build=i686-redhat-linux-gnu' '--host=i686-redhat-linux-gnu' '--target=i386-redhat-linux-gnu' '--exec-prefix=/usr' '--bindir=/usr/bin'...
  7. S

    Rewritecond for vhost directory?

    Thanks that's good. I'll try that
  8. S

    Rewritecond for vhost directory?

    Thanks for the help. There is still one issue pending. My vhost directory is still hard coded in the RewriteCond "apset". I want to put a variable in there so I can use a vhost template for all my sites which have different directories but will have the exact same rewrite rules from above...
  9. S

    Rewritecond for vhost directory?

    I'm just wondering how to use a variable for vhost directory within my ReWrite Rules I am using WordPressMU and W3-Total-Cache. W3TC instructs to use some ReWrite rules, which uses the root directory of the vhost like RewriteCond...
Top