Wampserver 2.5 Offline

Asked

Viewed 1,352 times

2

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 the line changes:

#LoadModule rewrite_module modules/mod_rewrite.so 

for

LoadModule rewrite_module modules/mod_rewrite.so

and AllowOverride None for AllowOverride All My server stopped running. It’s orange (offline).

As at other times/opportunities, WAMP had already experienced problems in this category related to port conflicts with other programs installed on machines. I decided to change the WAMP port (2 attempts to port 82 and the other to 8080), but I did not succeed and the service remains offline.

I will detail below the steps taken in the operation:

In the httpd.conf file in addition to the aforementioned changes. 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 archive wampmanager.tpl

of w_testPort80 for w_testPort8080 on every line. and the parameters http://localhost:80/webgrind (example)/ http://localhost:8080/webgrind(example)/

Testport file where mentioned 80 to 8080

And finally in the archive english.lang

$w_testPort8080 = 'Test Port 8080';

Has anyone had similar problems?

PS: I already restarted the machine, finished the other programs and nothing. I already changed the configuration when it still worked, but still nothing.

  • 1

    It would be interesting to see the error_log of your Apache.

  • I had taken a look it only points out the msm access errors. Now Wamp remains orange but in the hint (hint) it shows ONLINE. I try to upload the server and display the error page.

  • I had the same problem. I did the following: I left ONLY the localhost at the door 8080 and the others I left at the door 80. On the icon next to the clock went on Apache, Services, Install Service and it worked.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.