Search results

  1. D

    Deploy with Capistrano

    The repository is where the files are stored and this is source control managed. The app directory refers to the checked out version which you are using to run your site. VH_root is the virtual host root, so that is the directory on your server that corresponds to the root directory when you...
  2. D

    Deploy with Capistrano

    I'm not a Capistrano expert, but, yes, I believe that each recipe needs a repository defined, and if you don't set :scm, it'll default to svn.
  3. D

    Deploy with Capistrano

    Yes, you can deploy without svn. You won't need to set :svn_username, but make sure to set the :scm variable and format the repository correctly for your source control choice.
  4. D

    HTAccess - error

    wredirect.cgi is what cPanel uses to redirect the user when they access /webmail. The error can be safely ignored. :)
  5. D

    Hide certain types of files?

    You can use .htaccess files with configuration like such:
  6. D

    any way to run cpanel phpmyadmin through litespeed?

    If you want to give symlink a try, the location of phpMyAdmin is /usr/local/cpanel/base/3rdparty/phpMyAdmin.
  7. D

    how to use mail() php command under fastcgi??

    Can you check the exim error log or reject log for the specific reason why the messages are stuck in queue? It is probably in /var/log/. This sounds like a mail server configuration issue rather than a PHP issue.
  8. D

    How to get workingwith plesk?

    I believe you can have ionCube PHP Loader, eAccelerator, and Zend Optimizer coexist, but you may have to fiddle with the loading order in the php.ini. Copy the Zend Optimizer configuration from your Apache php.ini to your LSWS php.ini. It might not work on the first try, but try switching around...
  9. D

    No executable 'php' under sapi/litespeed/

    When you followed the instructions, did you run into any errors in the process? Please check to make sure you didn't skip a step because each step is important. Also, did you have --with-litespeed in your configure command...
  10. D

    License change - how ?

    Yes, you should run the LSWS installer again to upgrade your license. Please save the serial number as a file named "serial.no" in your installation directory and run the installer. You can choose the Update option and this will retain your configuration. For more detailed instructions, please...
  11. D

    How to get workingwith plesk?

    Most of the static content (images, etc.) on that page is still loading from the Apache server. Were you able to get eAccelerator or APC working?
  12. D

    Apache - Auto Reload On Changes

    That seems like a feasible temporary workaround. Alternatively, if you can edit the script that creates the account, you can have it restart LSWS at the end and just disable the Auto Reload on Changes for now. Of course, these are temporary solutions and we should have a permanent fix ready...
  13. D

    How to get workingwith plesk?

    Please run enable_phpa.sh from the directory where you have LSWS installed, for example, /opt/lsws/admin/misc/enable_phpa.sh if you installed it to /opt/lsws. It will not work properly if you run it from the original source directory.
Top