I've got a few Zend projects on my xampp, but if I'm going to the public directory to show the project, there's only a blank, white page. Testscripts with just an echo or the xampp tools are working fine. The xampp installation is fresh, I didn't change anything and even the Windows 7 installation is new. Also PHP errors and exceptions are showing, if there are any, this is what is written in the error.log:
[Fri May 03 15:49:37.072758 2013] [ssl:warn] [pid 5784:tid 256] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Fri May 03 15:49:38.945865 2013] [mpm_winnt:notice] [pid 5784:tid 256] AH00455: Apache/2.4.3 (Win32) OpenSSL/1.0.1c PHP/5.4.7 configured -- resuming normal operations
[Fri May 03 15:49:38.946865 2013] [mpm_winnt:notice] [pid 5784:tid 256] AH00456: Server built: Aug 18 2012 12:41:37
[Fri May 03 15:49:38.946865 2013] [core:notice] [pid 5784:tid 256] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Fri May 03 15:49:38.952865 2013] [mpm_winnt:notice] [pid 5784:tid 256] AH00418: Parent: Created child process 5428
[Fri May 03 15:49:44.385176 2013] [ssl:warn] [pid 5428:tid 268] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Fri May 03 15:49:44.702194 2013] [mpm_winnt:notice] [pid 5428:tid 268] AH00354: Child: Starting 150 worker threads.
just notices and warnings, the php error log is empty. Any ideas how I could fix this?
Related
http://www.reloadedpc.com/other/setup-wamp-svn-subversion-windows/
I am following this guide. But I am using latest files.
Latest WAMP with
Apache 2.4.9
PHP 5.5.12
Latest SVN 1.8.13 from https://subversion.apache.org/packages.html#windows using last option: Win32Svn (32-bit client, server and bindings, MSI and ZIPs; maintained by David Darj)
Latest TortoiseSVN-1.8.11.26392-x64-svn-1.8.13.msi
I also installed modules for 2.4.x when prompted during setup of SVN.
I copied mod_authz_svn.so and mod_dav_svn.so tp wamp/bin/apche/apache2.4.9/modules
But couldn't find libdb44.dll(as mentioned on page) so I copied it from older version of svn and also copied intl3_svn.dll and libdb48.dll from latest svn to wamp/bin/apche/apache2.4.9/bin
I added following lines in httpd.conf of Apache
LoadModule dav_module modules/mod_dav.so -> (By default present in wamp and works)
LoadModule dav_fs_module modules/mod_dav_fs.so -> (By default present in wamp and works)<br><br>
LoadModule dav_svn_module modules/mod_dav_svn.so -> (Copied as mentioned above and **) <br><br>
LoadModule authz_svn_module modules/mod_authz_svn.so -> (Copied as mentioned above and **)
** -> These lines or files prevent my wamp from turning green after restarting all services. To be precise they give some error and prevent apache from starting.
(I found that many people are facing this problem and no result of this so far... People are moving on to some other SCCS/VCS)
Update:-
here is my error log
[Sun May 03 16:58:11.694326 2015] [mpm_winnt:notice] [pid 4856:tid 388] AH00455: Apache/2.4.9 (Win64) PHP/5.5.12 configured -- resuming normal operations
[Sun May 03 16:58:11.695326 2015] [mpm_winnt:notice] [pid 4856:tid 388] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Sun May 03 16:58:11.695326 2015] [core:notice] [pid 4856:tid 388] AH00094: Command line: 'D:\\wamp\\bin\\apache\\apache2.4.9\\bin\\httpd.exe -d D:/wamp/bin/apache/apache2.4.9'
[Sun May 03 16:58:11.696326 2015] [mpm_winnt:notice] [pid 4856:tid 388] AH00418: Parent: Created child process 6004
[Sun May 03 16:58:12.235357 2015] [mpm_winnt:notice] [pid 6004:tid 304] AH00354: Child: Starting 64 worker threads.
[Sun May 03 16:58:23.019974 2015] [mpm_winnt:notice] [pid 4856:tid 388] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sun May 03 16:58:25.021089 2015] [mpm_winnt:notice] [pid 6004:tid 304] AH00364: Child: All worker threads have exited.
[Sun May 03 16:58:25.049090 2015] [mpm_winnt:notice] [pid 4856:tid 388] AH00430: Parent: Child process 6004 exited successfully.
[Sun May 03 16:58:31.353451 2015] [mpm_winnt:notice] [pid 5508:tid 388] AH00455: Apache/2.4.9 (Win64) PHP/5.5.12 configured -- resuming normal operations
[Sun May 03 16:58:31.353451 2015] [mpm_winnt:notice] [pid 5508:tid 388] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Sun May 03 16:58:31.353451 2015] [core:notice] [pid 5508:tid 388] AH00094: Command line: 'D:\\wamp\\bin\\apache\\apache2.4.9\\bin\\httpd.exe -d D:/wamp/bin/apache/apache2.4.9'
[Sun May 03 16:58:31.354451 2015] [mpm_winnt:notice] [pid 5508:tid 388] AH00418: Parent: Created child process 5088
[Sun May 03 16:58:31.798476 2015] [mpm_winnt:notice] [pid 5088:tid 304] AH00354: Child: Starting 64 worker threads.
[Sun May 03 16:59:05.174385 2015] [mpm_winnt:notice] [pid 5508:tid 388] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sun May 03 16:59:07.174500 2015] [mpm_winnt:notice] [pid 5088:tid 304] AH00364: Child: All worker threads have exited.
[Sun May 03 16:59:07.189500 2015] [mpm_winnt:notice] [pid 5508:tid 388] AH00430: Parent: Child process 5088 exited successfully.
Okay finally it seems to me I got this working!
Install 32-bit WAMP
Install SVN from above link
Copy intl3_svn.dll and libdb48.dll from svn/bin to wamp/bin/apache/apache2.4.x/bin
Copy mod_authz_svn.so and mod_dav_svn.so to wamp/bin/apche/apache2.4.9/modules
You may want to move all .so and .dll files to /modules/svn (create this folder) in apache, just pre-cautionary!
Add those 4 lines from above question
If you moved files from bin to modules/svn just edit modules/mod_authz_svn.so to modules/svn/mod_authz_svn.so and so on
restart wamp and it works!
Now lets see if I can set up SCCS for my server!
I installed AMPPS
I work with some folders without any problem (magento, phpmyadmin, etc).
But with one folder a website downloaded from from the server, I can not access it, also it is not listed in localhost.
When I access the folder which gives me problems, the browser give me this error: 500 Internal Server Error
And from Apache error.log, I receive this:
[Wed Oct 16 22:51:25.062078 2013] [mpm_winnt:notice] [pid 8132:tid 396] AH00455: Apache/2.4.6 (Win32) OpenSSL/1.0.1e PHP/5.3.27 mod_wsgi/3.4 Python/2.7.2 configured -- resuming normal operations
[Wed Oct 16 22:51:25.062078 2013] [mpm_winnt:notice] [pid 8132:tid 396] AH00456: Server built: Jul 24 2013 14:06:52
[Wed Oct 16 22:51:25.062078 2013] [core:notice] [pid 8132:tid 396] AH00094: Command line: 'apache\\bin\\httpd.exe -d C:/Program Files (x86)/Ampps/apache'
[Wed Oct 16 22:51:25.065078 2013] [mpm_winnt:notice] [pid 8132:tid 396] AH00418: Parent: Created child process 7960
[Wed Oct 16 22:51:26.214144 2013] [mpm_winnt:notice] [pid 7960:tid 408] AH00354: Child: Starting 64 worker threads.
For some reason my XAMPP Apache service keeps restarting. It started yesterday, but I can't really find the cause, because I have made many changes to my PC the day before (windows update, antivirus update, installed new programs, etc).
The XAMPP control panel says that it's running, but when I look at the processes in the windows task manager, I can see that it keeps restarting every second and the windows error reporting process keeps appearing too (without any dialog).
For some reason I can access the xampp first page (localhost or localhost/xampp), but nothing else (no phpmyadmin or anything else I put in htdocs). I have tried to reinstall XAMPP, and it's not the skype issue everyone knows about either. I have windows 8 pro.
The apache error.log keep repeating this:
[Thu Apr 04 00:21:21.237364 2013] [ssl:warn] [pid 260:tid 572] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Thu Apr 04 00:21:21.298371 2013] [mpm_winnt:notice] [pid 260:tid 572] AH00455: Apache/2.4.3 (Win32) OpenSSL/1.0.1c PHP/5.4.7 configured -- resuming normal operations
[Thu Apr 04 00:21:21.298371 2013] [mpm_winnt:notice] [pid 260:tid 572] AH00456: Server built: Aug 18 2012 12:41:37
[Thu Apr 04 00:21:21.298371 2013] [core:notice] [pid 260:tid 572] AH00094: Command line: 'E:\\xampp\\apache\\bin\\httpd.exe -d E:/xampp/apache'
[Thu Apr 04 00:21:21.299372 2013] [mpm_winnt:notice] [pid 260:tid 572] AH00418: Parent: Created child process 3060
[Thu Apr 04 00:21:23.213607 2013] [ssl:warn] [pid 3060:tid 280] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Thu Apr 04 00:21:23.276605 2013] [mpm_winnt:notice] [pid 3060:tid 280] AH00354: Child: Starting 150 worker threads.
[Thu Apr 04 00:21:23.328611 2013] [mpm_winnt:notice] [pid 260:tid 572] AH00428: Parent: child process exited with status 3221225725 -- Restarting.
[Thu Apr 04 00:21:24.584768 2013] [ssl:warn] [pid 260:tid 572] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Thu Apr 04 00:21:24.649766 2013] [mpm_winnt:notice] [pid 260:tid 572] AH00455: Apache/2.4.3 (Win32) OpenSSL/1.0.1c PHP/5.4.7 configured -- resuming normal operations
[Thu Apr 04 00:21:24.649766 2013] [mpm_winnt:notice] [pid 260:tid 572] AH00456: Server built: Aug 18 2012 12:41:37
[Thu Apr 04 00:21:24.649766 2013] [core:notice] [pid 260:tid 572] AH00094: Command line: 'E:\\xampp\\apache\\bin\\httpd.exe -d E:/xampp/apache'
[Thu Apr 04 00:21:24.652768 2013] [mpm_winnt:notice] [pid 260:tid 572] AH00418: Parent: Created child process 6620
[Thu Apr 04 00:21:26.551000 2013] [ssl:warn] [pid 6620:tid 364] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Thu Apr 04 00:21:26.614999 2013] [mpm_winnt:notice] [pid 6620:tid 364] AH00354: Child: Starting 150 worker threads.
[Thu Apr 04 00:21:26.669006 2013] [mpm_winnt:notice] [pid 260:tid 572] AH00428: Parent: child process exited with status 3221225725 -- Restarting.
[Thu Apr 04 00:21:27.826148 2013] [ssl:warn] [pid 260:tid 572] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Thu Apr 04 00:21:27.886148 2013] [mpm_winnt:notice] [pid 260:tid 572] AH00455: Apache/2.4.3 (Win32) OpenSSL/1.0.1c PHP/5.4.7 configured -- resuming normal operations
[Thu Apr 04 00:21:27.886148 2013] [mpm_winnt:notice] [pid 260:tid 572] AH00456: Server built: Aug 18 2012 12:41:37
[Thu Apr 04 00:21:27.886148 2013] [core:notice] [pid 260:tid 572] AH00094: Command line: 'E:\\xampp\\apache\\bin\\httpd.exe -d E:/xampp/apache'
[Thu Apr 04 00:21:27.888150 2013] [mpm_winnt:notice] [pid 260:tid 572] AH00418: Parent: Created child process 7032
[Thu Apr 04 00:21:29.761369 2013] [ssl:warn] [pid 7032:tid 332] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Thu Apr 04 00:21:29.824377 2013] [mpm_winnt:notice] [pid 7032:tid 332] AH00354: Child: Starting 150 worker threads.
[Thu Apr 04 00:21:29.876385 2013] [mpm_winnt:notice] [pid 260:tid 572] AH00428: Parent: child process exited with status 3221225725 -- Restarting.
My best guess is that I've got some kind of spyware with the apps I've installed.
Thank you very much for reading and any thoughts are welcome.
PROBLEM SOLVED:
NVIDIA FirstPacket was blocking it. I've disabled it and it worked like a charm.
When I put Router::parseExtensions('rss'); to routes.php, Apache crashes. So i can't make rss feed.
Any ideas ?
here is a screenshot
[Sat Jan 05 13:02:35.131540 2013] [mpm_winnt:notice] [pid 1576:tid 252] AH00428: Parent: child process exited with status 3221225477 -- Restarting.
[Sat Jan 05 13:02:35.686942 2013] [ssl:warn] [pid 1576:tid 252] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Sat Jan 05 13:02:35.733742 2013] [mpm_winnt:notice] [pid 1576:tid 252] AH00455: Apache/2.4.3 (Win32) OpenSSL/1.0.1c PHP/5.4.7 configured -- resuming normal operations
[Sat Jan 05 13:02:35.733742 2013] [mpm_winnt:notice] [pid 1576:tid 252] AH00456: Server built: Aug 18 2012 12:41:37
[Sat Jan 05 13:02:35.733742 2013] [core:notice] [pid 1576:tid 252] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Sat Jan 05 13:02:35.733742 2013] [mpm_winnt:notice] [pid 1576:tid 252] AH00418: Parent: Created child process 4156
[Sat Jan 05 13:02:36.794544 2013] [ssl:warn] [pid 4156:tid 264] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Sat Jan 05 13:02:36.856944 2013] [mpm_winnt:notice] [pid 4156:tid 264] AH00354: Child: Starting 150 worker threads.
this is err log
From the error screen, it appears your RSS may have too much data in it and it is exhausting the memory. You should check the data that is being returned and make sure it is limited.
I updated xampp from 1.8.0 to 1.8.1 and things didn't work out afterwards. I googled my problems, tried to change stuff and got more problems in the end.
I don't know what to do with the output in the error.log:
[Tue Jan 01 22:34:05.546412 2013] [ssl:warn] [pid 5536:tid 376] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue Jan 01 22:34:05.627417 2013] [mpm_winnt:notice] [pid 5536:tid 376] AH00455: Apache/2.4.3 (Win32) OpenSSL/1.0.1c PHP/5.4.7 configured -- resuming normal operations
[Tue Jan 01 22:34:05.627417 2013] [mpm_winnt:notice] [pid 5536:tid 376] AH00456: Server built: Aug 18 2012 12:41:37
[Tue Jan 01 22:34:05.627417 2013] [core:notice] [pid 5536:tid 376] AH00094: Command line: 'D:\portableapps\xampp\apache\bin\httpd.exe -d D:/PortableApps/xampp/apache'
[Tue Jan 01 22:34:05.628417 2013] [mpm_winnt:notice] [pid 5536:tid 376] AH00418: Parent: Created child process 5672
[Tue Jan 01 22:34:06.592472 2013] [ssl:warn] [pid 5672:tid 268] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache]
[Tue Jan 01 22:34:06.629474 2013] [mpm_winnt:notice] [pid 5672:tid 268] AH00354: Child: Starting 150 worker threads.
rename .htaccess to htaccess - Either the Problem lies in there or there is some other server configuration issue.