Re: Problem in connecting the server

2012-06-07 Thread Stefan Sperling
On Thu, Jun 07, 2012 at 10:39:11AM +0900, Masaru Kitajima wrote: > Stefan, > > I sent an e-mail with my iptables list. Did you kindly look at it? Yes but I could not see anything wrong with it. And I don't really know a lot about iptables. One if your rules requires stateful connection tracking:

Re: Problem in connecting the server

2012-06-06 Thread Masaru Kitajima
Stefan, I sent an e-mail with my iptables list. Did you kindly look at it? Is there anything wrong? The problem is not fixed yet. Please help me. Kindest regards, Masaru On 2012/06/05, at 18:55, Stefan Sperling wrote: > On Tue, Jun 05, 2012 at 06:42:46PM +0900, Masaru Kitajima wrote: >> I'm n

Re: Problem in connecting the server

2012-06-05 Thread Masaru Kitajima
Stefan, I checked my iptables and found that only dpt port 80 was enabled. I added spt to port 80. Also, to use svn commando to apache.org, I opened both -dport and -sport on 3690. After saving itables and restarting it, I tried "svn co http://svn.apache.org/repos/asf/subversion/trunk subversion

Re: Problem in connecting the server

2012-06-05 Thread Masaru Kitajima
Thanks, Nico. I'll try that later. Thanks again! On 2012/06/05, at 21:40, Nico Kadel-Garcia wrote: > > > On Tue, Jun 5, 2012 at 2:14 AM, Masaru Kitajima > wrote: > Stefan, > > I found another problem. This may be server side Subversion configuration > is somehow miss configured, I guess. >

Re: Problem in connecting the server

2012-06-05 Thread Nico Kadel-Garcia
On Tue, Jun 5, 2012 at 2:14 AM, Masaru Kitajima wrote: > Stefan, > > I found another problem. This may be server side Subversion configuration > is somehow miss configured, I guess. > > I installed subversion using "yum -y install subversion" and Subversion > 1.6.11 was installed. I also did "yum

Re: Problem in connecting the server

2012-06-05 Thread Masaru Kitajima
On 2012/06/05, at 18:55, Stefan Sperling wrote: > On Tue, Jun 05, 2012 at 06:42:46PM +0900, Masaru Kitajima wrote: >> I'm not sure if I have a connection problem. As "Yum" and "wget" >> works well on the server. And I can connect to the server using >> HTTP, FTP, and SSH. > > If I understood corr

Re: Problem in connecting the server

2012-06-05 Thread Stefan Sperling
On Tue, Jun 05, 2012 at 06:42:46PM +0900, Masaru Kitajima wrote: > I'm not sure if I have a connection problem. As "Yum" and "wget" > works well on the server. And I can connect to the server using > HTTP, FTP, and SSH. If I understood correctly you are having trouble connecting *from* the server

Re: Problem in connecting the server

2012-06-05 Thread Masaru Kitajima
I'm not sure if I have a connection problem. As "Yum" and "wget" works well on the server. And I can connect to the server using HTTP, FTP, and SSH. And I'm not behind any proxies. Only one thing which is different is that it's a VPS. But the VPS has a global IP address and I can configure almost

Re: Problem in connecting the server

2012-06-05 Thread Stefan Sperling
On Tue, Jun 05, 2012 at 03:14:21PM +0900, Masaru Kitajima wrote: > Stefan, > > I found another problem. This may be server side Subversion configuration > is somehow miss configured, I guess. > > I installed subversion using "yum -y install subversion" and Subversion > 1.6.11 was installed. I als

Re: Problem in connecting the server

2012-06-04 Thread Masaru Kitajima
Stefan, I found another problem. This may be server side Subversion configuration is somehow miss configured, I guess. I installed subversion using "yum -y install subversion" and Subversion 1.6.11 was installed. I also did "yum -y install mod_dav_svn" too. Today, I found that Subversion 1.7.5 i

Re: Problem in connecting the server

2012-06-04 Thread Masaru Kitajima
Stefan, I disabled what you kindly mentioned about /etc/httpd/conf/httpd/conf. Then I tried again, but the same error happened. Of course, I restarted the httpd after modified the conf file. On 2012/06/04, at 19:36, Stefan Sperling wrote: > On Mon, Jun 04, 2012 at 10:02:02AM +0900, Masaru Kitaji

Re: Problem in connecting the server

2012-06-04 Thread Stefan Sperling
On Mon, Jun 04, 2012 at 10:02:02AM +0900, Masaru Kitajima wrote: > And in the /etc/httpd/conf/httpd/conf, the WebDAV is defined as below. > > # Location of the WebDAV lock database. > DAVLockDB /var/lib/svn/dav.lock > > > DAV on > Why did you add the above? I don't think it's neces

Re: Problem in connecting the server

2012-06-03 Thread Masaru Kitajima
Stefan, I disabled the Document root /var/www/html and it's directory configuration in /etc/httpd/conf/httpd/conf. And in the /etc/httpd/conf/httpd/conf, the WebDAV is defined as below. # Location of the WebDAV lock database. DAVLockDB /var/lib/svn/dav.lock DAV on And in /etc/htt

Re: Problem in connecting the server

2012-06-02 Thread Masaru Kitajima
Stefan, First of all, I really appreciate your continuing helps. I'm new to subversion and server configuration, your helps are very appreciated. To disable /var/www/html/, is it OK to comment out the document root setting in httpd.conf and section? My website location is http://www.hakodate-n

Re: Problem in connecting the server

2012-06-02 Thread Stefan Sperling
On Sat, Jun 02, 2012 at 07:39:46PM +0900, Masaru Kitajima wrote: > Stefan, > > I have one website configuration and its document root is /var/www/html/. > This is where I want to put the php files. No other website is configured. > > And I want to manage there versions with subversion and its rep

Re: Problem in connecting the server

2012-06-02 Thread Masaru Kitajima
Stefan, I have one website configuration and its document root is /var/www/html/. This is where I want to put the php files. No other website is configured. And I want to manage there versions with subversion and its repository is /lib/svn/project. Do you recommend to disable /var/www/html/? On

Re: Problem in connecting the server

2012-06-02 Thread Stefan Sperling
On Sat, Jun 02, 2012 at 07:24:54AM +0900, Masaru Kitajima wrote: > Stefan, > > I double checked all httpd configuration files, but there was > no RedirectMatch for /svn location. > > About Project1, I created new repository to check if the project > repository was broken. Do you have any other L

Re: Problem in connecting the server

2012-06-01 Thread Masaru Kitajima
Hi, Ryan The document root is /var/www/html/ . On 2012/06/01, at 23:28, Ryan Schmidt wrote: > > On Jun 1, 2012, at 00:46, Masaru Kitajimam wrote: > >> Hi, Stefan >> I looked /var/log/httpd/access_log and found an error. >> >> XXX.XXX.XXX.XXX - kitajima [30/May/2012:16:14:26 +0900] "GET /svn/

Re: Problem in connecting the server

2012-06-01 Thread Masaru Kitajima
Stefan, I double checked all httpd configuration files, but there was no RedirectMatch for /svn location. About Project1, I created new repository to check if the project repository was broken. I can see both in a browser. On 2012/06/01, at 19:55, Stefan Sperling wrote: > On Thu, May 31, 2012 a

Re: Problem in connecting the server

2012-06-01 Thread Ryan Schmidt
On Jun 1, 2012, at 00:46, Masaru Kitajimam wrote: > Hi, Stefan > I looked /var/log/httpd/access_log and found an error. > > XXX.XXX.XXX.XXX - kitajima [30/May/2012:16:14:26 +0900] "GET /svn/ > project1 HTTP/1.1" 301 249 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X > 10_7_4) AppleWebKit/534.57.2 (

Re: Problem in connecting the server

2012-06-01 Thread Stefan Sperling
On Thu, May 31, 2012 at 10:46:08PM -0700, Masaru Kitajimam wrote: > Hi, Stefan > I looked /var/log/httpd/access_log and found an error. > > XXX.XXX.XXX.XXX - kitajima [30/May/2012:16:14:26 +0900] "GET /svn/ > project1 HTTP/1.1" 301 249 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X > 10_7_4) AppleWeb

Re: Problem in connecting the server

2012-05-31 Thread Masaru Kitajimam
Hi, Stefan I looked /var/log/httpd/access_log and found an error. XXX.XXX.XXX.XXX - kitajima [30/May/2012:16:14:26 +0900] "GET /svn/ project1 HTTP/1.1" 301 249 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/ 534.57.2" This looks l

Re: Problem in connecting the server

2012-05-31 Thread Stefan Sperling
On Thu, May 31, 2012 at 12:46:09PM +0900, Masaru Kitajima wrote: > Hi, all! > > I do need your help. > > I'm running CentOS 5.8 and Subversion 1.6.11 on a VPS. > > When I try to connect to the repository from my client Versions.app for Mac, > an error message is shown. > "Could not read status l

Problem in connecting the server

2012-05-30 Thread Masaru Kitajima
Hi, all! I do need your help. I'm running CentOS 5.8 and Subversion 1.6.11 on a VPS. When I try to connect to the repository from my client Versions.app for Mac, an error message is shown. "Could not read status line: Connection reset by peer" I use http to connect to the repository, not https