Pages
Categories
Archives
Category Archives: linux/unix world
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 web programming Tagged environments, high-quality code, high-quality IT solutions, linux/unix world, web tips Leave a comment
broken pipe error with aptana
Errno::EPIPE in Site#home
Showing layouts/_banner_headers.html.erb where line #11 raised:
Broken pipe
Also posted in developer tools, web programming Tagged environments, programming, rails, software development, web tips Leave a comment

how to work with git local branches