How to run Wamp server? - apache

I have a wamp server as well as Xampp installed. I am unable to start my wamp server. When I try to start services, it stops in orange state, never moves to green. But I am getting to see my local host in browser with Xamp under this situation. Can any one help me how to get my wamp server only running.
Sorry for being naive. I am just starting.

if you are using Ubuntu 14.0 you can try somewhat like this in the Terminal Window by pressing Ctrl+Alt+T
Stopping web server apache2
sudo /etc/init.d/apache2 stop (find the path where your xampp server is located)
Starting XAMPP
sudo /opt/lampp/manager-linux.run (find the path where your wamp server is located)
For Windows
Press Windows Key + R or go to run
Type services.msc
Then stop the service for Xampp Server
If Apache is not running as a Windows Service:
you use the Xampp Control Panel Application to stop and start Apache.
I also experienced the same problem and I hope it will work

INSTALLING
Double click on the downloaded file and just follow the instructions.
Everything is automatic. The WampServer package is delivered whith
the latest releases of Apache, MySQL and PHP.
Once WampServer is installed, you can manually add aditionals Apache,
Php or MySql (only VC9, VC10 and VC11 compiled) versions.
Explanations will be provided on the forum.
Each release of Apache, MySQL and PHP has its own settings and its
own files (datas for MySQL).
Using wampserver
The “www” directory will be automatically created (usually
c:\wamp\www)
Create a subdirectory in “www” and put your PHP files inside.
Click on the “localhost” link in the WampSever menu or open your
internet browser and go to the URL : http://localhost
Installing Wamp

Related

ColdFusion 2016 stopped rendering website after Mac software update

ColdFusion 2016 stopped rendering website files in browser after I updated my Mac software to latest one, Mojave 10.14.1. Instead of seeing the rendered page in the browser I can see my repository files only.
I noticed that some previous settings regarding local server and Apache were removed after update. I did restore missing settings back how they were before and even reinstalled ColdFusion 2016, but still have that problem with rendering websites on the ColdFusion platform.
After running /Applications/ColdFusion2016/cfusion/runtime/bin and sudo ./wsconfig, I the get Web Server Configuration Window with content inside
[ localhost ] Apache : /private/etc/apache2.
Is there anyone who can help to resolve this issue please?
Change the directory to
/Application/ColdFusion2016/cfusion/runtime/bin
Run
sudo ./wsconfig
The documentation does not mention sudo, but I am suggesting it to be safe.
Source: https://helpx.adobe.com/coldfusion/configuring-administering/web-server-management.html
After testing ColdFusion 2016 platform using port :8500 I found out that CF server uses Tomcat path (wrong path) instead of Apache one (for Mac virtual directory file: httpd-vhost.conf) and both of them are running at the same time.

MAMP Pro 4.0.3: user running apache cannot access this directory

In the standard setup for MAMP PRO, version 4.0.3 in this case, using the htdocs folder for my sites I am getting the "red arrow" indicating a config issue. The highlight message is: user running apache cannot access this directory. Everything works fine but I'd like to get rid of this warning. I'd be happy to hear any suggestions.

Wamp server installation issue in window 8.1

After install the wamp server in my system (windows 8.1 64-bit). The Aestan Tray menu turn green after taking 5 minutes from orange color.
However myphpadmin or localhost or 127.0.0.1 are not opening.
I have uninstalled my skype and re-installed the wamp server still i have the same issue...
I also checked the ISS in the control panel (Turn windows feature on or off) it is also not set.
Since i have start the apache service and test port 80..
i have getting the message:
Your port 80 is not actually used
Press Enter to Exit
Some time I get the message error message when Aestan Tray blink orange:
Could not execute menu item (internal error) [Exception] Could not
perform service action: An instance of the service is already running
I have installed wampserver2.5-Apache-2.4.9-Mysql-5.6.17-php5.5.12-64b
In my office system (window 7) wamp server is working fine. i have installed without any issues.
I already done so many things to correct it from the instruction available from internet.
I have already installed/uninstall wamp server by 12-15 times.
Please help me to sort this issue.

Red 5 Video recorder. Installer.swf not working

I have installed Red (setup-Red5-1.0.0-RC2-java6) on my windows xp. Red5 server running proper. but installer.swf not able to connect. also getting 404 error while installing demos. demos directory is not at the location as well.
any Idea what could have cause this ?
Try using the 0.9.1 build. Also your firewall should allow listening on port 5080 (default for red5).
As an alternative try manually installing the demos from the source trunk and restart the server.

IIS Failed To Run & XAMPP Anomally

I recently activate IIS7 feature in my Windows (through control panel)
Previously I already installed XAMPP in my machine (configured to run on port 8080 through the httpd.conf file)
What happen is:
I am not able to invoke the iis startpage.. (using address http://localhost/), doesn't display error or anything, jus a plain blank page..
on the other hand, when I tried to run my XAMPP, i noticed that on the control panel it is mentioned that it's running on port 80 (which contrary to my settings)
However XAMPP startup page still can only be invoked through http://localhost:8080/xampp. I figured that if what the control panel telling me is true, I shouldn't need to include the ":8080"..
Can anyone give any idea how this happen? And how to fix this anomally, thx?
I some time ago successfully installed a IIS and XAMPP in a Windows (I use Windows 7 Ultimate) and both are running smoothly. But before installing XAMPP, I have activated & using IIS before. I'm using XAMPP 1.7.3.
Maybe you could try to install IIS first, XAMPP. Before installing XAMPP, make sure the IIS service is running / active.
Hope it helps.