Tuesday, November 3, 2020

Creating a Domain or Subdomain Using Ampps on Mac OS


Troubleshoot Apache in Stuck, not start or restart after creating a domain or subdomain in localhost using Ampps
-------------------------------------------
sudo killall httpd
--------------------------------------------
/Applications/AMPPS/apache/bin/httpd
1. On file '/Applications/Ampps/apache/conf/httpd.conf' comment the line 'Include conf/extra/httpd-ssl.conf'
2. Duplicate the file '/Applications/Ampps/apache/conf/ssl_crt/localhost.crt' and rename it to 'server.crt'
Duplicate the file '/Applications/Ampps/apache/conf/ssl_key/localhost.key' and rename it to 'server.key'

No comments:

Post a Comment

How to get Ranking of the Students in Excel using RANK Function

=RANK(number,ref,[order]) To rank in descending order, we will use the formula =RANK(B2,($C$5:$C$10),0) If we want unique ranks, we can use...