Pages
Categories
Archives
Category Archives: web programming
Apache configuration best practice
You should follow this pattern:
1. Place all the VirtualHosts configurations in /etc/httpd/conf.d/ as .conf files (eg. www.example.com.conf)
2. Place general Apache configuration in /etc/httpd/conf/httpd.conf
Also posted in linux/unix world Tagged environments, high-quality code, high-quality IT solutions, linux/unix world, web tips Leave a comment

rails-authorization-plugin first impressions