Current time: 04-19-2024, 10:35 PM Hello There, Guest! (LoginRegister)


Post Reply 
[Resuelto] Todos los dominios que agrego ingresan directamente al panel de IspCP
Author Message
Saúl Ortega Offline
Junior Member
*

Posts: 27
Joined: Jun 2011
Reputation: 0
Post: #1
[Resuelto] Todos los dominios que agrego ingresan directamente al panel de IspCP
Pues eso. ¿A qué se debe? ¿Cómo lo soluciono? Rolleyes
(This post was last modified: 10-05-2011 01:43 AM by Saúl Ortega.)
10-04-2011 03:58 AM
Find all posts by this user Quote this message in a reply
kurgans Offline
Moderator
*****
Moderators

Posts: 1,565
Joined: Feb 2008
Reputation: 23
Post: #2
RE: Todos los dominios que agrego ingresan directamente al panel de control de IspCP
Copia cp -p /etc/apache2/sites-enabled/ispcp.conf
en
/etc/apache2/sites-available
/etc/ispcp/apache/working

Luego quita ese archivo

rm /etc/apache2/sites-enabled/*.*

Luego genera enlaces a lo que has borrado

cd /etc/apache2/sites-enabled

etc/apache2/sites-enabled# a2ensite ispcp.conf
etc/apache2/sites-enabled# a2ensite 00_master.conf
etc/apache2/sites-enabled# a2ensite 01_awstats.conf

Reinicia apache
(This post was last modified: 10-04-2011 04:37 AM by kurgans.)
10-04-2011 04:37 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Saúl Ortega Offline
Junior Member
*

Posts: 27
Joined: Jun 2011
Reputation: 0
Post: #3
RE: Todos los dominios que agrego ingresan directamente al panel de control de IspCP
No funcionó... Rolleyes

Code:
/etc/init.d/apache2 restart
Restarting web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[Mon Oct 03 14:01:23 2011] [warn] VirtualHost 192.168.0.2:80 overlaps with VirtualHost 192.168.0.2:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Mon Oct 03 14:01:23 2011] [warn] NameVirtualHost 201.245.86.121:80 has no VirtualHosts
... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[Mon Oct 03 14:01:24 2011] [warn] VirtualHost 192.168.0.2:80 overlaps with VirtualHost 192.168.0.2:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Mon Oct 03 14:01:24 2011] [warn] NameVirtualHost 201.245.86.121:80 has no VirtualHosts
.

Bueno, ya descubrí que eso no pasa si le asigno al dominio la IP privada... sólo que después tengo que cambiarla manualmente en Bind... Sad Volvemos al mismo problema que tenía hace unas semanas... Sad

Ni modos... tendré que hacerlo manualmente... Shy
(This post was last modified: 10-04-2011 05:25 AM by Saúl Ortega.)
10-04-2011 05:06 AM
Find all posts by this user Quote this message in a reply
kurgans Offline
Moderator
*****
Moderators

Posts: 1,565
Joined: Feb 2008
Reputation: 23
Post: #4
RE: Todos los dominios que agrego ingresan directamente al panel de control de IspCP
Modifica la plantilla de la entrada dns le pones la ip publica y todo lo que agregues ya lo cogera directamente.


{DMN_IP} -> cambiar por ip publica sin {}
/etc/ispcp/bind/parts/db_e.tpl

Regnera la config y andandoo
10-04-2011 05:50 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Saúl Ortega Offline
Junior Member
*

Posts: 27
Joined: Jun 2011
Reputation: 0
Post: #5
RE: Todos los dominios que agrego ingresan directamente al panel de control de IspCP
Smile Hecho. Gracias, kurgans.
10-05-2011 01:39 AM
Find all posts by this user Quote this message in a reply
FresyMetal Offline
Junior Member
*

Posts: 48
Joined: Jul 2011
Reputation: 0
Post: #6
RE: [Resuelto] Todos los dominios que agrego ingresan directamente al panel de IspCP
hola kurgans, yo la ultima parte no me sale {DMN_IP} por ningun sitio....
me puedes hechar un cable?
gracias
10-08-2011 08:34 AM
Find all posts by this user Quote this message in a reply
FresyMetal Offline
Junior Member
*

Posts: 48
Joined: Jul 2011
Reputation: 0
Post: #7
RE: [Resuelto] Todos los dominios que agrego ingresan directamente al panel de IspCP
no se si en mi version que es la 1.1.0 es distinto....
igual cambia algo
10-09-2011 08:06 PM
Find all posts by this user Quote this message in a reply
kurgans Offline
Moderator
*****
Moderators

Posts: 1,565
Joined: Feb 2008
Reputation: 23
Post: #8
RE: [Resuelto] Todos los dominios que agrego ingresan directamente al panel de IspCP
Yo no uso esa version ni la he visto pero tiene que tener la plantilla pega la plantilla del dns
10-10-2011 03:37 AM
Visit this user's website Find all posts by this user Quote this message in a reply
FresyMetal Offline
Junior Member
*

Posts: 48
Joined: Jul 2011
Reputation: 0
Post: #9
RE: [Resuelto] Todos los dominios que agrego ingresan directamente al panel de IspCP
te pego el fichero db_e
$TTL 12H
$ORIGIN {DMN_NAME}.
@ IN SOA ns1.{DMN_NAME}. postmaster.{DMN_NAME}. (
; dmn [{DMN_NAME}] timestamp entry BEGIN.
{TIMESTAMP} ; Serial
; dmn [{DMN_NAME}] timestamp entry END.
8H ; Refresh
2H ; Retry
7D ; Expire
1D ; Minimum TTL
)
IN NS ns1.{DMN_NAME}.
IN NS ns2.{DMN_NAME}.
IN MX 1 aspmx.l.google.com
IN MX 5 alt1.aspmx.l.google.com
IN MX 5 alt2.aspmx.l.google.com
IN MX 10 aspmx2.googlemail.com

{DMN_NAME}. IN A 84.126.164.244
www IN A 84.126.164.244
{DMN_NAME}. IN TXT "v=spf1 a mx ip4:84.126.164.244 ip4:84.126.164.244 ~all"
localhost IN A 127.0.0.1
mail IN A 84.126.164.244
ns1 IN A 84.126.164.244
ns2 IN A 84.126.164.244
; CNAME for VHCS compatibility
ns IN CNAME ns1
; CNAME for mail transfer
calendar IN CNAME ghs.google.com.
start IN CNAME ghs.google.com.
{verificationcode}IN CNAME ghs.google.com.
relay IN CNAME mail
; CNAME for web transfer
ftp IN CNAME www

; sub [{SUB_NAME}] entry BEGIN.
; sub [{SUB_NAME}] entry END.

; dns [{MANUAL_DNS_ID}] entry BEGIN.
10-10-2011 04:23 AM
Find all posts by this user Quote this message in a reply
kurgans Offline
Moderator
*****
Moderators

Posts: 1,565
Joined: Feb 2008
Reputation: 23
Post: #10
RE: [Resuelto] Todos los dominios que agrego ingresan directamente al panel de IspCP
Tu es que tienes ya alterado el tpl cuando agregas un dominio nuevo ya le sale directamente la ip que es lo que quieres hacer
10-10-2011 04:48 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)