Hello everybody,
a have a service from dyndns but i need a tutorial to make mysite with apache (LAMP).
have you got any tutorial?
Thank you.![]()
Hello everybody,
a have a service from dyndns but i need a tutorial to make mysite with apache (LAMP).
have you got any tutorial?
Thank you.![]()
The best guide is located at the following url (Ubuntu server edition):
https://help.ubuntu.com/10.04/serverguide/C/httpd.html
Edit: however, you need to point dyndns to your servers public ip. Do you've a public ip or dynamic ip from your isp?
All [Solved] threads are closed by mods / admin to avoid spam issues. See Howto mark a thread as [Solved]
I have a Dynamic IP from ISP.
My intention is to find some tutorials to make my personal site.........
I also make my personal virtual host but i cant see anything outside my local network.
I dont sees any errors
My configuration is:
Code:<VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /home/www/first.example.com <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /home/www/first.example.com/> <<========here is my index.htm Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory> ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ <Directory "/usr/lib/cgi-bin"> AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all </Directory> ErrorLog /var/log/apache2/error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog /var/log/apache2/access.log combined Alias /doc/ "/usr/share/doc/" <Directory "/usr/share/doc/"> Options Indexes MultiViews FollowSymLinks AllowOverride None Order deny,allow Deny from all Allow from 127.0.0.0/255.0.0.0 ::1/128 </Directory> </VirtualHost>
Last edited by nixcraft; 20th October 2010 at 09:14 PM. Reason: Learn to use [code] tags!
Can you resolve first.example.com?
If not, configure dyndns client on your Linux box. However, If you can resolve the hostname but cannot see your index.html than make sure:Code:host first.example.com
- Firewall is not blocking port 80 access on Linux box. (run
sudo iptables -L -v -nto verify this)- You must enable port forwarding on your router so that connection is forwarded to your Linux box. See your router documentation on how to enable port forwarding for port 80. Some router use port 80 for their own web admin interface, in that case you need to use another port for your website or change web admin port.
All [Solved] threads are closed by mods / admin to avoid spam issues. See Howto mark a thread as [Solved]
Ok i can resolve my host.
I configurated my firewall that only from a determinate public IP can access everywhere on my linux box and from others ISP can do nothing.
In my case im going out with an allowed ip.
I will check and then i will inform you.gdgfgdfgdg
Last edited by valerio; 22nd October 2010 at 05:40 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)