Hi to everyone and falko: I am running ISPConfig3 on DEBIAN 5 lenny as the how to perfect server. everything is working perfect: my server with IP dynamic but with hostname from no-ip my problem is went I trait to make a virtual web i can't see it doesn't work. I am messing some basic concept and i dont no I trait to fallow the elgg how to but I diden't see the web side that i was trying to make my server is base in one IP
Make sure that you forwarded port 80 from your router to your server and that you selected the internal IP address for the website were you forwarded port 80 to.
I did not have a router in from my server and from my iceweasel yes i can see the default index.html from apache so I min the 80 port is open I think the problem is: the server"s name is torontohabana.sytes.net hostname torontohabana and sytes.net is the host from no-ip . the web I was trying to set up torontohabana.net with elgg. when I add the web site in my server I can't see it
ok, so torontohabana.sytes.net sever trying add web site torontohabana.sytes.net. I tried to look at www.torontohabana.sytes.net and nathing and at torontohabana.sytes.net my deafult index.html from apache
DId u select * for ip of website?... and www will not work until u make on noip the host www.toronto.....
yes, I think that I should register my domain and then managing the host or subdomain in the noip thank you oh! yes i did selec the * in the ip
Yes... thats the way to go... Quick question... is http://toronto..... working?.... without the www in front?
So you created a web site for torontohabana.sytes.net in ISPConfig? Can you post the vhost configuration file of that vhost?
</Directory> <VirtualHost *:80> DocumentRoot /var/www/torontohabana.sytes.net/web ServerName Torontohabana.sytes.net ServerAlias www.torontohabana.sytes.net .torontohabana.sytes.net ServerAdmin [email protected] ErrorLog /var/log/ispconfig/httpd/torontohabana.sytes.net/errorlog ErrorDocument 400 /error/400.html ErrorDocument 401 /error/401.html ErrorDocument 403 /error/403.html ErrorDocument 404 /error/404.html ErrorDocument 405 /error/405.html ErrorDocument 500 /error/500.html ErrorDocument 403 /error/403.html <Directory /var/www/torontohabana.sytes.net/web> Options FollowSymLinks AllowOverride Indexes AuthConfig Limint Order allow,deny Allow from all </Directory> <Directory /var/www/clients/client0/web4/web> Options FollowSymLinks AllowOverride Indexes AuthConfig Limint Order allow,deny Allow from all </Directory> # mod_php enabled AddType application/x-http-php .php .php3 .php4 .php5 php_admin_value sendmail_path "/usr/sbin/sendmail -t -i [email protected]" php_admin_value upload_tmp_dir /var/www/clients/client0/web4/tmp php_admin_value session.seve_path /var/www/clients/client0/web4/tmp #php_admin_value open_basedir /var/www/clients/client0web4:/usr/shave/php5 </Directory /var/www/torontohabana.sytes.net/web> allowOverride All </Directory> </VirtualHost>
Some thing I have to say is Torontohabana.sytes.net is a subdomain in no-ip and i don't have option to add any of my websites in the no-ip to redirect all traffic to the new websites. So I think My new estrategy is cread a my own Domain and them I can add subdomain to my domain . does this have sense???
I have pretty much the same setup as you. First off www doesn't work with no-ip, unless you actually pay for a domain name and the only I have been able to run my no-ip sites in ispconfig 3 is to make a website domain with example systes.net and then create a subdomain torontohabana this has been the only way to get my no-ip sites working under isp3, under isp2 you had hostname and domain. the only thing that sux is I can't have same multiple domain names, I hope this helps.
thank you for your information. so, one more question all the domain names or sub domains we add in our sever we need to register in other sever as no-ip or godaddy?
You must register your domains with a domain registrar such as GoDaddy. Usually the registrar also runs the nameservers for your domains (although it's possible to run your own nameservers). To create a subdomain, all you have to do is create a DNS record (A or CNAME) on the nameservers.
When you say "create a DNS record (A or CNAME) on the nameservers" do you mean on godaddy's nameservers?
Depends on who is hosting the DNS records for your domains. If you run your own nameservers, then it's on your nameservers, but usually it's the nameservers of your registrar.