Current Page: 1 of 1
Results 1 - 23 of 23
7 years ago
juggernautsei
I have come to the conclusion that wamp cannot do what I am trying to accomplish. I found this article.
Forum: WampServer English
7 years ago
juggernautsei
Below is the information requested as the system currently now stands. Windows server 2008 WampServer 2.5 Apache 2.4.9 PHP 5.5.12 Mysql 5.6.17 Wamp Server Icon is Green httpd-ssl.conf file contents # # This is the Apache server configuration file providing SSL support. # It contains the configuration directives to instruct the server
Forum: WampServer English
7 years ago
juggernautsei
HI, I have SSL up and running on my server. No issues there. I want to run a second domain using SSL cert2. Second main is running fine from http. I tried adding the second cert to the httpd-ssl.conf. However, neither cert works when I do that. I have searched the forum but it seems I'm the only nut that want to do this. Thanks in advance. JuggernautSEI
Forum: WampServer English
7 years ago
juggernautsei
Fixed it In the https-ssl.conf the old instruction say use <Directory "C:/wamp/www"> SSLOptions +StdEnvVars Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all </Directory> Changed to this and it worked. <Directory "C:/wamp/www"> SSLOptions +StdEnvVars Options Indexes Follow
Forum: WampServer English
7 years ago
juggernautsei
You don't have permission to access / on this server. Apache/2.4.18 (Win64) OpenSSL/1.0.2g PHP/7.0.4 Server at mywebsite.co Port 443 WAMP 3.0.5 including patch Followed all the instructions here . It worked for a day. Then it stopped and started giving the message above. I have checked and rechecked all settings. Not sure where to look. This is in the SSL error log AH01630
Forum: WampServer English
7 years ago
juggernautsei
UPDATE: changing the file and rebooting the server has fixed my issue and no more zend_mm_corrupt. Thanks!
Forum: WampServer English
7 years ago
juggernautsei
I went to and downloaded and manually replaced the file. I will update tomorrow. Thank you for the incite.
Forum: WampServer English
7 years ago
juggernautsei
HI, I have an error message that I have spent a lot of hours trying to correct. The error message below keeps popping up every now and again in my apache error log. AH00354: Child: Starting 64 worker threads. zend_mm_heap corrupted It is less frequent than in the beginning but it still happening. I have searched the web before coming here and all the things that I could change in t
Forum: WampServer English
7 years ago
juggernautsei
I ran the upgrade and for a day there were no error messages. Today I checked the vent log and saw Log Name: Application Source: Application Error Date: 8/31/2016 10:44:40 AM Event ID: 1000 Task Category: (100) Level: Error Keywords: Classic User: N/A Computer: Minion1B.APMCINC.local Description: Faulting application name: httpd.exe, version: 2.4.17.0, time stamp: 0x561a2f0a Faulti
Forum: WampServer English
7 years ago
juggernautsei
Thank you. I will update the system tonight after working hours and get back to you tomorrow with an update.
Forum: WampServer English
7 years ago
juggernautsei
I have a windows 7 pro 64 16GB RAM Wampserver 3 PHP 7 Apache 2.4.17 MySQL 5.7.9 I am getting this error in my event log. Faulting application name: httpd.exe, version: 2.4.17.0, time stamp: 0x561a2f0a Faulting module name: php_xdebug-2.4.0rc2-7.0-vc14-x86_64.dll, version: 2.4.0.5, time stamp: 0x565f8968 Exception code: 0xc0000005 Fault offset: 0x000000000001997a Faulting process
Forum: WampServer English
7 years ago
juggernautsei
Thanks for all your help... I am able to install drupal 8.1.1 now. It still does not show in the phpinfo() list but now drupal gives me the option to continue even though before it did not give the option before changing the setting from 1 to 0 which seems counter intuitive since 1 is normally the on condition and 0 being the off condition.
Forum: WampServer English
7 years ago
juggernautsei
I was hoping that taking the space out and copying and pasting what you wrote would fix the issue. please see screenshot.
Forum: WampServer English
7 years ago
juggernautsei
Thank you for all your help. Here are all of my setting from the php.ini file. I have tried the php_opcache.dll with and without the path and still it does not load. I have checked that all the Visual C++ versions are loaded from 2010 - 2015. I have tried to load the dll with the regsrv32 command the the system tells me to check and make sure that the dll is a real dll file. I still have
Forum: WampServer English
7 years ago
juggernautsei
I have installed WAMP 2.5 on three different servers and each time I install it the same thing happens with the OPcache and enchant. They both have the triangle with an exclamation point in it. Does anyone know why it is doing that?
Forum: WampServer English
7 years ago
juggernautsei
Apologies if you do not understand. This is not my first time posting here. I have posted here for years so not a nubee. Now, refer back to my first post. I listed my system setting and type of server as required by posting here. I have consistently said that the OPcache is NOT loading. I have listed what I have done to try to get it to LOAD. NOTHING I have done to change the conf
Forum: WampServer English
7 years ago
juggernautsei
When I comment out the line I start the service first and the check the phpinfo for the OPcache section. Not there. Then, I reboot the server to see if that would load the OPcache in the phpinfo list. Still not there. Any suggestions on where else to look? I used the notepad+ to look for any other listings of Xdebug but xdebug is still loading before the OPcache. There is a white triangle w
Forum: WampServer English
7 years ago
juggernautsei
I did comment out the line and still not working. I found this on the PHP.net site: Note: If you want to use OPcache with ยป Xdebug, you must load OPcache before Xdebug. Xdebug is loading but I don't know where it is being loaded from.
Forum: WampServer English
7 years ago
juggernautsei
I am having problems with getting the OPcache to load. System info: Windows 64Bit Windows NT TMB-SEVER1 6.0 build 6002 (Windows Server 2008 Standard Edition Service Pack 2) i586 Build Date Apr 30 2014 11:13:46 Compiler MSVC11 (Visual C++ 2012) Architecture x86 I have tried everything in this post and still not loading. zend_extention = "C:/wamp/bin/php/php5.5.12/ext/php_opcac
Forum: WampServer English
8 years ago
juggernautsei
Thanks for the reply the weirdest thing happened. When I changed this from Require local to Require all granted. The subfolder worked. <VirtualHost *:80> ServerName localhost DocumentRoot C:/wamp64/www <Directory "C:/wamp64/www/"> Options Indexes FollowSymLinks MultiViews AllowOverride All Require all granted </Directory> </VirtualHost>
Forum: WampServer English
8 years ago
juggernautsei
Server is Win2008 R2 64bit Wampserver Icon is green W with a red circle over the middle of the W. When hovering over the icon it reports "Server Online - All services running". Setting up a new dev server to work on PHP7 and get some training in and run across an impasse. I can find the answer to this delima for lower version of wamp but not for the current version 3.0.0 I c
Forum: WampServer English
9 years ago
juggernautsei
Sorry for the multiple post on this same topic but I am in a bit of jam. I had bee using WAMP for production on Server 2008 64. It worked fine and It had it secure. Now I upgraded to 2.5 because and application that I need to deploy for a client forced the upgrade. Now I can't get vitural host working inside or out side. Inside my local host does display the default page and I can open a
Forum: WampServer English
9 years ago
juggernautsei
Hi, I just upgraded to WAMPSERVER 2.5. I was glad to find this tutorial but it has not helped me solve my basic problem. I can't access sites from our outside address. I have wamp installed on Server 2008 64 That is the only thing on this server. Localhost works. I can get to one local application. But how to do I access it from the outside IP? My HOST file is 127.0.0.1
Forum: WampServer English
Current Page: 1 of 1