๗ำลอ ะาษืลิ. <br>๐ฯฤำหมึษิล ะฬฺ, ื หมหีภ ำิฯาฯฮี ำอฯิาลิุ.<br>๕ืษฤลฬ ี ำลยั ื ฬฯวมศ ำลวฯฤฮั อฮฯึลำิืฯ ืฯิ ิมหษศ ำิาฯห:<br><br>2010/11/10 15:02:10 [crit] 93670#0: ngx_slab_alloc() failed: no memory in SSL session shared cache &quot;SSL&quot;<br>
<br>ืฯิ หฯฮฦษว<br><br>server {<br>listen <a href="http://1.2.3.4:443">1.2.3.4:443</a>;<br>ssl on;<br>ssl_protocols SSLv3š TLSv1;<br>ssl_prefer_server_ciphers on;<br>ssl_ciphersššš AES128-SHA:AES256-SHA:RC4-SHA:DES-CBC3-SHA:RC4-MD5;<br>
ssl_certificate /usr/local/etc/apache22/server.crt;<br>ssl_certificate_key /usr/local/etc/apache22/server.key;<br>ssl_session_cache shared:SSL:10m;<br>ssl_session_timeout 10m;<br>server_name <a href="http://client.site.ru">client.site.ru</a>;<br>
root /home/site/<a href="http://client.site.ru">client.site.ru</a>;<br>error_logš /home/site/logs/client.site.ru-error_log info;<br><br>location /stat<br>{<br>ššššššš return 404;<br>}<br><br>location / {<br>ššššššššššš rootšš /home/site/<a href="http://client.site.ru/web">client.site.ru/web</a>;<br>
ššššššššššš indexš index.htm index.php index.html;<br>ššššššššššš rewrite ^/backend.php/(.*)$šššššš /backend.phpšššš last;<br>ššššššššššš rewrite ^/backend_dev.php/(.*)$ /backend_dev.phpššššššš last;<br>ššššššššššš rewrite ^/frontend_dev.php/(.*)$ššššššš /frontend_dev.phpš last;<br>
ššššššššššš rewrite ^(.*)$š /index.phpššššššššššššššššššššššššššššš last;<br>ššššššš }<br><br>location ~ .php$ {fastcgi_pass unix:/home/site/run/fastcgi.sock;<br>ššššššš fastcgi_index index.php;<br>ššššššš fastcgi_paramšš PHPRC &quot;/home/site/php&quot;;<br>
ššššššš fastcgi_param SCRIPT_FILENAME /home/site/<a href="http://client.site.ru/web$fastcgi_script_name">client.site.ru/web$fastcgi_script_name</a>;<br>ššššššš include fastcgi_params;<br>ššššššš source_charset utf-8;<br>ššššššš charset utf-8;<br>
}<br>location ~* ^.+\.(jpg|gif|ico|js|css|swf|png)$ {root /home/site/<a href="http://client.site.ru/web">client.site.ru/web</a>;}<br>location ~ /\.ht {deny all;}<br>location ~ /\.sv {deny all;}<br>}<br><br><br>