| Author |
Where is the configuration file ?
|
|
| moky.math@gmail.com 2005-10-25, 5:56 pm |
| hello
I try to set up a subversion server using apache2 under ubuntu.
I follow the steps described here
http://toutprogrammer.com/article_19_3.html
I don't know in which file I have to put the lines
<Location /test>
DAV svn
SVNPath /svn/test
</Location>
in order to create http://localhost/test.
The aim is to get "powered by subversion" when i browse
http://localhost/test. But firefox says me "URL not found".
As an explanation, I remarked that I don't have /usr/local/apache2.
Which package do I to have it ? I yet installed
apache2
apache2-common
apache2-utils
libapache2-svn
thanks for help !
Laurent
| |
| Davide Bianchi 2005-10-25, 5:56 pm |
| On 2005-10-25, moky.math@gmail.com <moky.math@gmail.com> wrote:
> I don't know in which file I have to put the lines
><Location /test>
> DAV svn
> SVNPath /svn/test
></Location>
In your httpd.conf or whatever the configuration file is called in
your distribution. httpd -V (or apache -V) should tell you where is
the configuration directory and what's the name of the configuration
file.
Davide
--
Windows NT - Insert wallet into Drive A: and press any key to empty.
| |
| moky.math@gmail.com 2005-10-25, 5:56 pm |
| Davide Bianchi, a =E9crit :
> On 2005-10-25, moky.math@gmail.com <moky.math@gmail.com> wrote:
>
> In your httpd.conf or whatever the configuration file is called in
> your distribution. httpd -V (or apache -V) should tell you where is
> the configuration directory and what's the name of the configuration
> file.
>
> Davide
>
> --
> Windows NT - Insert wallet into Drive A: and press any key to empty.
It works. Thank you.
As a childre when he writes for first time his name, I am proud to have
a subversion server on my PC ! 
Laurent
|
|
|
|