[users@httpd] httpd access is denied error in win server 2012

2016-11-18 Thread Robert Ramoutar
Hi Guys, I am using the following command to launch Apache on server 2012: c:\Apache24\bin\httpd.exe" -d C:/Apache24 -k runservice However i keep getting the error access is denied, even though i run cmd as administrator. Can anyone help me with this ? Regards, Robert Ramoutar. This em

RE: [users@httpd] RE: Thread ratios

2016-11-18 Thread Darryl Philip Baker
Thankfully, I am not supporting PHP on my systems. You are correct apachectl reports “Server version: Apache/2.4.6 (Red Hat Enterprise Linux)” Of course with the way Red Hat does backports of fixes that is not completely correct. Darryl Baker PMOET -DAPS X76674 From: Rose, John B [mailto:jbr.

Re: [users@httpd] RE: Thread ratios

2016-11-18 Thread Rose, John B
I think that is Apache 2.4.6 If using PHP-FPM I think you may need to coordinate some settings in PHP-FPM (pm.max_children, etc.) with your config settings (MaxRequestWorkers, etc) in Apache. If you do rewrites you may want to be aware of this … https://bz.apache.org/bugzilla/show_bug.cgi?id=53

[users@httpd] RE: Thread ratios

2016-11-18 Thread Darryl Philip Baker
I forgot to mention, just in case this has any effect on the numbers, the OS is RHEL7 using the distributed version of Apache HTTPD. Darryl Baker PMOET -DAPS X76674 From: Darryl Philip Baker Sent: November 18, 2016 9:12 AM To: users@httpd.apache.org Subject: [users@httpd] Thread ratios I am con

[users@httpd] Thread ratios

2016-11-18 Thread Darryl Philip Baker
I am converting an older system Apache 2.2 using mpm_prefork to Apache 2.4. I think we would have better performance with mpm_worker or possibly mpm_event. My problem is trying to figure out what is the best ratio of threads per process, the correct way to set that value, and the best value for

Re: [users@httpd] Apache says "It works" but also "Requested URL could not be found"

2016-11-18 Thread Luca Toscano
Hi Roparzh, 2016-11-18 15:13 GMT+01:00 Roparzh Hemon : > Apache says "It works" but also "Requested URL could not be found" > > This problem seems to have jumped out of nowhere when I returned > from other projects. The project worked fine before. > A random Google search suggests the problem

Re: [users@httpd] Apache says "It works" but also "Requested URL could not be found"

2016-11-18 Thread Otis Dewitt - NOAA Affiliate
Try changing all your directories to lower case and check permissions and check selinux. Thanks, Otis On Fri, Nov 18, 2016 at 9:13 AM, Roparzh Hemon wrote: > Apache says "It works" but also "Requested URL could not be found" > > This problem seems to have jumped out of nowhere when I returned

[users@httpd] Apache says "It works" but also "Requested URL could not be found"

2016-11-18 Thread Roparzh Hemon
Apache says "It works" but also "Requested URL could not be found" This problem seems to have jumped out of nowhere when I returned from other projects. The project worked fine before. A random Google search suggests the problem might come from permissions, but file permissions seem OK (see belo

Re: [users@httpd] Difference between access_log & ssl_access_log

2016-11-18 Thread Daniel
Depends in the context where they are set but probably one is just an access log for http while the ssl one is for the https virtual host El 18/11/2016 12:29 p. m., "Adrian Jenzer" escribió: > Dear all > > > > What ist the difference between access_log & ssl_access_log ? > > > > Which one should

[users@httpd] Difference between access_log & ssl_access_log

2016-11-18 Thread Adrian Jenzer
Dear all What ist the difference between access_log & ssl_access_log ? Which one should I use with Awstats to get reports from my ownCloud server? Thank you Adrian