You are here

apache

Installing Apache in your Amazon EC2 Cloud Server

Now that you have your Amazon EC2 Cloud server, you need to start setting it up. (Did u get free cloud server?)

I think starting with an apache server would be a good (and very simple) option. All you have to do is type the command:

$ sudo yum -y install httpd

It will install a brand new apache server in lightning speed.

Now let us start the server services and have them start up automatically on a reboot:

HOW-TO Install Subversion on Ubuntu using Apache in 10 steps

A few weeks ago I wrote an article on how to install Subversion and Apache in a Windows environment. Today I decided to use Ubuntu as my development environment and somehow I felt that it would take many more steps to configure those in Linux than it took in Windows, so I wrote them down for future reference. Here are those steps:
1. Install apache2

Apache Subversion and mod_dav_svn.so

I recently installed on my Windows XP box the Collabnet Subversion 1.6.5, including the Apache 2.2 distro that comes together with it.
When I tried to start the http server, I would get an error message:

>>> httpd.exe: Syntax error on line 116 of C:/Program Files/CollabNet Subversion Server/httpd/conf/httpd.conf: Cannot load C:/Program Files/CollabNet Subversion Server/httpd/modules​/mod_dav_svn.so into server: The specified module could not be found.

After quite a while of googling and experimenting I found out that there are 2 (or ate least one) things one should do to make it work.

Subscribe to RSS - apache