PDA

View Full Version : [ubuntu] virtual host + Subversion + Trac = work with hosting



Citromon
November 18th, 2012, 04:47 PM
----

Citromon
November 18th, 2012, 05:58 PM
I tried install again apache and subversion on virtual machin and it works.
In real computer i have this error:


apache2: Syntax error on line 260 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/conf.d/svn: /etc/apache2/conf.d/svn:1: <Location> was not closed.
Action 'configtest' failed.
The Apache error log may have more information.
...fail!

pkadeel
November 18th, 2012, 06:37 PM
Try with changing

<Location "/svn">
to

<Location /svn/>

Citromon
November 18th, 2012, 07:44 PM
No, it dont help.

/svn mean file "svn", and /svn/ mean folder "svn" in / directory?

Citromon
November 18th, 2012, 07:47 PM
As I wrote, on virtual machine all works good.

I have installed RabbitVCS, php, mysql, phpmyadmin.
What can cause the error?

Citromon
November 18th, 2012, 08:46 PM
Any ideas?

Citromon
November 19th, 2012, 10:30 AM
Can I move this topic here http://ubuntuforums.org/forumdisplay.php?f=336 ?

There is only one answer, maybe in Network forum is possible to get more answers.