Dazed and confused about configuring Apache with SSL support - apache

I've spent a few hours trying to configure my Apache server to use SSL with no public IP, just localhost. I've created the certificate OK, I think (it has been like a crash course on black magic for me), and when I try tro access https://localhost, the browser says "Connected to localhost..." on the status line but just keeps loading forever. Here's a snippet from error_log:
[Fri Mar 27 22:03:39 2009] [info] Loading certificate & private key of SSL-aware server
[Fri Mar 27 22:03:39 2009] [info] Configuring server for SSL protocol
[Fri Mar 27 22:03:39 2009] [info] Loading certificate & private key of SSL-aware server
[Fri Mar 27 22:03:40 2009] [info] Configuring server for SSL protocol
everything seems to be OK there, but, meanwhile, at ssl_engine_log...
[Fri Mar 27 22:03:39 2009] [info] Init: Initializing OpenSSL library
[Fri Mar 27 22:03:39 2009] [info] Init: Seeding PRNG with 136 bytes of entropy
[Fri Mar 27 22:03:39 2009] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Fri Mar 27 22:03:39 2009] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Fri Mar 27 22:03:39 2009] [info] Init: Initializing (virtual) servers for SSL
[Fri Mar 27 22:03:39 2009] [info] mod_ssl/2.0.61 compiled against Server: Apache/2.0.61, Library: OpenSSL/0.9.7i
[Fri Mar 27 22:03:39 2009] [warn] module php5_module is already loaded, skipping
[Fri Mar 27 22:03:39 2009] [info] Init: Initializing OpenSSL library
[Fri Mar 27 22:03:39 2009] [info] Init: Seeding PRNG with 136 bytes of entropy[Fri Mar 27 22:03:39 2009] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Fri Mar 27 22:03:40 2009] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Fri Mar 27 22:03:40 2009] [info] Init: Initializing (virtual) servers for SSL
[Fri Mar 27 22:03:40 2009] [info] mod_ssl/2.0.61 compiled against Server: Apache/2.0.61, Library: OpenSSL/0.9.7i
[Fri Mar 27 22:03:40 2009] [notice] Digest: generating secret for digest authentication ...
[Fri Mar 27 22:03:40 2009] [notice] Digest: done
[Fri Mar 27 22:03:40 2009] [notice] Apache/2.0.61 (Unix) mod_ssl/2.0.61 OpenSSL/0.9.7l DAV/2 PHP/5.2.5 configured -- resuming normal operations
[Fri Mar 27 22:03:40 2009] [info] Server built: Jan 17 2008 17:33:42
[Fri Mar 27 22:03:40 2009] [emerg] (13)Permission denied: apr_proc_mutex_lock failed. Attempting to shutdown process gracefully.
[Fri Mar 27 22:03:40 2009] [emerg] (13)Permission denied: apr_proc_mutex_lock failed. Attempting to shutdown process gracefully.
...many more like these last two lines, until I finally stop the server...
[Fri Mar 27 22:03:43 2009] [info] removed PID file /usr/local/apache2/logs/httpd.pid (pid=8786)
[Fri Mar 27 22:03:43 2009] [notice] caught SIGTERM, shutting down
some googling about this permission denied and the apr_proc_mutex_lock failing hasn't yielded anything useful. Only some results relating to MPM and perchild option, but as they were old (years 2002 and 2003) and I don't really can draw any conclusions after reading them, I'm asking you if there is a way to overcome this problem. Well, first: what is actually the problem? Is there any kind of incompatibility between modules? Do I have to recompile something (please, Lord, not again, no)?
Thanks in advance.

Just be thankful you aren't using apache 1.3--it was way harder to get SSL running on that!
mod_ssl needs write permission on a couple files for it to work. Take a look at this setting and make sure apache has write access to the directory that file is in. For example, if says (for example):
SSLMutex file:/var/run/apache/ssl.mutex
You need to verify apache can write to /var/run/apache.
Almost all of these kinds of errors are usually some kind of permission error on the filesystem.

Related

HTTPD (apache) randomly crashes on Unix web server

I've been battling this problem for awhile now. I have about 30 client sites on a VPS Plesk 11.0.9 running on CentOS.
Every few days, apache/HTTPD suddenly crashes and all the client sites become inaccessible (I can still access the Plesk panel and SSH fine).
The only way to get it working again is to log into SSH and run
# service httpd restart
Here is the error log, (the pertinent area), if anyone can see what the problem is the help would be greatly appreciated!
[Thu Aug 27 23:30:59 2015] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Thu Aug 27 23:30:59 2015] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Thu Aug 27 23:30:59 2015] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Thu Aug 27 23:30:59 2015] [notice] Apache/2.2.15 (Unix) DAV/2 mod_fcgid/2.3.6 mod_python/3.3.1 Python/2.6.6 mod_ssl/2.2.15 OpenSSL/1.0.1e-fips mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[Fri Aug 28 04:45:59 2015] [warn] mod_fcgid: process 22179 graceful kill fail, sending SIGKILL
[Fri Aug 28 10:05:57 2015] [warn] mod_fcgid: process 26169 graceful kill fail, sending SIGKILL
[Fri Aug 28 14:15:21 2015] [error] server reached MaxClients setting, consider raising the MaxClients setting
[Fri Aug 28 21:43:43 2015] [warn] mod_fcgid: cleanup zombie process 11620
[Fri Aug 28 21:43:43 2015] [warn] mod_fcgid: cleanup zombie process 11641
[Fri Aug 28 21:43:43 2015] [warn] mod_fcgid: cleanup zombie process 11653
[Fri Aug 28 21:43:43 2015] [warn] mod_fcgid: cleanup zombie process 11652
[Fri Aug 28 21:43:43 2015] [warn] mod_fcgid: cleanup zombie process 11624
[Fri Aug 28 21:43:43 2015] [warn] mod_fcgid: cleanup zombie process 11622
[Fri Aug 28 21:43:43 2015] [warn] mod_fcgid: cleanup zombie process 11633
[Fri Aug 28 21:43:43 2015] [warn] mod_fcgid: cleanup zombie process 11660
[Fri Aug 28 21:43:43 2015] [warn] mod_fcgid: cleanup zombie process 11692
[Fri Aug 28 21:43:43 2015] [warn] mod_fcgid: cleanup zombie process 11640
[Fri Aug 28 21:43:47 2015] [warn] mod_fcgid: cleanup zombie process 11697
[Fri Aug 28 21:43:47 2015] [warn] mod_fcgid: cleanup zombie process 11696
[Fri Aug 28 21:43:47 2015] [warn] mod_fcgid: cleanup zombie process 11695
[Fri Aug 28 21:43:47 2015] [warn] mod_fcgid: cleanup zombie process 11694
[Fri Aug 28 21:43:47 2015] [warn] mod_fcgid: cleanup zombie process 11693
[Fri Aug 28 21:43:47 2015] [warn] mod_fcgid: cleanup zombie process 11674
[Fri Aug 28 21:43:47 2015] [warn] mod_fcgid: cleanup zombie process 11669
[Fri Aug 28 21:43:47 2015] [warn] mod_fcgid: cleanup zombie process 11700
[Fri Aug 28 21:43:47 2015] [warn] mod_fcgid: cleanup zombie process 11698
[Fri Aug 28 21:43:47 2015] [warn] mod_fcgid: cleanup zombie process 11632
[Fri Aug 28 21:58:29 2015] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Fri Aug 28 21:58:29 2015] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Fri Aug 28 21:58:29 2015] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Fri Aug 28 21:58:29 2015] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Fri Aug 28 21:58:29 2015] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Fri Aug 28 21:58:29 2015] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Fri Aug 28 21:58:29 2015] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Fri Aug 28 21:58:29 2015] [warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
[Fri Aug 28 21:58:29 2015] [notice] Digest: generating secret for digest authentication ...
[Fri Aug 28 21:58:29 2015] [notice] Digest: done
[Fri Aug 28 21:58:29 2015] [error] python_init: Python version mismatch, expected '2.6.5', found '2.6.6'.
[Fri Aug 28 21:58:29 2015] [error] python_init: Python executable found '/usr/bin/python'.
[Fri Aug 28 21:58:29 2015] [error] python_init: Python path being used '/usr/lib64/python26.zip:/usr/lib64/python2.6/:/usr/lib64/python2.6/plat-linux2:/usr/lib64/python2.6/lib-tk:/usr/lib64/python2.6/lib-old:/usr/lib64/python2.6/lib-dynload'.
[Fri Aug 28 21:58:29 2015] [notice] mod_python: Creating 4 session mutexes based on 50 max processes and 0 max threads.
[Fri Aug 28 21:58:29 2015] [notice] mod_python: using mutex_directory /tmp
[Fri Aug 28 21:58:29 2015] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Fri Aug 28 21:58:29 2015] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Fri Aug 28 21:58:29 2015] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Fri Aug 28 21:58:29 2015] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Fri Aug 28 21:58:29 2015] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Fri Aug 28 21:58:29 2015] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Fri Aug 28 21:58:29 2015] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
[Fri Aug 28 21:58:29 2015] [warn] RSA server certificate CommonName (CN) `Parallels Panel' does NOT match server name!?
It happened again here:
[Sun Aug 30 18:24:33 2015] [warn] mod_fcgid: process 15544 graceful kill fail, sending SIGKILL
[Sun Aug 30 19:27:05 2015] [warn] mod_fcgid: process 16277 graceful kill fail, sending SIGKILL
[Mon Aug 31 02:58:58 2015] [warn] mod_fcgid: process 32331 graceful kill fail, sending SIGKILL

I cant start apache after upgrading to yosemite

I updated to Yosemite and when I type localhost into the browser It says webpage not availible. I tried restarting apache but it still wouldn't work. Does anyone have advice?
Here are my error logs:
[Tue Oct 21 20:04:25 2014] [error] [client ::1] File does not exist: /Library/WebServer/Documents/favicon.ico
[Tue Oct 21 20:55:27 2014] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
httpd: Could not reliably determine the server's fully qualified domain name, using Cliffords-MacBook.local for ServerName
[Tue Oct 21 20:55:28 2014] [notice] Digest: generating secret for digest authentication ...
[Tue Oct 21 20:55:28 2014] [notice] Digest: done
[Tue Oct 21 20:55:28 2014] [emerg] (17)File exists: Couldn't create accept lock (/private/var/log/apache2/accept.lock.22) (5)
[Tue Oct 21 20:55:29 2014] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
httpd: Could not reliably determine the server's fully qualified domain name, using Cliffords-MacBook.local for ServerName
[Tue Oct 21 20:55:29 2014] [notice] Digest: generating secret for digest authentication ...
[Tue Oct 21 20:55:29 2014] [notice] Digest: done
[Tue Oct 21 20:55:29 2014] [warn] pid file /private/var/run/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Oct 21 20:55:29 2014] [notice] Apache/2.2.26 (Unix) DAV/2 PHP/5.5.14 mod_ssl/2.2.26 OpenSSL/0.9.8y configured -- resuming normal operations
[Tue Oct 21 20:57:10 2014] [error] [client ::1] File does not exist: /Library/WebServer/Documents/favicon.ico
[Tue Oct 21 21:35:36 2014] [notice] caught SIGTERM, shutting down

Apache: Could not initialize random number generator

I'm really frustrated, my apache server doesn't start, my error.log is this:
[Fri Jul 26 16:26:20.211050 2013] [core:notice] [pid 32240:tid 268] AH00094: Command line: 'c:\\users\\mrvisiont\\desktop\\xampp\\apache\\bin\\httpd.exe -d C:/Users/MrViSiOnT/Desktop/xampp/apache'
[Fri Jul 26 16:26:20.213050 2013] [mpm_winnt:notice] [pid 32240:tid 268] AH00418: Parent: Created child process 32112
[Fri Jul 26 16:26:20.225050 2013] [:crit] [pid 32112] (-2146173818)Unknown error: AH00141: Could not initialize random number generator
[Fri Jul 26 16:26:20.227051 2013] [mpm_winnt:crit] [pid 32240:tid 268] AH00419: master_main: create child process failed. Exiting.
I don't know what is the meaning of "Could not initialize random number generator"
Anybody knows what is the issue????
EDIT:
When I run httpd.exe, error.log is:
[Fri Jul 26 16:52:31 2013] [notice] Digest: generating secret for digest authentication ...
[Fri Jul 26 16:52:31 2013] [notice] Digest: done
[Fri Jul 26 16:52:31 2013] [notice] Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 configured -- resuming normal operations
[Fri Jul 26 16:52:31 2013] [notice] Server built: Sep 10 2011 11:34:11
[Fri Jul 26 16:52:31 2013] [notice] Parent: Created child process 16760
no listening sockets available, shutting down
Unable to open logs
[Fri Jul 26 16:52:31 2013] [crit] (OS 87)El parámetro no es correcto. : master_main: create child process failed. Exiting.
EDIT (FYI): Thank you people!
When I comment ServerName line from httpd.conf... error.log is:
httpd.exe: Could not reliably determine the server's fully qualified domain name, using fe80::8e3:cc40:2151:c412 for ServerName
[Fri Jul 26 17:03:11 2013] [notice] Digest: generating secret for digest authentication ...
[Fri Jul 26 17:03:11 2013] [notice] Digest: done
[Fri Jul 26 17:03:12 2013] [notice] Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e PHP/5.3.8 configured -- resuming normal operations
[Fri Jul 26 17:03:12 2013] [notice] Server built: Sep 10 2011 11:34:11
[Fri Jul 26 17:03:12 2013] [notice] Parent: Created child process 13816
httpd.exe: apr_sockaddr_info_get() failed for MRVISIONT-PC
httpd.exe: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
no listening sockets available, shutting down
Unable to open logs
[Fri Jul 26 17:03:12 2013] [crit] (OS 6)Controlador no válido. : master_main: create child process failed. Exiting.
I had similar problem and troubleshooted for days before I finally stumbled upon the solution:
Ensure that your system's PATH environment variable does not contain illegal characters such as "b?????Ä/????????".
Removing such entries resolved the problem for me.
I had a similar problem:
[:crit] [pid 7368] (-2146173818)Unknown error: AH00141: Could not initialize random number generator
I checked the system's PATH environment variable and found Chinese signs in it.
Since I deleted them, Apache works fine.
Check your environment settings. There may be an invalid character in it. See http://www.apachelounge.com/viewtopic.php?t=5535
Besides that: it looks like you are missing the logs directory.
I ran into this issue today for a completely different reason: No PATH environment variable (at all).
The environment variable hint put me on the right track. Dumping environment vars via a test application instead of starting Apache revealed the underlying issue. The Windows CreateProcess() API is generally difficult to work with.

Apache httpd restart failed [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 10 months ago.
Improve this question
I'm restarting my apache server by this command "service httpd restart" and getting the following message:
Stopping httpd: [FAILED]
Starting httpd: [ OK ]
Before the problem happened, what I've done is simply to replace an old database file with new one. This database file will be used by another php file. When I did the replacement, I didn't stop httpd.
After failing to restart apache server, I surfed the web to find solution and tried the following methods.
1) Try this "netstat -lnp | grep httpd" and "lsof -i:80" to find if there's any process binding port 80. The result is none process.
2) Remove locked subsys by this "rm -f /var/lock/subsys/httpd" and restart httpd again, but the result is the same as the above message:
Stopping httpd: [FAILED]
Starting httpd: [ OK ]
3) It didn't seem to work even if I reboot the server
How to tackle this problem?
The error_log shows the following message:
[Thu Aug 09 15:10:34 2012] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Aug 09 15:10:34 2012] [info] Init: Seeding PRNG with 256 bytes of entropy
[Thu Aug 09 15:10:34 2012] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Thu Aug 09 15:10:34 2012] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Thu Aug 09 15:10:34 2012] [info] Init: Initializing (virtual) servers for SSL
[Thu Aug 09 15:10:34 2012] [info] Server: Apache/2.2.3, Interface: mod_ssl/2.2.3, Library: OpenSSL/0.9.8e-fips-rhel5
[Thu Aug 09 15:10:34 2012] [notice] Digest: generating secret for digest authentication ...
[Thu Aug 09 15:10:34 2012] [notice] Digest: done
[Thu Aug 09 15:10:34 2012] [debug] util_ldap.c(2052): LDAP merging Shared Cache conf: shm=0x8541df0 rmm=0x8541e20 for VHOST: localhost.localdomain
[Thu Aug 09 15:10:34 2012] [info] APR LDAP: Built with OpenLDAP LDAP SDK
[Thu Aug 09 15:10:34 2012] [info] LDAP: SSL support available
[Thu Aug 09 15:27:26 2012] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Aug 09 15:27:26 2012] [info] Init: Seeding PRNG with 256 bytes of entropy
[Thu Aug 09 15:27:26 2012] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Thu Aug 09 15:27:26 2012] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Thu Aug 09 15:27:26 2012] [info] Init: Initializing (virtual) servers for SSL
[Thu Aug 09 15:27:26 2012] [info] Server: Apache/2.2.3, Interface: mod_ssl/2.2.3, Library: OpenSSL/0.9.8e-fips-rhel5
[Thu Aug 09 15:27:26 2012] [notice] Digest: generating secret for digest authentication ...
[Thu Aug 09 15:27:26 2012] [notice] Digest: done
[Thu Aug 09 15:27:26 2012] [debug] util_ldap.c(2052): LDAP merging Shared Cache conf: shm=0x97f4df0 rmm=0x97f4e20 for VHOST: localhost.localdomain
[Thu Aug 09 15:27:26 2012] [info] APR LDAP: Built with OpenLDAP LDAP SDK
[Thu Aug 09 15:27:26 2012] [info] LDAP: SSL support available ssl_error_log:
[Thu Aug 09 15:10:34 2012] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Aug 09 15:10:34 2012] [info] Init: Seeding PRNG with 256 bytes of entropy
[Thu Aug 09 15:10:34 2012] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Thu Aug 09 15:10:34 2012] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Thu Aug 09 15:10:34 2012] [info] Init: Initializing (virtual) servers for SSL
[Thu Aug 09 15:10:34 2012] [info] Server: Apache/2.2.3, Interface: mod_ssl/2.2.3, Library: OpenSSL/0.9.8e-fips-rhel5
[Thu Aug 09 15:10:34 2012] [notice] Digest: generating secret for digest authentication ...
[Thu Aug 09 15:10:34 2012] [notice] Digest: done
[Thu Aug 09 15:10:34 2012] [debug] util_ldap.c(2052): LDAP merging Shared Cache conf: shm=0x8541df0 rmm=0x8541e20 for VHOST: localhost.localdomain
[Thu Aug 09 15:10:34 2012] [info] APR LDAP: Built with OpenLDAP LDAP SDK
[Thu Aug 09 15:10:34 2012] [info] LDAP: SSL support available
[Thu Aug 09 15:27:26 2012] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Aug 09 15:27:26 2012] [info] Init: Seeding PRNG with 256 bytes of entropy
[Thu Aug 09 15:27:26 2012] [info] Init: Generating temporary RSA private keys (512/1024 bits)
[Thu Aug 09 15:27:26 2012] [info] Init: Generating temporary DH parameters (512/1024 bits)
[Thu Aug 09 15:27:26 2012] [info] Init: Initializing (virtual) servers for SSL
[Thu Aug 09 15:27:26 2012] [info] Server: Apache/2.2.3, Interface: mod_ssl/2.2.3, Library: OpenSSL/0.9.8e-fips-rhel5
[Thu Aug 09 15:27:26 2012] [notice] Digest: generating secret for digest authentication ...
[Thu Aug 09 15:27:26 2012] [notice] Digest: done
[Thu Aug 09 15:27:26 2012] [debug] util_ldap.c(2052): LDAP merging Shared Cache conf: shm=0x97f4df0 rmm=0x97f4e20 for VHOST: localhost.localdomain
[Thu Aug 09 15:27:26 2012] [info] APR LDAP: Built with OpenLDAP LDAP SDK
[Thu Aug 09 15:27:26 2012] [info] LDAP: SSL support available
Thanks for any help!
Can you enable LogLevel Debug in httpd.conf file and try starting the service. You should then be able to get more details in the error logs. By the way you seem to have SSL enabled so most probably it wouldn't be 80 but port 443. If it is an issue with SSL .. you can probably disable SSL and just enable http and check of apache starts.
Also is you apache configured to talk to any LDAP server for authentication.
Was facing the same problem but
sudo /etc/init.d/apache2 reload
works just fine for me
For me, this worked on RH Linux:
First enable Super User mode:
sudo su -
Now go to Apache (httpd) location in terminal: cd /usr/sbin
To start Apache server: httpd -k start
To stop Apache server: httpd -k stop
Check if httpd service is running: pgrep httpd
Hope it helps someone.

client denied by server configuration: app/etc/local.xml

I have installed magento on one of my test server to study the features
Here when i navigate thru the admin site or upload some pictures for any product, the apache server will stop . When i opened the apache error log it is written as
[Wed May 18 16:34:34 2011] [error] [client 172.23.1.2] client denied by server configuration: D:/Projects/InhousePortfolio/eCommerce/Jewelry/magento/1/jewelleryStore/app/etc/local.xml
[Wed May 18 16:34:55 2011] [notice] Parent: child process exited with status 255 -- Restarting.
[Wed May 18 16:39:28 2011] [warn] pid file C:/Program Files/wamp/bin/apache/Apache2.2.11/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed May 18 16:39:28 2011] [notice] Apache/2.2.11 (Win32) PHP/5.2.9 configured -- resuming normal operations
[Wed May 18 16:39:28 2011] [notice] Server built: Dec 10 2008 00:10:06
[Wed May 18 16:39:28 2011] [notice] Parent: Created child process 5796
[Wed May 18 16:39:28 2011] [notice] Child 5796: Child process is running
[Wed May 18 16:39:28 2011] [notice] Child 5796: Acquired the start mutex.
[Wed May 18 16:39:28 2011] [notice] Child 5796: Starting 64 worker threads.
[Wed May 18 16:39:28 2011] [notice] Child 5796: Starting thread to listen on port 80.
Please let me know what is the problem.
Any help will be appreciated
Please check the Yireo site for answer:
http://www.yireo.com/tutorials/magento/magento-administration/1322-client-denied-by-server-configuration-appetclocalxml