1

Lighttpd を Apache と並行してインストールしました (ポート 80 を使用)。しかし、lighttpd を起動するとエラーが発生します

Starting lighttpd: 2013-04-05 15:56:17: (network.c.379) can't bind to port:  81 Permission denied 

lighttpd.conf で行った変更:

server.port = 81
server.use-ipv6 = "disable"

ここで何が欠けていますか?CentOS 6.3 を使用しています

netstat -ltp結果:

Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name   
tcp        0      0 localhost:smux              *:*                         LISTEN      1947/snmpd          
tcp        0      0 *:mysql                     *:*                         LISTEN      15673/mysqld        
tcp        0      0 *:57071                     *:*                         LISTEN      1683/rpc.statd      
tcp        0      0 *:sunrpc                    *:*                         LISTEN      1665/rpcbind        
tcp        0      0 *:ndmp                      *:*                         LISTEN      2473/perl           
tcp        0      0 *:ssh                       *:*                         LISTEN      1959/sshd           
tcp        0      0 localhost:ipp               *:*                         LISTEN      1829/cupsd          
tcp        0      0 localhost:smtp              *:*                         LISTEN      2362/master         
tcp        0      0 *:sunrpc                    *:*                         LISTEN      1665/rpcbind        
tcp        0      0 *:http                      *:*                         LISTEN      15422/httpd         
tcp        0      0 *:45684                     *:*                         LISTEN      1683/rpc.statd      
tcp        0      0 *:ssh                       *:*                         LISTEN      1959/sshd           
tcp        0      0 localhost:ipp               *:*                         LISTEN      1829/cupsd          
tcp        0      0 localhost:smtp              *:*                         LISTEN      2362/master         
tcp        0      0 *:6556                      *:*                         LISTEN      1967/xinetd         
4

1 に答える 1