problems with connect to server

matx132

New member
Joined
Apr 23, 2011
Messages
7
Welcome,
before install DA i installed my conf (apache2,php etc.)
and all work fine.
now when i install DA i can't use curl,wget etc command to connect with this site:
oron.com.
When i try to curl connect i get error
Empty reply from server
or when used wget

--11:54:03-- http://oron.com/
=> `index.html'
Resolving oron.com... done.
Connecting to oron.com[82.192.86.131]:80... connected.
HTTP request sent, awaiting response...
11:54:03 ERROR -1: No data received.

I don't know why because whe i manually install all soft curl wget etc work fine this site, but now not work,

Please help me fix this error.

thanks
 
i read install guide and DA is install on CLEAN system, when i try with my conf reinstall system and install DA on CLEAN system i think are DA install somethnik with error version and i had this problem.
 
when i install apache2 php etc test and oron.com is work (debian 64)
and next i install new debian (delete all files etc.) and install DA, after install DA oron.com not work
 
I would like to help but honestly i dont get what you mean.

What do you mean with my conf? You reinstall apache and other softwares?

Regards
 
ok maybe that:
first:
install new system and install manually (from repo) apache proftpd etc.
and this server oron.com work fine and curl too.
Secound:
I again install new system after clear all HD etc.
now install only gcc(etc required to install DA) and install DA, and not work server oron.com wget can't connect curl retur error 52 and lynx can't connect

Why? when i not install DA all work fine, when i install DA not work?
 
So, you've got two servers: one with packages installed from repo and the second one with directadmin. Is it so?

What exactly do you want to get? Do you want to move oron.com to the second server with directadmin? If so, what have you already done for that and what error logs show?
 
i try to connect with site oron.com form my server where i isntall DA (oron.com is not my) and when i install apache2 etc from repo this site work when i try to connect, but when i install DA and try to connect i had a problem:

when i use wget"

Code:
 wget oron.com
--15:14:11--  http://oron.com/
           => `index.html.2'
Resolving oron.com... done.
Connecting to oron.com[82.192.86.129]:80... connected.
HTTP request sent, awaiting response...
15:14:11 ERROR -1: No data received.

or when i use curl:

Code:
curl -v oron.com
* About to connect() to oron.com port 80 (#0)
*   Trying 82.192.86.129... connected
* Connected to oron.com (82.192.86.129) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.21.4 (x86_64-unknown-linux-gnu) libcurl/7.21.4 OpenSSL/0.9.8o zlib/1.2.3
> Host: oron.com
> Accept: */*
>
* Empty reply from server
* Connection #0 to host oron.com left intact
curl: (52) Empty reply from server
* Closing connection #0

and i don't know why? maybe i must something setting? but what?

Code:
curl -V
curl 7.21.4 (x86_64-unknown-linux-gnu) libcurl/7.21.4 OpenSSL/0.9.8o zlib/1.2.3
Protocols: dict ftp ftps gopher http https imap imaps pop3 pop3s rtsp smtp smtps telnet tftp
Features: IPv6 Largefile NTLM SSL libz
 
Did you try to connect to any other host? Since directadmin is installed ok, your server is able to connect to remote *:80.

Disable selinux, if still enabled. Disable iptables temporary, if enabled.

Use wget with -d option, to enable debugging.
 
Code:
DEBUG output created by Wget 1.8.2 on linux-gnu.

--17:13:27--  http://oron.com/
           => `index.html'
Resolving oron.com... done.
Caching oron.com => 82.192.86.131 82.192.86.129 82.192.86.130
Connecting to oron.com[82.192.86.131]:80... connected.
Created socket 3.
Releasing 0x18092d0 (new refcount 1).
---request begin---
GET / HTTP/1.0
User-Agent: Wget/1.8.2
Host: oron.com
Accept: */*
Connection: Keep-Alive

---request end---
HTTP request sent, awaiting response...
Closing fd 3
17:13:27 ERROR -1: No data received.

all site work fine i have apache2 install and work fine too.
only i had a problem with oron.com
 
Then I do not see, how can I help you.

Anyway that does not seem to be a directadmin issue, as directadmin itself does not influence on ability to use wget/curl or any related software in order to connect to any remote *:80 ports.
 
Back
Top