Re: [users@httpd] mod_fcgid: can't apply process slot for

2013-12-04 Thread James
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

Re: [users@httpd] mod_fcgid: can't apply process slot for

2013-12-04 Thread Igor Cicimov
>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

Re: [users@httpd] mod_fcgid: can't apply process slot for

2013-12-04 Thread James
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

Re: [users@httpd] mod_fcgid: can't apply process slot for

2013-12-04 Thread Igor Cicimov
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.

[users@httpd] mod_fcgid: can't apply process slot for

2013-12-04 Thread James
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

Re: [users@httpd] Checking SSLCiphersuite?

2013-12-04 Thread Theodoro
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

[users@httpd] Checking SSLCiphersuite?

2013-12-04 Thread LuKreme
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

Re: [users@httpd] Configure 2 virtuals hosts: 1 for a specific subdomain and 1 for as a catch-all

2013-12-04 Thread Niels Rymenams
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

Re: [users@httpd] Configure 2 virtuals hosts: 1 for a specific subdomain and 1 for as a catch-all

2013-12-04 Thread Walter H.
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

[users@httpd] Configure 2 virtuals hosts: 1 for a specific subdomain and 1 for as a catch-all

2013-12-04 Thread Niels Rymenams
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