????????RedHat??????TFTP??apache??????

?????????TFTP??????????

????RedHat??TFTP???????????????????xinetd???????????????????й??????????????????????vi?????????/etc/xinetd.d/tftp???????????server_args????????? "-c"??????????????????£?

root@server:/#vi /etc/xinetd.d/tftp

??????????????£?

    service tftp
    {
    disable = no
    socket_type = dgram
    protocol = udp
    wait    =   yes
    user    = root
    server = /usr/sbin/in.tftpd
    server_args = -s /tftpboot -c
    per_source  =11
    cps = 100 2
    flags = IPv4
    }

???????????chkconfig tftp on????TFTP?????????????£?

root@server:/#chkconfig tftp on

??????????apache??????????

??????RedHat?????vi?????/etc/httpd/conf/httpd.conf?????????DocumentRoot "/tftpboot"?????????????

    <Directory />
    Options FollowSymLinks Indexes
    AllowOverride All
    <limit GET POST OPTIONS PROPFIND>
    Order allow??deny
    Allow from all
    </Limit>
    </Directory>

??????????????ɡ?

???????vi?????/tftpboot/.htaccess????????????Debian??????????????ɡ?

????????WEB??????????????Debian??????????????????????д?????

???????Linux???????????а???????????????а????????????????????????????????????б???????????????????????????Debian??в???????μ?Debian7.0 RedHat????RHEL5.5???CentOS6.4??????????????????????·?????????Ч??????????????????????????????·??????????в?????????

??????????????http://os.51cto.com/art/201306/396795.htm