Posts by Levitas

    You could easyly use the letsencrypt plugin.
    This plugin only generates it for the main domains (as far as i know)


    If you dont want those website to be reachable, just dont add a wildcard dns A Record

    uhm... there are php settings on the customer edit domain page.
    If these are too low, you have to increase the number on admin site (change the value on the desired reseller)



    So... e.g. your customer needs a memory limit of 512MB you have to
    1. go to admin
    2. edit the reseller
    3. set memory limit to 512mb
    4. go to the reseller
    5. edit domain of customer
    6. set memory limit


    Let me know if this helps

    Hello there,


    i have the following setup
    Server in DMZ. Firewall passes public ip, port 80 to the internal ip. (Also ftp and so on)


    If the imscp installer runs, it creates the proftpd config file.
    In this file is the option "MasqueradeAddress <Public IP>"


    if this option is set, i get a timeout on the ftp connection when "entering passive mode".
    The passive ports are also open to the server.


    If i remove this option and restart the proftp daemon it works like a charm.


    Currently, after every update, i comment this line and restart it.
    Is there a way to do that automatically or prevent the installer to set this option?

    Hey,


    thank you for your reply.


    The first time i started it, i got the following error:


    Quote

    [ERROR] main::setupDbTasks: iMSCP::Rights::setRights: Could not set user/group on /var/www/virtual/fluxter.net/webmail/htdocs/public_html/.htaccess : No such file or directory at /var/www/imscp/engine/setup/../PerlLib/iMSCP/Rights.pm line 87.


    I just created this file (empty), i didnt delete anything in this directory. However, im using another webmail instance so its no problem.
    After that the command was successfull, but i still get this 403 error :/



    Additional information:
    - Version: 1.3.16
    - Distribution: Debian 8 Jessie
    - Implementations
    - - Proftpd
    - - PHP FPM
    - - MYSQL 5.6


    Steps to reproduce
    -Fully Updated server
    - i-mscp version 1.3.16
    - Create a domain (test.de)
    - Create a domain alias (test.com)
    - Create a subdomain of the domain alias (xyz.test.com)
    - Even the default files cannot be displayed


    When i create a subdomain of the main domain it worked just fine.



    Also i didnt do anything to my apache configuration or the filesystem




    Edit:
    When creating a completly new domain with new subdomain it works as well.


    Edit2:
    I just deleted the subdomains and domain alias, after recreating it, it works as expected.
    Thank you Nuxwin

    Hello,


    i have the following structure
    /var/www/virtual/<DomainName>/<DomainAliasName>/<DomainAliasSubdomain>htdocs/test.html.


    If i try to open the "test.html" i get an error 403.
    The log says


    Quote

    [Sun Jan 15 13:09:05.292831 2017] [core:error] [pid 16789:tid 140133223356160] (13)Permission denied: [client <IP>:63854] AH00035: access to /test.html denied (filesystem path '/var/www/virtual/<DomainName>/<DomainAlias>/<SubDomain>/htdocs/test.html') because search permissions are missing on a component of the path


    Some infos
    - Owner of the file is the virtual user from <DomainName>
    - File Permissions are "rwxr--r--"
    - Folder Permissions of the SubDomain Folder are rwxr-x---


    Any idea, why i get this error? :/

    Since im using ssl for my services, the proftp server is very slow.
    I wanted to change to vsftpd.


    When i try to change it

    Code
    1. ./imscp-reconfigure -dar ftpd

    I just can set the password for the proftpd.
    Not change the complete ftp package.


    How to change it?