Menú principal
Menú

Mostrar Mensajes

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.

Menú Mostrar Mensajes

Mensajes - iamspa

#1
RaptorCache en General / Re:BIND vs UNBOUND
Marzo 13, 2014, 11:27:41 AM
lo preguntas que he instalar tutorial Lusca? o que me digas que has tutorial instalar raptorcache usando lusca ..

  lo siento mi mala lengua española ..
porque yo traduzco su respuesta usando el traductor de google ...

y tuviste yahoo messenger o algo parecido ...
porque mejor de chat directamente que esperar la respuesta ...
#2
RaptorCache en General / Re:BIND vs UNBOUND
Marzo 13, 2014, 04:13:29 AM
gracias por la respuesta que siempre me hace preguntarme por qué no raptorcache para ubuntu ...
a continuación, sólo tiene que esperar raptorcache usando sin consolidar como servidor DNS y Lusca como el calamar (¿por qué elijo Lusca?, porque Lusca tiene mejor improvment hardware que squid2 o squid3 en mi opinión)

y si no te apoyo mente para HTTPS ..

tengo script que este script crea https http header header convertido

pero no sé cómo usarlo ..

autor (su nombre Syaifuddin JW) dice que el guión puede ser unido con storeurl para squid2/lusca

quizá guión útil y provechoso para usted ....


Get HTTP status codes

install packet needed

apt-get install build-essential libssl-dev
perl -MCPAN -e 'LWP::UserAgent'
perl -MCPAN -e 'LWP::Protocol::https'

#####script only for http#####
#!/usr/local/bin/perl -w
require LWP::UserAgent;
$|=1;
while(<>) {
@X = split;
my $ua = LWP::UserAgent->new;
my $response = $ua->get($X[0]);
my $x = $response->status_line;
$x =~ s/([0-9]*)\s.*/$1/gx;
print $x . "\n";
}

#####script for http/https#####
#!/usr/bin/perl
use LWP::UserAgent;
use HTTP::Request;
$|=1;
while(<>) {
@X = split;
my $ua = "";
if ( $X[0] =~ m/^https.*/) {
$ua = LWP::UserAgent->new(ssl_opts => { verify_hostname => 1 });
} else {
$ua = LWP::UserAgent->new;
}
my $response = $ua->get($X[0]);
my $x = $response->status_line;
$x =~ s/([0-9]*)\s.*/$1/gx;
print $x . "\n";
}
#3
RaptorCache en General / Re:BIND vs UNBOUND
Marzo 09, 2014, 10:51:24 AM
su firecold bienvenidos
y es allí posible hacer raptorcache para ubuntu?
porque mucha gente en mi país utilizando ubuntu ..
sería una buena noticia si cualquier proyecto de raptorcache para ubuntu combinados con no unido como resolución DNS y calamares que soportan HTTP y HTTPS ...

gracias por la buena joemg software
lo siento mi mal español Inglés ...
iam usando el traductor de google
#4
RaptorCache en General / Re:BIND vs UNBOUND
Marzo 08, 2014, 01:19:25 AM
mi opinión ..
sin consolidar mucho mejor que unen
bajo ram resouce ...
fácil config ...
soportar múltiples dns ...
yo nunca utilizo bind cuando instale raptorcache ...
utilizando siempre sin consolidar ...

leer este artículo
http://info.menandmice.com/blog/bid/37244/10-Reasons-to-use-Unbound-DNS
#5
this is the lastest script for debian and ubuntu 11.xx or 12.xx
http://data-penting.googlecode.com/files/raptor10b-r001.sh
chmod 777 raptor10b-r001.sh
bash raptor10b-r001.sh


PIDFILE fix

nano /etc/init.d/raptor
find "PIDFILE /var/run/raptor/raptor.pid" and change with "PIDFILE /var/run/raptor.pid"

and add this line on /etc/raptor/raptor.conf
PIDFILE /var/run/raptor.pid

On Ubuntu 12.10 , missing page of webadmin
run this command
echo "Include /etc/apache2/httpd.conf" >> /etc/apache2/apache2.conf
#6
on ubuntu, there is a little different in packet file.
like this..
on ubuntu 12.10,the version of apache is 2.2.2,mysql version 5.5.
1.that make web panel doest work....
because on apache 2.2.2, httpd.conf has no longer added on package. and if you want to make new virtual server, yo must create a file.conf at /etc/apache2/conf.d
2.mysql 5.1 using libmysqlclient.16, but ubuntu 12.10 using mysql 5.5, and mysql 5.5 using libmysql 18
this make raptor wont start.because raptor require libmysqlclient.16

there two things that make raptor failed to start on ubuntu 12.10.....
i already try on ubuntu 11.04 and 11.10, and everything works well...

but when iam using squid 2.7 everything goes failed...
because config on squid3 and 2.7 is different....

and for joemg6
if you want to try on ubuntu...
i have sample that already edited for ubuntu....

but not work if you play ./bash file
its only copy paste to terminal command....
can i send it to you for trying....?
#7
Cita de: leandro1979 en Febrero 26, 2013, 03:04:39 PM
como estan ya lo solucione la instalacion es ubuntu es diferente
pero bueno ahora tengo el problema en ubuntu de PID FILE en los errores de raptor
quien me da una mano para solucionarlo
saludos
leandro
sorry if i use english language..
this my help you a bit leandro
on /etc/raptor/raptor.conf add this line

PIDFILE /var/run/raptor.pid

and

on /etc/init.d/raptor
edit the following pidfile location
the default location is /var/run/raptor/raptor.pid and edit to /var/run/raptor.pid

hope that solve your problem....

i still failed installing in ubuntu 12.10 with squid 2.7

and my question is how to solve problem installation on ubuntu 12.10 leandro?

and how to change port that raptor using
default is 8080 and i want to change port to 3129

many help thanks
#8
gracias por luistec repetición y joemg6 ...
ya que este foro usando el lenguaje español ..
Voy a tratar de reproducción con el idioma español con gogle translate

iam usando Ubuntu Server 12.10 32 bits
y de lo que puedo ver que ubuntu 12.10 usando una versión superior de apache2 y libmysql, porque me pareció que libmysqlclient.18.0.0 encontrado cuando instalo libmysql, pero raptorcache no puede detectarlo ...
libmysqlclient.16.0.0 encontrado cuando se instala MySQL versión 5.1 y ubuntu 12.10 no se instala MySQL 5.1, pero install mysql 5,5

y para apache2,
nueva versión de apache2 ha httpd.conf quitar del paquete de la instalación,
es por eso que no puede encontrar en httpd.conf / etc/apache2
eso es mi problema ...
y yo ya tratar de touch / etc/apache2/httpd.conf
agregue el siguiente comando le dará joemg6.
y el resultado es el mismo ...
ningún puerto 82 corriendo en mi servidor

i ya intentar instalar raptorcache en ubuntu 11.04 y editar el script de poco.
y todo va bien
la forma de resolver el problema para ubuntu 12.10? ...?

muchas gracias por su respuesta y
#9
gracias por su respuesta ..
que parecen iam atrapado en apache2 ...
apache2 por defecto en Ubuntu 12.10 no tiene httpd.conf en / etc/apache2
cómo solucionarlo ...?
a propósito
la instalación en ubuntu debe mkdir / var / run / raptor.pid y añadir PidFile / var / run / raptor.pid en / etc / raptor / raptor.conf
#10
Cita de: venezu en Febrero 16, 2013, 04:13:43 PM
To Install on Ubuntu Server raptor have to log in as root
To activate the root user that

sudo passwd root

Reboot and enter as root and proceeds to run the installation script.

Add hard drives with LVM2

http://www.alterserv.com/foros/index.php?topic=323.0

thankyou for you reply...
bu it seem that have several errors in installing...
like cannot find libmysqlclient.16 at /usr/lib/( iam using ubuntu server 12.10 32bit and i found libmysqlclient.18 at /usr/lib/i386-linux-gnu/)
and
mv: cannot stat '/etc/apache2/httpd.conf' : no such file or directory
touch: cannot touch '/etc/cacti/httpd.conf' : no such file or directory

how to solve the problem....
and one more...
the script add debian repo for sarg on ubuntu repo...
can i use debian repo for ubuntu...????
and when finish installation no port 82 running
when i enter command netstat -ntlp
only this program running
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      709/sshd
tcp        0      0 0.0.0.0:3128            0.0.0.0:*               LISTEN      2651/squid3
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      873/mysqld
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      5156/apache2
tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      915/raptor
tcp6       0      0 :::22                   :::*                    LISTEN      709/sshd

and also i cant open raptor using browser like mozilla
#11
many thanks for your hardworks sir...
iam from indonesia...
and one members from this forum posting abount raptorcache in forummikrotik.com (iam member from that forum)...
and eventually many of us using ubuntu or frebsd for the OS...
and my question is...
1.can i run raptorcache on ubuntu....?
2.can you make tutorial with english for debian base language, because it so hard to translate your language to english..
3.how to make manual partition, because i usually make partition /,/usr,/var, and /cache-1,/cache-2 for squid cache directory
it would be nice if any tutorial install raptorcache for ubuntu....

sorry for my bad language.....
many thanks for all of you and your help...