About
Code
Portfolio
Interesting
Design
Web Development
Web Developer and Marketing Tech Enthusiast
Featured
Laravel Logs generated by crontab permission denied
I had a problem with logs being generated by crontab not being accessible by my server user. The reason was that the crontab was being run by the...
Lararavel on AWS Linux Storage permissions
Running into issues with Storage logs being denied. Tried this sudo chown -R $USER:apache storage Explained here...
All Stories
Adding JS libraries in Laravel
Adding a library in Laravel To add with npm the library needs to be included and compiled with...
Adding JS libraries in Laravel
Adding a library in Laravel To add with npm the library needs to be included and compiled with...
Apache Performance
Ulimit ...
Apache Performance
Ulimit ...
Blocking Access to a Url route in Apache
This serves a 403 forbidden for any route with blog. RewriteRule ^(.*/)?blog(.*/)?/ - [F,L]...
Limit Server Options Requests
in httpd.conf AllowMethods GET POST OPTIONS In each VirtualHost directive ## Disallow...
◀ Previous page
Next page ►