Tag: apache

Apache Performance

Ulimit ...

John H John H
~1 minute

Apache Performance

Ulimit ...

John H John H
~1 minute

Blocking Access to a Url route in Apache

This serves a 403 forbidden for any route with blog. RewriteRule ^(.*/)?blog(.*/)?/ - [F,L]...

John H John H
~1 minute

Limit Server Options Requests

in httpd.conf AllowMethods GET POST OPTIONS In each VirtualHost directive ## Disallow...

John H John H
~1 minute

Limit Server Options Requests

in httpd.conf AllowMethods GET POST OPTIONS In each VirtualHost directive ## Disallow...

John H John H
~1 minute

Blocking Access to a Url route in Apache

This serves a 403 forbidden for any route with blog. RewriteRule ^(.*/)?blog(.*/)?/ - [F,L]...

John H John H
~1 minute

Working and testing redirects for Apache

Working and testing out redirects for Apache To work on a testing local install of the site make...

John H John H
5 minutes

Laravel Deployment on Ec2

You gotta have composer installed cd /home/ec2-user/ sudo curl -sS...

John H John H
2 minutes