{
    "daemon": [
        {
            "arguments": [
                "-machine",
                "pc-i440fx-5.2",
                "-m",
                "128",
                "-net",
                "nic,model=virtio-net-pci",
                "-net",
                "user,hostfwd=tcp:127.0.0.1:22500-:80",
                "-qmp",
                "tcp:127.0.0.1:22501,server,nowait",
                "-qmp",
                "tcp:127.0.0.1:22502,server,nowait",
                "-drive",
                "file=alpine.qcow2,if=virtio",
                "-serial",
                "stdio",
                "-loadvm",
                "quick",
                "-display",
                "none"
            ],
            "filename": "qemu-system-i386.exe",
            "kill": true,
            "name": "QEMU GameZip",
            "path": "Server"
        }
    ],
    "server": [
        {
            "arguments": [
                "-f",
                "\"<fpPath>/Legacy/conf/httpd.conf\"",
                "-X"
            ],
            "filename": "httpd",
            "kill": true,
            "name": "Apache Ultimate Webserver",
            "aliases": ["apache"],
            "path": "Legacy"
        },
        {
            "arguments": [
                "-S",
                "127.0.0.1:22600",
                "router.php"
            ],
            "filename": "php",
            "kill": true,
            "name": "PHP Infinity Router",
            "aliases": ["php-router"],
            "path": "Legacy"
        }
    ],
    "start": [
        {
            "arguments": [
                "-f",
                "update_httpdconf_main_dir.php"
            ],
            "filename": "php",
            "path": "Legacy"
        }
    ],
    "stop": [
        {
            "arguments": [
                "-f",
                "reset_httpdconf_main_dir.php"
            ],
            "filename": "php",
            "path": "Legacy"
        }
    ],
    "watch": [
        "<fpPath>/Legacy/logs/access.log"
    ]
}