vesta package source
vesta package source
hi all
i searched but i don't find so i ask there:
the vesta package source
[the package that is installed through apt/vesta repository]
i search in the github too but maybe i don't see them
[i'm speaking about /usr/local/vesta/nginx/sbin ]
are them just a nginx binary? i can replace them with a personal compiled version of nginx?
if don't.... where i can find the source code to compile it by myself?
same doubt for /usr/local/vesta/php/bin and sbin
thank you for all
i searched but i don't find so i ask there:
the vesta package source
[the package that is installed through apt/vesta repository]
i search in the github too but maybe i don't see them
[i'm speaking about /usr/local/vesta/nginx/sbin ]
are them just a nginx binary? i can replace them with a personal compiled version of nginx?
if don't.... where i can find the source code to compile it by myself?
same doubt for /usr/local/vesta/php/bin and sbin
thank you for all
Re: vesta package source
hi guys!
i dislike leave topic open so....
i found some time after two weeks very busy to answer by myself :D
so i go in /usr/local/vesta/nginx/
and
strings nginx > str1
strings vesta-nginx > str2
diff str1 str2
and then
objdump -s nginx > obj1
objdump -s vesta-nginx > obj2
diff obj1 obj2
TATARAAAA
there are simple nginx [php etc] binary
mission accomplished
thanks and see you soon :P
[confirmed by md5sum]
i dislike leave topic open so....
i found some time after two weeks very busy to answer by myself :D
so i go in /usr/local/vesta/nginx/
and
strings nginx > str1
strings vesta-nginx > str2
diff str1 str2
and then
objdump -s nginx > obj1
objdump -s vesta-nginx > obj2
diff obj1 obj2
TATARAAAA
there are simple nginx [php etc] binary
mission accomplished
thanks and see you soon :P
[confirmed by md5sum]