I have a problem with WampServer 2.5 (Windows 8.1). There was a need for me to change a configuration in apache (httpd.conf), to allow and accept rewrite module. After you have made the change in the lines:
#LoadModule rewrite_module modules/mod_rewrite.so
for
LoadModule rewrite_module modules/mod_rewrite.so
and AllowOverride None
to AllowOverride All
My server stopped running. It's orange (offline).
As at other times / opportunities, there were already problems in this category related to WAMP port conflicts with other programs installed on machines. I have decided to change the WAMP port (2 attempts one for port 82 and one for 8080), but I was not successful and the service is still offline.
I'll detail below the steps taken in the operation:
In the httpd.conf file besides the changes already mentioned. I replaced
#Listen 12.34.56.78:80 por #Listen 12.34.56.78:8080
Listen 0.0.0.0:80 por Listen 0.0.0.0:8080
Listen [::0]:80 por Listen [::0]:8080
and servername for localhost: 8080
In the file wampmanager.tpl
from w_testPort80
to w_testPort8080
on all rows.
and the parameters link link
TestPort file where you mentioned 80 to 8080
And finally in the file english.lang
$w_testPort8080 = 'Test Port 8080';
Has anyone ever had a similar problem?
PS: I already rebooted the machine, finished the other programs and nothing. Until now I changed the configuration when it was still working, but still nothing.