Search results

  1. E

    LSWS 4.2 support PHP suEXEC daemon mode

    That advice worked. That seems to be the point of contention of having it failing to compile when updating it. Thanks.
  2. E

    LSWS 4.2 support PHP suEXEC daemon mode

    Generally, that would be in this case, but I also have added two extensions to the PHP BUILD, which is basically ffmpeg and magick PECL extensions, which is to be compiled statically into the PHP itself. So when I also add the LSAPI 6.0 and run the buildconf, that when it barfs for it. I...
  3. E

    LSWS 4.2 support PHP suEXEC daemon mode

    I do this manually, since I have 3 other PHP builds also running, which is 4.4.9, 5.2.17, 5.3.16 as well and was adding the PHP 5.4.6. Just it seems when I update it with the new LSAPI 6.0 in the php 5.4.6, it fails.
  4. E

    LSWS 4.2 support PHP suEXEC daemon mode

    Latest update.... Ok..apparently, the LSPHP SAPI 6.0 is the culprit for having it added into the PHP 5.4.6 to give that errors for not being able to compile. So I guessing the functionality is not updated to work with PHP 5.4.6 yet at this time, correct?
  5. E

    LSWS 4.2 support PHP suEXEC daemon mode

    Ok..it is PHP issue Okay...apparently, it is PHP issue, since they apparently broke something in the buildconf file for adding the new extensions and such that it broke the litespeed's part to have it added into the system for it. So scratch that previous post about it.
  6. E

    LSWS 4.2 support PHP suEXEC daemon mode

    Bug with litepeed or PHP 5.4.6? I have been working on trying to get the PHP 5.4.6 to compile with the new Litespeed SAPI 6.0 and it seems it won't compile at all for it. Were you guys able to have this compiled under PHP 5.4.6? I am falling back down to 5.4.5 for now to see if it compiles...
  7. E

    Intel AES-NI Support in Litespeed 4.1.11

    Hello, I noticed that it have support for the Intel AES-NI, but it seems that it acts like if it does not activate it when I specifically activates it in Litespeed for it. The processor is Xeon 5620, and it have it enabled as shown in the cpuinfo as this: [root@colorful ~]# cat...
  8. E

    Clustered LSPHP Servers - Howto?

    Hello, I been reading up on the LSAPI and I read this section, which I want t know more on how this can be accomplished and what is needed on the webserver and the dedicated PHP server itself in terms of the files in between. Here is the reference: Start PHP from command line...
  9. E

    [solved] SSI Issue

    Resolved Okay...finally got it figured out. It is due to the new addition in cPanel, which they added the IncludesNoExec option in it, which in turn disables the SSI. Came across that gem while digging though the cPanel's code to see what got changed since the last time I dug though it...
  10. E

    [solved] SSI Issue

    I beg to differ, since it is still support. Look at the other topic on that SSI part, which it is stated that it is supported, and it was working on the other server with Litespeed. Just something is off with this, and if you look at the logs, it shows that...
  11. E

    [solved] SSI Issue

    Hello, I am trying to figure out the issue with the SSI for one particular account here, which I get this errors as shown: 2010-12-15 15:46:29.299 [INFO] [66.249.71.236:61586-0#APVH_hotelsinchennai.org] Server Side Include is disabled for [/home/chennaih/public_html/], deny access...
  12. E

    [Resolved] how to "translate" addhandler / action from apache

    Action support in 4.1.x Releases Hello, Are you guys going to be adding that feature in the 4.1.x release since it seems the RC2 does not have it at this time for it.
  13. E

    [Resolved] ProxyPass Configuration using Proxy in Litespeed

    Thanks Now we getting somewhere with this. Now I able to get it passed to Tomcat with that example. Now I gotta see how to get tomcat to recognize the home.do as well for it to load. Nevermind, seems the client been mucking around with it, causing it not to load at this point, but the tomcat...
  14. E

    [Resolved] ProxyPass Configuration using Proxy in Litespeed

    I did that. It does not work with or without it with that Rewrite Rule part for it to proxy it. The problem is that Litespeed do not recognize the non-existant filename like home.do which is mapped by the servlet to have it load. Here is the example site: Non-Working...
  15. E

    [Resolved] ProxyPass Configuration using Proxy in Litespeed

    Hello, I have been trying to setup the tomcat proxy so that person can use tomcat to pass it to Tomcat. I have setup in the External App the setting for Tomcat to be proxied at port 8080 using Webserver Setting. Then I add in the .htaccess this line: RewriteEngine On...
  16. E

    Tomcat 6/Spring/Struts with AJP

    Expression - Struts Hello, Here is the links to the files, so you can see it in full size. I can assure you that it does not work, since it acts on the basis that the file exist when it does not, since it is generated map url by Tomcat, and Litespeed acts like it is 404 due to non-existant...
  17. E

    Tomcat 6/Spring/Struts with AJP

    Screenshots Hello, Here it is as requested for this.
  18. E

    Tomcat 6/Spring/Struts with AJP

    Didn't work for this 404 Not Found The resource requested could not be found on this server! Powered By LiteSpeed Web Server LiteSpeed Technologies is not responsible for administration and contents of this web site! That what I get when I changed it to that expression. Note that there...
  19. E

    Tomcat 6/Spring/Struts with AJP

    Hmmmm Hmmm...none of the developers able to respond to this issue about this problem?
  20. E

    Tomcat 6/Spring/Struts with AJP

    Struts issues Hello, I am having the same issue as this guy is having for one of my customer. I did follow the details you posted about adding the context for it, so I have it configured as servlet mapping with /*.do to match the web.xml in his directory as follows: servlet-mapping...
Top