安装网站服务器_apache2
时间:2010-12-08 来源:xxha000721
在ubuntu中,安装apache服务器:
sudo apt-get install apache2
完成后会生成 /var/www/目录,里面有
cd /var/wwww/
xxh@xxh-desktop:/var/www$ ll
总计 12
drwxr-xr-x 2 root root 4096 2010-12-08 10:15 ./
drwxr-xr-x 17 root root 4096 2010-12-08 10:13 ../
-rw-r--r-- 1 root root 197 2010-12-08 10:15 index.html
xxh@xxh-desktop:/var/www$ vim index.html
<html><body><h1>It works!</h1>
<p>This is the default web page for this server.</p>
<p>Zhou Lijiang</p>
<p>The web server software is running but no content has been added, yet.</p>
</body></html>
再查看服务器IP:128.224.180.150
之后,就可以在别的机器上通过浏览器打开本网站
http://128.224.180.150
还可以通过浏览器的"view" -> "source" 来查看网页HTML源代码。
可以在var/www/中 添加内容,编辑index.html 即可改变服务器的内容。
添加内容:
<html><body><h1>It works!</h1>
<p>This is the default web page for this server.</p>
<P>
<A HREF= "tiangaodihou.mp3">tiangaodihou.mp3</A>
<br/>
<A HREF= "chibangzhige.mp3">chibangzhige.mp3</A>
<br/>
</P>
<p>Xu Xiaohai</p>
<p>The web server software is running but no content has been added, yet.</p>
</body></html>
把两个MP3加了进去,使得可以下载。
sudo apt-get install apache2
完成后会生成 /var/www/目录,里面有
cd /var/wwww/
xxh@xxh-desktop:/var/www$ ll
总计 12
drwxr-xr-x 2 root root 4096 2010-12-08 10:15 ./
drwxr-xr-x 17 root root 4096 2010-12-08 10:13 ../
-rw-r--r-- 1 root root 197 2010-12-08 10:15 index.html
xxh@xxh-desktop:/var/www$ vim index.html
<html><body><h1>It works!</h1>
<p>This is the default web page for this server.</p>
<p>Zhou Lijiang</p>
<p>The web server software is running but no content has been added, yet.</p>
</body></html>
再查看服务器IP:128.224.180.150
之后,就可以在别的机器上通过浏览器打开本网站
http://128.224.180.150
还可以通过浏览器的"view" -> "source" 来查看网页HTML源代码。
可以在var/www/中 添加内容,编辑index.html 即可改变服务器的内容。
添加内容:
<html><body><h1>It works!</h1>
<p>This is the default web page for this server.</p>
<P>
<A HREF= "tiangaodihou.mp3">tiangaodihou.mp3</A>
<br/>
<A HREF= "chibangzhige.mp3">chibangzhige.mp3</A>
<br/>
</P>
<p>Xu Xiaohai</p>
<p>The web server software is running but no content has been added, yet.</p>
</body></html>
把两个MP3加了进去,使得可以下载。
相关阅读 更多 +