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

Headers Security Advanced & HSTS WP setup manually

Open the file for editing and paste the following snippet inside the  .htaccess file: <IfModule mod_headers.c> Header always set S...