Re: [users] problem with import of domains with AXFR

2008-02-15 Thread Mohammad Shami Al-Shami
Try doing this for one of the zones tcpclient IP2 53 axfr-get $ZONE $ZONE $ZONE.tmp If it works then your problem is in apache On 2/15/08, Emilio Muno [EMAIL PROTECTED] wrote: It doesn't work! My files: more named.conf: acl internal { ip.ip.0.0/17; }; options { directory

Re: [users] problem with import of domains with AXFR

2008-02-15 Thread Emilio Muno
This works very smoothly! :((( something in apache configuration? tks 2008/2/15, Mohammad Shami Al-Shami [EMAIL PROTECTED]: Try doing this for one of the zones tcpclient IP2 53 axfr-get $ZONE $ZONE $ZONE.tmp If it works then your problem is in apache On 2/15/08, Emilio Muno [EMAIL

Re: [users] problem with import of domains with AXFR

2008-02-15 Thread Emilio Muno
:( look: # type wget wget is /usr/local/bin/wget # type axfr-get axfr-get is /usr/local/bin/axfr-get # grep axfr-get * axfr_get.php:$command = /usr/local/bin/tcpclient '.escapeshellcmd($hostname).' 53 /usr/local/bin/axfr-get '.escapeshellcmd($domain).' $file $file.tmp 21; domains.php:

Re: [users] problem with import of domains with AXFR

2008-02-15 Thread Mohammad Shami Al-Shami
This happened to me a few days ago. 1) Check if named allows zone transfers to the vegadns IP. 2) Check that bind is installed 3) Check your PHP settings, when this happened to me I removed php.ini, restarted apache and then the transfer was working smoothly Hope that helps On 2/15/08, Emilio

Re: [users] problem with import of domains with AXFR

2008-02-15 Thread Emilio Muno
In access.log MY_IP - mylogin [15/Feb/2008:18:41:24 -0200] GET /index.php?state=logged_inmode=domainsdomain_mode=import_domains_nowVDNS_Sessid=52cd2a9d79ab92991b1e11ab9c441e84hostname=200.220.0.7domains=caiua.com.brdefault_soa=ondefault_ns=on HTTP/1.1 200 3600 IP_vega - - [15/Feb/2008:18:41:38

Re: [users] problem with import of domains with AXFR

2008-02-15 Thread Mohammad Shami Al-Shami
What does the apache log say? On 2/15/08, Emilio Muno [EMAIL PROTECTED] wrote: :( look: # type wget wget is /usr/local/bin/wget # type axfr-get axfr-get is /usr/local/bin/axfr-get # grep axfr-get * axfr_get.php:$command = /usr/local/bin/tcpclient '.escapeshellcmd($hostname).' 53

Re: [users] problem with import of domains with AXFR

2008-02-15 Thread Emilio Muno
It doesn't work! My files: more named.conf: acl internal { ip.ip.0.0/17; }; options { directory /home/emilio/GR/dns; // Working directory pid-file /usr/local/bind/named.pid; // Put pid file in worki auth-nxdomain no; allow-query { internal; };

Re: [users] problem with import of domains with AXFR

2008-02-15 Thread Mohammad Shami Al-Shami
The last thing I can think of. Is your apache chrooted? On 2/15/08, Emilio Muno [EMAIL PROTECTED] wrote: In access.log MY_IP - mylogin [15/Feb/2008:18:41:24 -0200] GET