Tag Archives: Apache

Bash Scripting a new SVN Repository with Plesk API

I have recently found myself trying to automate setting up SVN repositories for my projects via shell scripts and thought I would share how I did it. I needed a script that would create a new SVN repository linked to a global user and password file. Since I was already using plesk I needed it [...]
Posted in Server Admin | Also tagged , , , | Comments closed

Apache Virtual Hosts iTunes and cant connect to port 0.0.0.0:80

I recently attempted to install Apache webserver for local development and had a tough time getting it to start as it couldnt connect to port 80 on localhost. I found out that the problem was iTunes and all the stupid services it installs. somehow iTunes had taken over my port 80 on 127.0.0.1. so before [...]
Posted in Apache | Also tagged , , | Comments closed