Re: [EMAIL PROTECTED] how to set up virtual hosts

2007-03-03 Thread Arturo Ignacio Partarrieu Ramos
Thanks men, because I iniatially don't realise how to use your tips, but some days ago I realize that use No-ip script is not a bad idea at all, because you can change it at will. So, finding in Internet how to use bash commands + No-ip + imagination = problem solved I finally made my own script

Re: [EMAIL PROTECTED] how to set up virtual hosts

2007-02-04 Thread Arturo Ignacio Partarrieu Ramos
fromBeraru Liviu to users@httpd.apache.org dateFeb 4, 2007 2:44 PM subject Re: [EMAIL PROTECTED] how to set up virtual hosts mailed-by httpd.apache.org Perhaps I am wrong, but is your problem that your machine cannot be "visible" for the

Re: [EMAIL PROTECTED] how to set up virtual hosts

2007-02-03 Thread Arturo Ignacio Partarrieu Ramos
points to your IP address. Follopw the instructions there for how to install those scripts. On 2/4/07, Arturo Ignacio Partarrieu Ramos <[EMAIL PROTECTED]> wrote: > I know, since what you said to Beraru Liviu that what he asks is out > of scope for this list, even though I will ask. &

Re: [EMAIL PROTECTED] how to set up virtual hosts

2007-02-03 Thread Arturo Ignacio Partarrieu Ramos
I know, since what you said to Beraru Liviu that what he asks is out of scope for this list, even though I will ask. I would like to have a DDNS server behind a router. I already have a domain and a company that is related to NIC so the job is partially done. It remains that my server constantly

Re: [EMAIL PROTECTED] please help me!

2006-03-11 Thread Arturo Ignacio Partarrieu Ramos
is not configured rightly) Bye =On 3/10/06, Arturo Ignacio Partarrieu Ramos <[EMAIL PROTECTED] > wrote:Thanks men, but Mambo still saying that is unwriteable why is that? if I use as servername www.artenovias.cl do I have to name www.artenovias.cl.conf

Re: [EMAIL PROTECTED] please help me!

2006-03-10 Thread Arturo Ignacio Partarrieu Ramos
Thanks men, but Mambo still saying that is unwriteable why is that? if I use as servername www.artenovias.cl do I have to name www.artenovias.cl.conf or can be artenovias.conf? my artenovias.conf file only have:  AllowOverride All   On 3/6/06, Gaël Lams <[EMAIL PROTECTED]> wrote: Hi,> under

[EMAIL PROTECTED] please help me!

2006-03-05 Thread Arturo Ignacio Partarrieu Ramos
Hi, I'm trying to host my own web sites, in my machine, with my own domain, under SUSE 10. My idea is to name my localhost as Linux and a virtualhost with the domain "www.artenovias.cl". So the computer (browser) respond when typing http://Linux and http://www.artenovias.cl

Re: [EMAIL PROTECTED] Virtual host

2006-02-14 Thread Arturo Ignacio Partarrieu Ramos
you can visit these sites http://httpd.apache.org/docs/2.0/vhosts/examples.html http://httpd.apache.org/docs/1.3/vhosts/examples.html then you may need to choice for a name based virtual host, or an IP based one. If you are running apache under Linux, you may visit these sites http://www.debianhel

Re: [EMAIL PROTECTED] DNS

2006-02-09 Thread Arturo Ignacio Partarrieu Ramos
you can see this url http://yolinux.com/TUTORIALS/LinuxTutorialWebSiteConfig.html http://www.aboutdebian.com/dns.htm I hope they would be usefull=On 2/7/06, ludi <[EMAIL PROTECTED] > wrote:<> v4 is a wonderful book.2006/2/7, Arturo Ignaci

Re: [EMAIL PROTECTED] DNS

2006-02-06 Thread Arturo Ignacio Partarrieu Ramos
DNS, domain name system, is needed to resolve the domain names and hostnames into IP addresses (and backwards). The machine that takes care of this conversion is called a name server. More information can be find in Suse Linux Documentation, chapter 38 Basic Networking, section 3 Name ResolutionOn