Падает апатч при работе с изображениями

Общие вопросы по использованию второй версии фреймворка. Если не знаете как что-то сделать и это про Yii 2, вам сюда.
Ответить
nepster
Сообщения: 838
Зарегистрирован: 2013.01.02, 03:35

Падает апатч при работе с изображениями

Сообщение nepster »

Подключил вот такую Yii2 штуку для работы с изображениями

Код: Выделить всё

use yii\imagine\Image; 
Хочу воспользоваться примером:
http://www.yiiframework.com/doc-2.0/ext ... index.html

Экшин

Код: Выделить всё

    public function actionTest()
    {
        $dir = Yii::getAlias('@frontend/../web/uploads/test/');
        
        $uploaded = false;
        
        $model = new Test();
        
        if($model->load($_POST)) {
        
           $file = UploadedFile::getInstance($model,'file');
           
           if($model->validate()) {
                            
                $uploaded = $file->saveAs( $dir . $file->name );
                
                if($uploaded)
                    Image::frame($dir . $file->name, 5, '666', 0)->rotate(-8)->save($dir . '__'.$file->name, ['quality' => 50]);
           }
        }
        
        return $this->render('test',[
             'model' => $model,
             'uploaded' => $uploaded,
             'dir' => $dir,
           ]);
    } 
Загружаю картинку, она попадает куда нужно и когда доходит до:

Код: Выделить всё

 Image::frame($dir . $file->name, 5, '666', 0)->rotate(-8)->save($dir . '__'.$file->name, ['quality' => 50]); 
Падает апатч:

Код: Выделить всё

[Mon Apr 28 20:07:27.348978 2014] [mpm_winnt:notice] [pid 5284:tid 336] AH00428: Parent: child process 1304 exited with status 3221226519 -- Restarting.
[Mon Apr 28 20:07:27.533998 2014] [bw:notice] [pid 5284:tid 336] mod_bw : Memory Allocated 0 bytes (each conf takes 40 bytes)
[Mon Apr 28 20:07:27.533998 2014] [bw:notice] [pid 5284:tid 336] mod_bw : Version 0.92 - Initialized [0 Confs]
[Mon Apr 28 20:07:27.533998 2014] [bw:notice] [pid 5284:tid 336] mod_bw : Supported resolution for Timers [ Min: 1 Max: 1000000 ]
[Mon Apr 28 20:07:27.533998 2014] [bw:notice] [pid 5284:tid 336] mod_bw : Enabling High resolution timers [ 1 ms ]
[Mon Apr 28 20:07:28.969246 2014] [ssl:warn] [pid 5284:tid 336] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Apr 28 20:07:28.970247 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for test.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:28.971246 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for tdd.com:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:28.971246 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for readmin.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:28.972246 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for portf2.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:28.972246 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for portf.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:28.972246 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for new.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:28.973247 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for mongo.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:28.973247 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for mbel.com:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:28.974247 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:28.974247 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for jstest.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:28.975184 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for incrref.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:28.975184 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for hopes.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:28.976247 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for game.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:28.976247 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for dev.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:28.977247 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for db.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:28.977247 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for c.com:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:28.978186 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for blog.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:28.978186 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for adv.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:28.978186 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for default:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:28.979185 2014] [ssl:warn] [pid 5284:tid 336] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Mon Apr 28 20:07:29.473244 2014] [mpm_winnt:notice] [pid 5284:tid 336] AH00455: Apache/2.4.6 (Win32) mod_bw/0.92 OpenSSL/1.0.1e configured -- resuming normal operations
[Mon Apr 28 20:07:29.473244 2014] [mpm_winnt:notice] [pid 5284:tid 336] AH00456: Apache Lounge VC11 Server built: Jul 15 2013 20:13:45
[Mon Apr 28 20:07:29.473244 2014] [core:notice] [pid 5284:tid 336] AH00094: Command line: 'F:\\OpenServer\\modules\\http\\Apache-2.4.6\\bin\\httpd.exe -d F:/OpenServer/modules/http/Apache-2.4.6 -f F:\\OpenServer\\userdata\\temp\\config\\httpd.conf'
[Mon Apr 28 20:07:29.476244 2014] [mpm_winnt:notice] [pid 5284:tid 336] AH00418: Parent: Created child process 8980
[Mon Apr 28 20:07:31.343482 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for test.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:31.344507 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for tdd.com:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:31.345482 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for readmin.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:31.345482 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for portf2.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:31.346548 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for portf.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:31.346548 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for new.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:31.347548 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for mongo.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:31.347548 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for mbel.com:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:31.348549 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:31.348549 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for jstest.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:31.349487 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for incrref.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:31.349487 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for hopes.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:31.349487 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for game.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:31.350549 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for dev.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:31.350549 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for db.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:31.351486 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for c.com:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:31.351486 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for blog.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:31.352549 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for adv.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:31.352549 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for default:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:31.352549 2014] [ssl:warn] [pid 8980:tid 344] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Mon Apr 28 20:07:31.455495 2014] [bw:notice] [pid 8980:tid 344] mod_bw : Memory Allocated 0 bytes (each conf takes 40 bytes)
[Mon Apr 28 20:07:31.455495 2014] [bw:notice] [pid 8980:tid 344] mod_bw : Version 0.92 - Initialized [0 Confs]
[Mon Apr 28 20:07:31.456499 2014] [bw:notice] [pid 8980:tid 344] mod_bw : Supported resolution for Timers [ Min: 1 Max: 1000000 ]
[Mon Apr 28 20:07:31.456499 2014] [bw:notice] [pid 8980:tid 344] mod_bw : Enabling High resolution timers [ 1 ms ]
[Mon Apr 28 20:07:32.036635 2014] [ssl:warn] [pid 8980:tid 344] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Apr 28 20:07:32.037636 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for test.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:32.038636 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for tdd.com:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:32.038636 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for readmin.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:32.038636 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for portf2.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:32.039637 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for portf.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:32.039637 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for new.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:32.040637 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for mongo.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:32.040637 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for mbel.com:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:32.041570 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:32.041570 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for jstest.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:32.041570 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for incrref.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:32.042637 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for hopes.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:32.042637 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for game.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:32.043637 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for dev.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:32.043637 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for db.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:32.044637 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for c.com:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:32.044637 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for blog.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:32.044637 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for adv.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:32.045638 2014] [ssl:warn] [pid 8980:tid 344] AH01909: RSA certificate configured for default:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:32.045638 2014] [ssl:warn] [pid 8980:tid 344] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Mon Apr 28 20:07:32.530632 2014] [mpm_winnt:notice] [pid 8980:tid 344] AH00354: Child: Starting 32 worker threads.
[Mon Apr 28 20:07:34.494882 2014] [mpm_winnt:notice] [pid 5284:tid 336] AH00428: Parent: child process 8980 exited with status 3221226519 -- Restarting.
[Mon Apr 28 20:07:34.720622 2014] [bw:notice] [pid 5284:tid 336] mod_bw : Memory Allocated 0 bytes (each conf takes 40 bytes)
[Mon Apr 28 20:07:34.720622 2014] [bw:notice] [pid 5284:tid 336] mod_bw : Version 0.92 - Initialized [0 Confs]
[Mon Apr 28 20:07:34.720622 2014] [bw:notice] [pid 5284:tid 336] mod_bw : Supported resolution for Timers [ Min: 1 Max: 1000000 ]
[Mon Apr 28 20:07:34.720622 2014] [bw:notice] [pid 5284:tid 336] mod_bw : Enabling High resolution timers [ 1 ms ]
[Mon Apr 28 20:07:35.892776 2014] [ssl:warn] [pid 5284:tid 336] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Apr 28 20:07:35.892776 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for test.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:35.893777 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for tdd.com:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:35.893777 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for readmin.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:35.894776 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for portf2.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:35.894776 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for portf.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:35.895777 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for new.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:35.895777 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for mongo.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:35.896777 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for mbel.com:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:35.896777 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:35.896777 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for jstest.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:35.897838 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for incrref.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:35.897838 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for hopes.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:35.898838 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for game.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:35.898838 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for dev.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:35.899838 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for db.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:35.899838 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for c.com:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:35.900839 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for blog.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:35.900839 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for adv.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:35.900839 2014] [ssl:warn] [pid 5284:tid 336] AH01909: RSA certificate configured for default:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:35.901838 2014] [ssl:warn] [pid 5284:tid 336] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Mon Apr 28 20:07:36.387838 2014] [mpm_winnt:notice] [pid 5284:tid 336] AH00455: Apache/2.4.6 (Win32) mod_bw/0.92 OpenSSL/1.0.1e configured -- resuming normal operations
[Mon Apr 28 20:07:36.387838 2014] [mpm_winnt:notice] [pid 5284:tid 336] AH00456: Apache Lounge VC11 Server built: Jul 15 2013 20:13:45
[Mon Apr 28 20:07:36.387838 2014] [core:notice] [pid 5284:tid 336] AH00094: Command line: 'F:\\OpenServer\\modules\\http\\Apache-2.4.6\\bin\\httpd.exe -d F:/OpenServer/modules/http/Apache-2.4.6 -f F:\\OpenServer\\userdata\\temp\\config\\httpd.conf'
[Mon Apr 28 20:07:36.390839 2014] [mpm_winnt:notice] [pid 5284:tid 336] AH00418: Parent: Created child process 1892
[Mon Apr 28 20:07:38.281074 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for test.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.282074 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for tdd.com:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.283074 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for readmin.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.283074 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for portf2.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.284075 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for portf.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.284075 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for new.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.285074 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for mongo.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.285074 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for mbel.com:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.286075 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.286075 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for jstest.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.287075 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for incrref.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.287075 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for hopes.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.288075 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for game.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.288075 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for dev.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.289142 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for db.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.289142 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for c.com:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.291076 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for blog.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.292076 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for adv.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.292076 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for default:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.292076 2014] [ssl:warn] [pid 1892:tid 356] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Mon Apr 28 20:07:38.389088 2014] [bw:notice] [pid 1892:tid 356] mod_bw : Memory Allocated 0 bytes (each conf takes 40 bytes)
[Mon Apr 28 20:07:38.389088 2014] [bw:notice] [pid 1892:tid 356] mod_bw : Version 0.92 - Initialized [0 Confs]
[Mon Apr 28 20:07:38.389088 2014] [bw:notice] [pid 1892:tid 356] mod_bw : Supported resolution for Timers [ Min: 1 Max: 1000000 ]
[Mon Apr 28 20:07:38.390088 2014] [bw:notice] [pid 1892:tid 356] mod_bw : Enabling High resolution timers [ 1 ms ]
[Mon Apr 28 20:07:38.905153 2014] [ssl:warn] [pid 1892:tid 356] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Mon Apr 28 20:07:38.905153 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for test.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.906153 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for tdd.com:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.906153 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for readmin.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.907154 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for portf2.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.907154 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for portf.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.908153 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for new.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.908153 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for mongo.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.909154 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for mbel.com:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.909154 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for localhost:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.910154 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for jstest.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.910154 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for incrref.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.911154 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for hopes.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.911154 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for game.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.912155 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for dev.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.912155 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for db.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.912155 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for c.com:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.913154 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for blog.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.913154 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for adv.ru:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.914155 2014] [ssl:warn] [pid 1892:tid 356] AH01909: RSA certificate configured for default:443 does NOT include an ID which matches the server name
[Mon Apr 28 20:07:38.914155 2014] [ssl:warn] [pid 1892:tid 356] AH02292: Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Mon Apr 28 20:07:39.417240 2014] [mpm_winnt:notice] [pid 1892:tid 356] AH00354: Child: Starting 32 worker threads. 
Даже не могу понять в чем проблема. Подскажите пожалуйста.
Аватара пользователя
samdark
Администратор
Сообщения: 9489
Зарегистрирован: 2009.04.02, 13:46
Откуда: Воронеж
Контактная информация:

Re: Падает апатч при работе с изображениями

Сообщение samdark »

Что в логе Yii? Что в логе PHP?
nepster
Сообщения: 838
Зарегистрирован: 2013.01.02, 03:35

Re: Падает апатч при работе с изображениями

Сообщение nepster »

проверил пошарил, к сожалению все остальное пустует.
Скорее всего так как первым вылетает апатч и логи уже никто не ведет.
nepster
Сообщения: 838
Зарегистрирован: 2013.01.02, 03:35

Re: Падает апатч при работе с изображениями

Сообщение nepster »

а вообще кто-то работал с данным расширением ?
Аватара пользователя
samdark
Администратор
Сообщения: 9489
Зарегистрирован: 2009.04.02, 13:46
Откуда: Воронеж
Контактная информация:

Re: Падает апатч при работе с изображениями

Сообщение samdark »

Я работал, но у меня nginx. Вроде ничего не падало.
Аватара пользователя
Dementorpasha
Сообщения: 39
Зарегистрирован: 2013.06.08, 07:33

Re: Падает апатч при работе с изображениями

Сообщение Dementorpasha »

Попробуй увеличить лимит памяти для php
Аватара пользователя
edwardstock
Сообщения: 16
Зарегистрирован: 2013.04.08, 19:14
Откуда: Москва

Re: Падает апатч при работе с изображениями

Сообщение edwardstock »

Так понимаю у Вас ssl используется для домена? Можно увидеть пример виртуалхоста?
Аватара пользователя
acid23m
Сообщения: 5
Зарегистрирован: 2012.04.30, 12:25
Откуда: Томск

Re: Падает апатч при работе с изображениями

Сообщение acid23m »

Та же проблема. На OpenServer апач падает от функции open().
memory_limit = 1024M не помогает, логи все пустые.
Аватара пользователя
Faenir
Сообщения: 292
Зарегистрирован: 2010.01.06, 01:46
Откуда: Симферополь

Re: Падает апатч при работе с изображениями

Сообщение Faenir »

Sam Dark, думаю, нужно открыть это https://github.com/yiisoft/yii2/issues/4307 т.к. проблема не только у меня. Пришлось от дебаггера отказаться, т.к. не смог решить эту проблему...
Аватара пользователя
Faenir
Сообщения: 292
Зарегистрирован: 2010.01.06, 01:46
Откуда: Симферополь

Re: Падает апатч при работе с изображениями

Сообщение Faenir »

Нет, на работе точно не было его... да и в "режиме инкогнито" та же фигня.
Если у nepster'а тоже OpenServer, тогда проблема точно в нем)
lynicidn
Сообщения: 2222
Зарегистрирован: 2014.05.24, 15:12

Re: Падает апатч при работе с изображениями

Сообщение lynicidn »

ну а логи апача че говорят? че говорит журнал винды?
Аватара пользователя
acid23m
Сообщения: 5
Зарегистрирован: 2012.04.30, 12:25
Откуда: Томск

Re: Падает апатч при работе с изображениями

Сообщение acid23m »

Проблема в расширении Imagick внутри OpenServer.
Переключение на GD2 все решает:

Код: Выделить всё

Image::$driver = [Image::DRIVER_GD2];
Аватара пользователя
Faenir
Сообщения: 292
Зарегистрирован: 2010.01.06, 01:46
Откуда: Симферополь

Re: Падает апатч при работе с изображениями

Сообщение Faenir »

У меня помогло отключение расширения "yii\debug"...
В принципе можно на дев переключиться на GD, а на продакшне уже юзать Imagick... вряд ли там будет OpenServer :)
Хотя причину хочется найти, попробую сейчас в логах покопаться)
-----------
Хм, проверил дома: OpenServer 5.1.1 / PHP 5.4.29 - работает Imagick. Странно. Завтра на работе проверю еще...
Кстати при установке компосера ругалось как раз на php_imagick.dll, не могло загрузить. Видимо таки Imagick кривой какой-то в OpenServer'e стоит.
Аватара пользователя
porcelanosa
Сообщения: 570
Зарегистрирован: 2010.03.16, 04:31
Откуда: Москва

Re: Падает апатч при работе с изображениями

Сообщение porcelanosa »

в OpenServer 5.2.2 на PHP 5.5.19 те же проблемы.
Скачала свежий imagick для 5.5 - и заменила входящий в состав Open Server.
выскакивает при запуске ошибка - но дальше работает.

P.S. Качаю Open Server 5.2.3 ^-)
mcintosh-club.ru - первый мой сайт с использование Yii //
Акустика Sonus Faber Hi-End класса//
Необрезная доска и другие пиломатериалы
Ответить