Search found 3 matches
- Mon Oct 15, 2018 10:15 am
- Forum: Web Server
- Topic: How to switch mpm_prefork to mpm_event ubuntu
- Replies: 0
- Views: 1277
How to switch mpm_prefork to mpm_event ubuntu
Hello guys i need help to switch MPM.
mpm_prefork not allow me to maximize my user its always say max worker reach when increase limit server will hang
if anyone know that how to switch this please help me
mpm_prefork not allow me to maximize my user its always say max worker reach when increase limit server will hang
if anyone know that how to switch this please help me
- Sat Sep 08, 2018 2:41 pm
- Forum: Web Server
- Topic: Nginx + PHP7.0-FPM - Curl Not working with Proxy
- Replies: 2
- Views: 3411
- Thu Sep 06, 2018 5:31 pm
- Forum: Web Server
- Topic: Nginx + PHP7.0-FPM - Curl Not working with Proxy
- Replies: 2
- Views: 3411
Nginx + PHP7.0-FPM - Curl Not working with Proxy
I am using Vesta control panel( nginx + PHP7-FPM) this is ubuntu 16.4. I am getting blank response from curl when i use proxy on it otherwise its working fine. function checkpoint($xxxx, $useragent, $url, $cookie = 0, $data = 0, $httpheader = array(), $proxy = 0){ $ch = curl_init($url); curl_setopt(...