Search results

  1. S

    Bug with .htaccess

    Hello, there is a bug with parsing .htaccess file. For example on DirectAdmin we have an account with two domains: example.com (main domain) example2.com The .htaccess file from public_html of the first domains (example.com) is being parsed for the second domain example2.com. In previous...
  2. S

    CGI suExec bug in LSWS 4.1

    Hello, there is a bug with suExec in version 4.1. On cPanel servers some cgi scripts (e. g. Counters) are storred in /usr/local/cpanel/cgi-sys and are accessible from ScriptAlias /cgi-sys. Prior version 4.1 there were being run with user permissions (suExec). In version 4.1 there are run as nobody.
  3. S

    Suexec support for suffix php52

    Hello, could you add suexec support for suffix php52? Currently suexec doesn't work for suffix php52. If we set the version 5.3.x as default for suffix "php5" then we will not have any suffix for version 5.2.x. AddType application/x-httpd-php52 .php
  4. S

    Enable GZIP by .htaccess

    Hello, is there possible to enable GZIP compression by .htaccess file, when it is turned off in LiteSpeed configuration file? Something opposite to: RewriteRule . - [E=no-gzip:1]
  5. S

    DirectAdmin proxy

    Hello, I wrote about cPanel proxy, but there is also problem with proxy to DirectAdmin backend. After setup the proxy works, but the problem is after succesful login to DirectAdmin. The site is being redirected to the port 2222. When we remove the port from the URL bar (after login) then we can...
  6. S

    [RESOLVED] Proxy and cPanel cPanel 11.25

    After upgrade to the new cPanel 11.25 (from same days it is stable) I have problem with proxing cPanel backend. When I log to cPanel and then go e.g. to Email Accounts I will see an error with AJAX instead of list of email accounts: AJAX Failure: Attempt 1 of 3. Retrying in 3 seconds...
  7. S

    Request Timeout after 15 secs.

    Hello, at one account I have installed Account Lab Plus. I have error like this below, when I create accounts in WHM by ACL: Request Timeout This request takes too long to process, it is timed out by the server. If it should not be timed out, please contact administrator of this web site...
  8. S

    Problem with CustomLog (at DirectAdmin server)

    Hello, yesterday I do some tests and installed LiteSpeed at DirectAdmin box. I found only problem with logs. In every virtual host are lines: CustomLog /var/log/httpd/domains/$domain.com.bytes bytes CustomLog /var/log/httpd/domains/$domain.com.log combined ErrorLog...
  9. S

    Suspending accounts on cPanel

    I done some tests with suspending accounts at cPanel server. I found 3 bugs/differences: 1. I created a test account with domain lsws.domain.com. 2. I created by FTP: public_html/sub/ - directory public_html/sub/.htaccess - empty file public_html/sub/script.php - empty file 3. I created a...
  10. S

    Redirect by rewrite & .htaccess

    Hello, When LSWS redirect from one catalog to another, it doesn't check the .htaccess in new directory. e.g.: I have catalog /a/ with .htaccess file. In /a/.htaccess I use mod_rewrite to redirect from /a/info.php to /b/info.php. In catalog /b/ I have .htaccess file with "php_value...
  11. S

    FrontPage Extensions & cPanel

    Hello, I have problem with using FrontPage Extensions at cPanel server. I tried to login at http://account_domain/_vti_bin/_vti_adm/fpadmcgi.exe, but there was an error. In _vti_pvt/service.pwd was at first line "# - FrontPage -". When I deleted that comment (this is first problem), I can now...
  12. S

    Mailman and byteslog

    I have two problems: 1. Mailman: When I enter mailman (cPanel) from user domain (e. g. http://namedal.pl/mailman/listinfo/wwnig_namedal.pl), then I have an error "Group mismatch error". When I enter by hostname/IP, e. g. http://host2.xon.pl/mailman/listinfo/wwnig_namedal.pl then every thing is...
  13. S

    Directory directive bug

    Hello, I upgraded my lsws from 3.0pre to 3.0rc1. I found a bug. In httpd.conf (cPanel) is line: <Directory "/usr/local/apache/htdocs"> When I enter the site by default VH (e. g. by the IP) then lsws redirect in loop to http://virtual_host//. When I change the line to: <Directory...
  14. S

    cPanel migration - .htaccess (sus.page)

    Hello, When I suspend an account, cPanel creates a .htaccess file in user public_html: RedirectMatch .* http://serv_host_name/suspended.page/ Options -Includes -Indexes -ExecCGI The problem is that the addons domains are still working in lsws. The addon domain root dir is...
  15. S

    Autoindex & httpd.conf

    I import configuration from httpd.conf (Apache/cPanel), but the autoindex doesn't work. How could I enable autoindex for all APVH? The options in Server->General are set to: Auto Index Yes Auto Index URI /_autoindex/default.php
  16. S

    Suexec on cPanel

    Hello, I have a bit problem with cPanel suexec. cPanel stores suexec settings in virtualhost in httpd.conf as: <virtualhost ...> ... User x Group x ... </virutalhost> When lsws automatically import the config from httpd.conf, the suexec isn't working. All CGI scripts are execute as...
Top