I have followed amazon tutorial to install Apache2, mysql and php on ubuntu Ec2 and when tried to access phpmyadmin its not working.
Initially some other process was using port :80 so i was not able restart apache and then i have changed Listen:80 to Listen 8080 . Now apache working fine, but still no hope on phpmyadmin
Pls check attached screenshot:
Related
I downloaded the installer version of Xampp version 8.1.6-0 for Mac and went to the manager-osx widget to start the Apache and MySQL servers but neither would start.
I then tried using the command sudo apachectl start and then created an index.php file and put it in htdocs, and then tried to open it using http://localhost/index.php as well as http://localhost:8080/index.php and both times it said the server could not be reached.
I've actually downloaded Xamp in the past and was able to reach the server but wasn't able to get php scripts to run, but now for some reason I can't even get the server to run.
I made sure to download the installer and not the virtual machine version. I'm running Monterey version 12.4.
I tried the solutions here but they didn't seem to work. I checked my activity monitor and nothing is running on port 80.
I also installed MAMP from here and tried to start Apache but it displayed the error:
"Apache couldn't be started. Please check your MAMP installation and
configuration."
Any help would be appreciated as I just want to run PHP.
I am running ubuntu stack on nitrous.io cloud platform.
I want to run php files on it and install apache2 server on it also.
But I am unable to run localhost on it;
It giving error of "port not specified" when I am taking preview of it, on port 3000.
Please help me out regarding this.
I am following this tutorial:
https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-14-04
apache default port is 80
configure port
change the local host to 0.0.0.0 instead 127.0.0.1
This will solve the problem
[![enter configure the port ][2]2
Recently, I installed xampp 5.6.3 successfully. For this, I turned my UAC off and uninstalled my antivirus, but now it's not working. From control panel, I started Apache, MySQL and filezilla. For my Skype I changed the port of Apache from 443 to 4433. And now it's running.But whenever I got to browser and go to http://localhost it shows a blank page with nothing.So please help me.It is hampering in learning PHP. I will be really thankful.
Thanks.
If you changed the Apache port from 443 to 4433, then you need to change your URL accordingly:
http://localhost:4433
Note: you can use netstat from a command prompt to see if the port is running.
netstat -a | find "4433"
http://technet.microsoft.com/en-us/library/bb490947.aspx
I want to edit a website hosted on Ubuntu 12.04 Server from Windows 8.1 through NetBeans 7.3.1 using SSH
I tried this but getting this error.
I can successfully SSH to that Ubuntu machine through other PCs.
This issue is not related to NetBeans. Host Name ubuntu provided is not a valid hostname.
Try running this command on Command Prompt (cmd):
ping ubuntu
It will most likely return with this error message:
Ping request could not find host ubuntu. Please check the name and try again.
It works on other PCs you mentioned in the question because:
They have the host in their hosts file (C:\Windows\System32\drivers\etc\hosts). E.g:
192.168.0.16 ubuntu
They are using different DNS servers
You can get the IP address of the Ubuntu machine by logging into it and getting the IP address from the response of the following command:
ifconfig
You can update your hosts file using the IP.
I have first all install the Visual studio 2008 on my computer and after that wamp server. I was try to start wamp server but it can start it shows error. please help me what can i do?
Since your IIS server is also running on port 80 and wamp server also tries to run on port 80, your wamp server won't start. Change the port of the wamp server in Apache httpd.conf file to some different port and try starting the wamp server.
See the installation guide on wamp's website. Or try using the ECWamp instead of wamp.