Search results

  1. A

    lsphp and umask

    Hi there! Unfortunately i need to use the following umask for our sites: 0007 Files created by php should be using this umask. I tried to write a php wrapper-script but it didn't work . #!/bin/sh umask 0007 exec /usr/local/lsws/fcgi-bin/lsphp5-bin I even tried to but the...
  2. A

    SuexecUserGroup and Script Handler

    Hi there! Currently we are using LiteSpeed with the apache httpd.conf. We use SuexecUserGroup and we have defined various "external apps" (php5-small, php5-medium, php5-large) with different memory and process limitations. here some example Script Handlers: php5-small php5-medium...
  3. A

    specify an alternate conf directory

    Hi All! Is it possible to specify an alternate conf directory or httpd_config.xml, because i want to keep the config files on nfs and the LiteSpeed installation on the local disk? Just like: lshttpd -f /exports/conf/lsws/httpd_config.xml or something lshttpd -c...
Top