Posts by Pupp3tm4st3r

    Hi there,


    as long as there is an index.html in the htdocs directory, it is always loaded before the index.php file. I know that one could change this via vhost def. file. Is there a template where I can change this? I don´t want to "play around" and destroy anything. I know I could delete the index.html file, but this is not the way I wanna go ;)


    Thanks in advance
    Simon

    Hi there,


    when changing the PHP version for one subdomain ALL other versions are changed too, but not shown in the web frontend, TYPO3 shows another version.


    Example:


    Assumed we have three subdomains with the following PHP versions:


    sub1.example.com - PHP 5.3
    sub2.example.com - PHP 5.4
    sub3.example.com - PHP 5.5


    When I change the PHP version of one of them to 5.6 or whatever version I want, it changes the PHP version of ALL subdomains. This is not shown in the web frontend, we just discovered in TYPO3 that the version changed.


    Is this already known?


    Best regards
    Simon



    EDIT: Is it possible I chose the wrong php setup? I´m not quite sure whether I chose per domain or per site :(

    Hi there,


    I wanted to know if it is possible to create a domain via command line? Would be a great feature for migrating domains etc. We want to use i-mscp with jenkins ci - in a way that jenkins automatically creates the domain (and the things in connection to that + maybe db, ftp? ) via script. So our aim is to automate the whole process as much as possible.


    Any ideas how to achieve that or is anyone already using i-mscp this way?


    Thanks in advance.


    Best regards
    Simon

    Hi Nuxwin,




    First of all, you must know that the PhpSwitcher plugin does not use phpbrew. The PhpSwitcher plugin provides its own PHP compiler.

    I know. but I wanted to know, if it is possible to use PHP Versions created with PHPBrew (with fcgi enabled, right?), that would be less work for you I think?






    Thus, when a new upstream version is released, you must (not always but most of time) refresh the patches using quilt, as it is is done by the Debian package maintainers when they release a new PHP version.

    Aaaaah...never done that before... :/






    The best to do here is to create a ticket on our bug tracker.

    Done.


    Thanks.

    Hi there,


    I´ve been experimenting for some days now with phpswitcher and quite satisfied. As fas as I know, phpswitcher doesn´t download the latest php sources by itself. But some days ago PHP 5.6.12 was released and for a testserver our devs want to have PHP 5.6.12. So I tried to build it via phpswitcher with:


    perl php_compiler.pl php5.6 -i /opt/phpswitcher/php5.6.12 -f


    But I get the following error: (last one, rest is console output)



    Before doing something stupid I decided to ask here.


    Another thing: Has anyone ever tried to load a PHP version via phpswitcher created with phpbrew?


    Thanks in advance
    Simon