Apache server wont start - MAMP - apache

I'm very new to MAMP, when I first installed MAMP the Apache server and mySQL were working fine.
Then I stupidly deleted my root user on the database, and I couldn't access the mySQLadmin screen.
So I uninstalled MAMP and reinstalled, but now the Apache server isn't working.
Anyone got suggestions, for example what logs I should look at? I've researched a few solutions but im pretty confused

I had this exact problem.
Make sure you remove all files from /applications/mamp before reinstalling MAMP! If this doesn't work, it's possible you messed something else up, so you can try installing XAMPP, which offers just about the same functionality as MAMP.

Related

XAMPP Control panel error: Apache and ProFTPD working properly but no matter the real status they hold on as 'Stopped'

So I opened XAMPP (8.1.12) on my Mac (13.0.1) and all services work fine but whatever I do the status of Apache and ProFTPD holds on as 'Stopped' even though I can open safari and use them as if they were 'Running'. Please anyone who can help me fix this? Screenshot - > screenshot?
I've try uninstalling and stalling the app again, also looking in the config and all files but I don't really know much about XAMPP so I don't want to make it worse...

Installing Drupal on Fedora 29 Live USB

I followed this guide: https://fedoramagazine.org/howto-install-drupal-8-fedora/
Everything went well except that when I try to pull up the web page at localhost I get the apache welcome page.
I tried following the instructions (comment everything out) to not use the welcome page, renaming the welcome.conf to ~welcome.conf. Neither worked.
I'm sure it's something simple. I had the same issue trying to install Wordpress.

Wamp (apache) stops working after windows 10 upgrade

I'm an old dog (75) not very good at learning new tricks.
I still use Coral_8_0_0 to create my WAMP server and am comfortable with it, so please don't tell me to upgrade to 13_3_2_ZeroXIII.
I have tried that and haven't yet worked out how to have several websites in the vhosts folder and get to them via the localhost.
I promise that I will sort that out - but, meanwhile, I have another more pressing problem:
I am running Windows 10 on a desktop computer, and I have Apache running as a service and I can :
Stop it when I like and restart it when I want;
Maintain 13 websites in the vhosts folder;
Look at each site via the localhost.
A few weeks ago the Windows 10 OS was upgraded for April 2018 to version 1803, and my setup stopped working :
I could not stop or start apache either as a service or as a programme;
I could not look at my local sites via localhost.
This was really annoying as I update most of these sites on a daily/weekly basis.
Also Dreamweaver did not work properly as it could not access the local site.
I uninstalled the version 1803 upgrade and - magic - Apache and Dreamweaver and the localhost worked perfectly again.
HOW CAN I OVERCOME THIS PROBLEM ?
I sync everything to my laptop which also has windows 10 (not yet upgraded) where everything works as I like.
Today - the 1803 upgrade arrived and I installed it to see what would happen.
Alas - Apache and localhost stopped (like on the desktop machine) so I uninstalled the upgrade and everything reverted back to normal.
I would like to solve this problem before I get stuck into sorting out the latest version of WAMP.
Any help will be gladly received. Thanks in advance.

Apache wont start after copy zend library xampp

after copying zend library in my zend proj and refresh the page Apache wont start.
it show me this error : Appache Http Server has stopped working
i use of xampp , version 1.7
Your question is really vague. There can be a number of things that went wrong and you didn't give us enough background information on the install. (like config files you changed, directories you renamed, etc.)
If you cannot start Apache, the first place to check is the Apache error log file for problems. It will most likely have an error that we can help you troubleshoot.
I am not familiar with xampp directory paths but will take a guess that you need to look here: /xampp/apache/logs/error.log.
i`ve change my xampp version to 1.7.3 , now it work nice

Where is phpmyadmin located in plesk?

I have plesk 8.3.0, with phpmyadmin 2.8.2.4
I tried to look up where the phpmyadmin is located. I couldn't find it in srv/ and i did a find command in the server and not quite sure where it is actually located.
What I want to do is to set up a phpmyadmin under /httpdocs so that I dont have to login to plesk and click many times until i can launch phpmyadmin..
Any idea? thanks.
This may vary for different Plesk versions.
Phpmyadmin is in /usr/local/psa/admin/htdocs/domains/databases/phpMyAdmin/ on mine.
As stated by #AlecTMH it may vary between versions of Plesk. His answer was fine for me before but now, after having done some updates to Plesk (am currently on version 18.0.31 Obsidian), I had to do a bit of searching on my drive to locate it, it is now here: /opt/psa/phpMyAdmin .
I'm not really familiar with Plesk, but I've used hosts that had a roundabout way to getting to phpMyAdmin. I've always just clicked around until it launched phpMyAdmin, then bookmarked that page so I didn't have to bother remembering the arbitrary address. Sorry I can't be of more help.