Thanks Igor.
Some said the reason of that error message "mod_fcgid: can't apply process
slot" is because it has hitting a global limit of FcgidMaxProcesses and a
per-script limit of FcgidMaxProcessesPerClass. With that explanation, I'm
curious what is the caused of high FastCGI application proces
>From the module man page:
Description: Max requests handled by *each FastCGI application*
Syntax: FcgidMaxRequestsPerProcess value
Default: FcgidMaxRequestsPerProcess 0
*Context: server config, virtual host*
Status: External
Module: mod_fcgid
this setting can be applied on server and/or vhost co
Hi Igor,
Thanks for your reply.
If I will set the value FcgidMaxRequestsPerProcess on virtual host, would
it be effected for domain.com only and not the rest of domain?
Thanks.
On Thu, Dec 5, 2013 at 10:46 AM, Igor Cicimov wrote:
> FcgidMaxRequestsPerProcess must be <= to PHP_FCGI_MAX_REQUES
FcgidMaxRequestsPerProcess must be <= to PHP_FCGI_MAX_REQUESTS
On Thu, Dec 5, 2013 at 12:05 PM, James wrote:
> Hi there,
>
> I have the following:
>
> *Server specs:*
> Memory = 7G
> CPU = 2
>
> *Packages:*
> httpd-2.2.25
> mod_fcgid-2.3.7
> php-5.3.27
>
> $ grep -v "#" /etc/httpd/conf.d/fcgid.
Hi there,
I have the following:
*Server specs:*
Memory = 7G
CPU = 2
*Packages:*
httpd-2.2.25
mod_fcgid-2.3.7
php-5.3.27
$ grep -v "#" /etc/httpd/conf.d/fcgid.conf
..
LoadModule fcgid_module modules/mod_fcgid.so
AddHandler fcgid-script fcg fcgi fpl
Fcg
Hi,
Try run this command nmap --script ssl-cert,ssl-enum-ciphers 1.1.1.1 -p 443
On Wed, Dec 4, 2013 at 1:23 PM, LuKreme wrote:
> How do I checks what ciphers are available to the https compiled binary,
> and how do I check with of those are active in the configuration?
>
> Is there any technic
How do I checks what ciphers are available to the https compiled binary, and
how do I check with of those are active in the configuration?
Is there any technical reason that ECDHE-RSA-AES128-SHA256 cannot be used on a
server with a self-signed cert (there's no e-commerce or any financial data of
Thanks a lot! This did the trick!
Niels
On Wed, Dec 4, 2013 at 12:06 PM, Walter H. wrote:
> Hi,
>
> these two files have names with numbers,
> give the catch all file a file name that is alphabetical the later one;
> then this works;
>
> Walter
>
> On Wed, December 4, 2013 09:07, Niels Rymenams
Hi,
these two files have names with numbers,
give the catch all file a file name that is alphabetical the later one;
then this works;
Walter
On Wed, December 4, 2013 09:07, Niels Rymenams wrote:
> Hi,
>
> I'm sorry for the n00b question, but this is the first time that I need to
> configure Apac
Hi,
I'm sorry for the n00b question, but this is the first time that I need to
configure Apache myself and I can't seem to get my configuration right.
I want to set up a webserver hosting a site (/home/user/www/website) under
a subdomain: website.example.org
Although I want to catch all other req
10 matches
Mail list logo