Editing Apache & NGINX Config files
List all open files on port 80 lsof -i tcp:80 -Pn Apache SSH into your server and go to cd ../etc/apache2/sites-available/ This depends on how your VHOST is configured. Edit […]
» Read moreTalk To Me
List all open files on port 80 lsof -i tcp:80 -Pn Apache SSH into your server and go to cd ../etc/apache2/sites-available/ This depends on how your VHOST is configured. Edit […]
» Read moreRedirect from http to https via Apache config SSH into your server and go to cd ../etc/apache2/sites-available/ This depends on how your VHOST is configured. Edit the httpd.conf file, or […]
» Read moreSome basic, but useful commands File & folder ownership & groups Find all files/folders with user apache. find . -user apache Find all files/folders that DO NOT have user apache. […]
» Read moreHtaccess (HyperText Access) is a simple configuration file that allows web programmer, developers and designers to alter the configuration of the Apache Web Server in order to provide additional functionality. […]
» Read more