Posts by AlpineSwiss

    Hi,


    Thank you for the information, i have take a look into the actuall configuration:


    Code
    1. <IfModule mpm_worker_module>
    2. StartServers 2
    3. MinSpareThreads 25
    4. MaxSpareThreads 75
    5. ThreadLimit 64
    6. ThreadsPerChild 25
    7. MaxRequestWorkers 150
    8. MaxConnectionsPerChild 0
    9. </IfModule>

    Maybe 250 is a good value here, or need a lot higher ex. 500 ?

    Hi,


    Sometimes my websites are not reachable but the panel is reable without any problem.
    After a server restart it runs smooth for few fews then i need to restart to solve the same problem.


    In the apache error.log i have these errors:


    All is in standart configuration. What can i do to evite that?


    Thanks in advance.

    @Nuxwin


    Yes, this is true. :D


    I never used cloudflare before, then i must transfer all domains to cloudflare to get this working for every domain hosted by imscp.
    As i see on cloudflare free its not possible to take his own SSL Cert, so that it could not come into question for me. personally.


    Is bit difficult now in this case to solve the problem with https and ServerDefaultPage :)


    BTW: i hope you guys understand my non-google-translated english lol

    Your right :)


    I don't have think about befor posting, i have a self-signed ssl for this domain :)


    I'm sure you will find a solution for that, its very annoying, because google follows dead links (subdomains) and indexes customer website with other domains :)

    Mhh maybe possible trought a .htaccess which get included in the default-folder. (only suggestion, i am sure that you guys will find a solution)


    Example:

    Code
    1. RewriteCond %{SERVER_PORT} 443
    2. RewriteRule ^(.*)$ http://%{HTTP_HOST}/$1 [R=301,L]

    My pratices has shown that in that way no valid cert ist needed because it will redirect instantly :)

    Your right, sry. :D


    • Problem 1: the if statement is false (no vHost generation if panel SSL is off).
    • Problem 2: cert :) here i find the solution from @Nuxwin with redirect to DefaultPage non-SSL a good solution to evite all problems with non-valid certs.

    @Nuxwin


    Ok no problem, i think a static HTML file will done the same job because its only an information page not more :D


    Addition:
    Because i don't really need SSL for panel and services maybe i will wait a fix that will perhaps timely released. (but maybe i will give it a try later)


    Thanks :)

    @Nuxwin yes now i understand the behavior why this occurs.


    The solution is now to activate SSL for the panel (but because i dont really need it, I will wait a fix for ServerDefaultPage) :D


    Thanks guys.


    EDIT: @Nuxwin Ok i have see your edit, I will give them a try later.


    Other question, it is possible/allowed to insert some custom php-files (script) into the default-folder of the ServerDefaultPage ?