Search results

  1. A

    [solved] PHP error with xsl and libxml 2.7.8

    With PHP (5.2.17 and 5.3.8) built for LiteSpeed using libxml 2.7.8 and libxslt 1.2.6, scripts attempting to use the XSL support display a 503 forbidden error page. The following shows up in stderr.log: 2011-10-10 13:41:17.711 [STDERR] lsphp5test:<snip>: symbol lookup error...
  2. A

    [solved] SSI Problems Yet Again...

    This is driving me nuts. Why can't we keep something as simple as SSI working between updates? 4.1.3 breaks multiple include virtuals. For example in a single page our client had: <!--#include virtual="includes/nav.shtml" --> <!--#include virtual="includes/services_nav.shtml" -->...
  3. A

    PHP suexec extensions

    My thread from long ago in the PHP forum here has been ignored so I thought I'd officially post a feature request here. We need support for additional extensions to be used with PHP suexec. The ones currently available are inadequate. More details in last few posts of other thread...
  4. A

    More SSI Problems: Very low failure rate of includes

    Using include file and include virtual is failing at a very low rate. Less than 1% in my roughly 1,000 page loads worth of testing. When this occurs the files are not included and there are no errors reported in the logs.
  5. A

    4.0.15 and /usr/local/cpanel/bin/safeapacherestart

    Since upgrading to 4.0.15 we've been having problems with /usr/local/cpanel/bin/safeapacherestart hanging. As a result, basic operations that require httpd.conf modifications either become very slow or will not complete. Bandwidth and stats are also unable to update. This is easily resolved by...
  6. A

    [Resolved] 4.0.14 Breaks cPanel HTTP bandwidth tracking

    Since upgrading to 4.0.14 all of our cPanel servers have not been recording HTTP bandwidth usage. Our servers using Apache are not affected. Additionally, I reverted a couple to 4.0.13 and bandwidth usage was once again being recorded correctly. Under 4.0.14 running /scripts/runweblogs <user>...
  7. A

    4.0.14 Version Manager Upgrade

    When can we expect this to be enabled? An earlier post said in a few days over a week ago.
  8. A

    SSI: Exec cgi causes include virtual not to work

    Not looking good for LiteSpeed's SSI support right about now. This is the second problem I've discovered in 3 days. <!--#exec cgi="cgi-bin/ax_203.pl" --> <!--#include virtual="f/SSI.php?ssi_function=recentPosts" --> With the exec cgi prior to the include virtual, the include virtual does...
  9. A

    SSI: Garbage (leaked data) after date w/ time format

    Using: <!--#config timefmt="%A, %B %d"--><!--#echo var="DATE_LOCAL"--> Is displaying something like: Friday, March 19ef="bible/index.shtml">Join us in reading t4T} It appears that data from other requests is being tacked on to the end. Refreshing the page results in new data at the...
  10. A

    [RESOLVED] Customized Auto Index per cPanel User

    First let me say that it would be nice to have support for Apache's mod_autoindex directives. While the LS method of using a PHP script is more customizable, it is just too complicated for some users. Having said that, I'm not having any luck getting a custom auto index script to work on...
  11. A

    [RESOLVED] 4.0.13 Not Present in Version Manager

    Our servers running 4.0.12 do not show 4.0.13 in the version manager. These servers are configured to check for updates daily and download them. A force re-install of 4.0.12 was no help. Any suggestions?
  12. A

    [RESOLVED] LSAPI 5.2 register_long_arrays

    With LSAPI 5.2 and PHP 5.2.12 register_long_arrays = On does not work. With LSAPI 4.10 and PHP 5.2.12 register_long_arrays = On works as intended.
  13. A

    [Solved] Multiple Versions of PHP using suexec?

    Is there built-in support for running different versions of PHP simultaneously using suexec? I do not see any configuration options that support this and by default only the primary PHP install is being run with suexec, additional versions are running as the LS user. This is easily resolved by...
  14. A

    cPanel / Apache suexec_log and suphp_log

    Is it possible to duplicate functionality for the suexec_log and suphp_log used by cPanel's Apache setup?
Top