Install WampServer next to Bitnami Rubystack? - wampserver

I have Bitnami Rubystack installed and I now would like to install WampServer 2 .
I donwloaded it, and followed the instructions, but when I try to go on http://localhost , it's always Bitnami Rubystack which is shown.
How should I do ? Any ideas ? Thanks

BitNami Ruby Stack uses the 80 port for Apache server. If you want to use the same port for WampServer, stop the Apache server first and then start the WampServer Apache. Refresh your browser to see the changes in the page.

Related

Installation of WAMP SERVER

I am trying to install WAMP SERVER on Windows 7 PC. After completing installation I typed localhost/phpmyadmin/ as suggested. But the error is "Site can't be reached". Also when I searched on it google says that green icon should appear on icon, but it is not so... What do I do? Should I try 2.5 version instead of latest 3.0.4 or any other suggestions?
check what port number you apache http.conf is trying to acquire.
Also do check if any other application is using that port.
Skype (usually does).
Also try Changing the listen port number to 8080
in httpd.conf
Listen 0.0.0.0:8080
and try
http://localhost:8080
similar link:
WAMP - Your port 80 is actually used - Error

Wampserver is not accessible when other web server is up

I have Wamp server installed and is able to access it, and everything works fine.
but I have other Apache server, when I make this Apache server up and running and I type localhost in browser, I am able to access sites on Apache server.
now when this Apache Server is up I want to access sites from Wampserver as well, so how to do this I am not sure.
Thanks in advance for your responses.
Looks like your default port is used by some other applications.
Have a look at this
WAMPSERVER on windows 8 not starting

Phusion Passenger / Apache Not Running Correctly on Mac OSX Maverick

After updating to OS X Maverick on my MacBook, my local dev environment was broken - Apache httpd.h file missing on MacOSX after Mavericks Upgrade (** Updated for Yosemite **)
Now after resolving the issues I can't seem to run my local web server on port 80 (localhost).
If I go to 'localhost' I see It works! which is the default apache page.
If I run passenger start I can view my app at localhost:3000 but that's a passenger standalone web server running, not apache.
If I run sudo passenger start -p 80 --user=martin I get the message:
The address 0.0.0.0:80 is already in use by another process,
perhaps another Phusion Passenger Standalone instance.
If you want to run this Phusion Passenger Standalone instance on another port,
use the -p option, like this:
passenger start -p 81
I can't remember what I did when I first set up Rails on my laptop, I'm sure I ran passenger start at the very beginning and didn't need to do it after that and from reading more about it online, apache should run passenger automatically by itself but apache doesn't seem to be doing anything but show the default start page and I don't know why.
I think Maverick created a new httpd.conf but I don't see much difference, I have made sure that the three extra lines running passenger-install-apache2-module returns is at the end of the config file.
The passenger gem is the latest version, Rails version is 2.3.14 and ruby is 1.8.7 so quite old but shouldn't matter I don't think as it worked perfectly on localhost before without having to add port 3000 to the url so just hoping someone with a bit more experience of using Passenger can help.
I've tried reading loads of other questions and forums and also the Phusion Apache documentation.
`
I had the same problem. I restored the previous httpd.conf file in /etc/apache2. The file had been renamed httpd.conf.pre-update. I restarted the server with apachectl restart and all was fine again.
I checked the differences between the old and new httpd.conf files, and they were very small (but crucial):
1) The line to include virtual hosts was commented out.
2) The line to include the PHP module was commented out.
I uncommented both lines and problem solved.

Localhost is not working in wampserver

Already i installed Wampserver, that time it works correctly. A few days back i try to open localhost, it displays "Oops! Google Chrome could not connect to localhost
Did you mean: localhost.­net". I don't know the problem.
You have to start Apache server.For that,you have to right click Wamp icon.Then click start Apache.After this is done,enter localhost in the url.It displays a message 'It Works!.
Hope this resolves your problem.
You have to manually start the server first.
That is you have to start Apache sever, then enter localhost in the url
To start double click on the Xampp icon. Then manually click on the start button for apache, mysql and other features which you need like tomcat and filezilla. Dont close it but just minimize it.
Do you have skype running? If so close it so its not running at all and restart wamp.
Skype uses port 8080 which Wamp uses too. switching the ports would fix this.
Heres a previous Q/A
Can't access localhost or phpMyAdmin with WAMP
For a WAMP server, just run the application and you will see an icon in the taskbar from which you can manage certain properties. That said, so long as the server is running, localhost should be working.
You must did not run the apache server first.
You should click the icon of the wamp , then click start apache.
Hope that helps.

Wamp, External IP, Forbidden

For start i am using windows 7 Ultimate Sp1 x64,
The problem: cant access my wamp server through the my external IP,
Until today i was using:
WAMPSERVER (64 BITS & PHP 5.4) 2.2E
Apache 2.2.22 – Mysql 5.5.24 – PHP 5.4.3 XDebug 2.1.2 XDC 1.5 PhpMyadmin 3.4.10.1 SQLBuddy 1.3.3 webGrind 1.0
At this version all was great all worked fine i was able to access the localhost/127.0.0.1 my Internal/External IP,
Until i replaced this version to this one:
WAMPSERVER (64 BITS & APACHE 2.4) 2.2E
Apache 2.4.2 – Mysql 5.5.24 – PHP 5.4.3 XDebug 2.1.2 XDC 1.5 PhpMyadmin 3.4.10.1 SQLBuddy 1.3.3 webGrind 1.0
If you can see the Apache version is not the same, so again with this version i cant access my external IP,
What i have done:
Port 80 is open i didnt change the port,
The firewall allow the HTTP Server and Wamp(Even it allow i turned off the firewall just to be sure),
I did tested this Link
After i follow the guide at the link i could access with my adress but not with my IP, The problem is with the new apache version so if anyone saw this problem before with this new version (Apache 2.4.2) and can please help me i will be very thankful, Thank you all and have a nice day.

Resources