/dev/null; else cp ${i} ${i}.bak; sed “s/#Force all traffic through secure http/#Force all traffic through secure http\n RewriteCond \%\{REQUEST_URI\} \!\^\/jmx\/app_status.jsp/” ${i}.2; mv ${i}.2 ${i}; fi; done and in func… [root@p1-qaut1 ~]# func p1-vm167* call command run ‘for i in /etc/httpd/conf/ConstantContact*.conf; do if [[ `egrep “RewriteCond \%\{REQUEST_URI\} \!\^\/jmx\/app_status.jsp” ${i}` ]]; then echo $i…
Continue Readingapache2
a dreamhost review
Four stars… Mostly good. Glitches are few and they are far between. They are better by far than Hostgator. Hostgator squats on the https side of your domain, advertising on it. If you want that side of your domain clean, you have to pay them to stop by setting up https. Dreamhost does not, the…
Continue ReadingFUNC: which apps redirect from port 80 to 443?
I am migrating the load balancer pools from one F5 load balancer to another. Along with that move is a change to the monitor used to control automated load balancer status – when the app is stopped we have a sequence in the stop function which drains and then offlines the application in the load…
Continue Readingapache semaphores…
Troubleshooting an application that wouldn’t come up. I found that apache refused to start… In the log I found: [emerg] (28)No space left on device: Couldn’t create accept lock Disk space was fine, and we are not using quotas on the application filesystem. That leaves semaphores… I always have to go find the commands to…
Continue Readinganother tool for SVN – list_repositories.pl
One of the features of subversion + apache2 is the ability to list repositories – natively. SVNParentPath /apps/repos SVNListParentPath on Unfortunately, once you restrict the httpd.conf to individual repositories and start handling permissions separately you lose that. Both of these permissions, set at the top level, at the parent path to the repositories,…
Continue Readingsvnadmin.pl – manage svn over apache
One of the tedious tasks in repository administration is managing users over repositories. Who has access to what repository and to what degree (read-only, or write). Subversion over apache2 allows a tremendous amount of control, down to individual directories within the repository. (see "Per Directory Access Control" in the subversion book). So far I haven’t…
Continue Readingsubversion compile and install
as non-privileged user… Most Open Source software projects invite persons using their product to experience the joys of compiling the product. Subversion does not. from INSTALL in the 1.5.6 subversion source code: This document is written for people who intend to build Subversion from source code. Normally, the only people who do this…
Continue Reading