Menu

花生壳+ADSL+IIS搭建本地web服务器

others
x x x
2012-09-16
2012-09-20
  • x x x

    x x x - 2012-09-16

    2.http://code.google.com/p/i-jetty/

     
  • x x x

    x x x - 2012-09-17

    1。DDNS的功能
    2。重定向:当用户访问internet时,自动重定向到深港网

     
  • x x x

    x x x - 2012-09-18

    第一、安装并配置APACHE(以我的为例,安装到E:\Program Files\Apache Software Foundation\Apache2.2)

    1、安装时默认安装,Network Domain, Server Name 我填写我的计算机名,Administrator's Email Address区域填你的邮件地址

    2、安装完后在安装目录下有个conf文件夹,打开httpd.conf文件进行配置
    引用内容
    ·找到 DocumentRoot ,将其设置为你所要存放php, htm等网页文件的文件夹,如 "E:\Program Files\Apache Software Foundation\Apache2.2\htdocs";
    ·找到 DirectoryIndex ,在index.html后添加index.php, index.htm等,以单个空格将其分开;
    ·重启Apache,用http://localhost或http://127.0.0.1或http://yourcompanyname测试是否成功。成功的话屏幕会有个It works!

    http://niatwangcong.iteye.com/blog/292758
    http://blog.csdn.net/yuyang2006/article/details/3947339

     
  • x x x

    x x x - 2012-09-18
     
  • x x x

    x x x - 2012-09-18

    http://www.oray.com/peanuthull/download.php
    花生壳动态域名下载

    花生壳网站
    https://www.oray.com/

    第一步:
    首先在网站上注册花生壳护照,会免费赠送一个域名,并自动激活,然后下载花生壳软件,安装并运行,当域名前的魔方显示为彩色时,说明域名已经激活,还可以右键点击域名进行域名诊断,看看是否正常

    第二步:
    打开服务器端设置文件,将ExternalHostname =和InternalHostname =后面的IP地址改成花生壳提供的域名

     

    Last edit: x x x 2012-09-18
  • x x x

    x x x - 2012-09-20

    wan连接的DNS
    <WANPPPConnection instance="1">
    <Enable>TRUE</Enable>
    <ConnectionType>IP_Routed</ConnectionType>
    <Name>pppoe_0_0_32</Name>
    <NATEnabled>TRUE</NATEnabled>
    <X_BROADCOM_COM_FirewallEnabled>TRUE</X_BROADCOM_COM_FirewallEnabled>
    <Username>sky</Username>
    <Password>c2t5AA==</Password>
    <X_BROADCOM_COM_ConnectionId>1</X_BROADCOM_COM_ConnectionId>
    <X_BROADCOM_COM_IfName>ppp1.1</X_BROADCOM_COM_IfName>
    <ExternalIPAddress notification="2">10.101.1.94</ExternalIPAddress>
    <DNSServers>222.222.222.1,202.96.128.86</DNSServers>
    <MACAddress>00:15:56:11:22:35</MACAddress>
    <PortMappingNumberOfEntries>0</PortMappingNumberOfEntries>
    <X_SAGEM_COM_ppp_retry_period>0</X_SAGEM_COM_ppp_retry_period>
    <X_SAGEM_COM_ppp_neg_mtu>1492</X_SAGEM_COM_ppp_neg_mtu>
    <X_SAGEM_COM_ppp_mtu>1492</X_SAGEM_COM_ppp_mtu>
    <X_SAGEM_COM_PPPoA_Rspping_enable>FALSE</X_SAGEM_COM_PPPoA_Rspping_enable>
    </WANPPPConnection>

     

    Last edit: x x x 2012-09-20
  • x x x

    x x x - 2012-09-20

    [FORWARDING_SERVERS]

    These servers are used as default Forward DNS Servers

    DNS Server here would be overridden by

    servers specified in [CHILD_ZONES] section.

    Program auto detects if not specified

    ;222.222.222.1
    202.96.128.86
    ;8.8.8.8
    202.96.134.133
    202.96.128.116
    ;2.2.2.2

     

Log in to post a comment.