Is it possible to run Apache for one domain and Lighttpd for another domain on one server? -
hello every professional ! have apache running on standard 80 port serves of domains/subdomains on dedicated server. need install lighttpd on same server serve 1 specific domain , it's subdomains - separately apache.
my first question - possible under 1 physical dedicated server ? second question - if it's possible - how separate them ? basic settings must lighttpd ? (i've heard apache run on 80 port , lighttpd on 81 port, that)
have real knowledge such symbiosis ? have nice day !
apache , lighttpd 2 servers, can run them other 2 servers, long listen different ports. don't have experience apache , lighttpd apache , nginx , worked fine.
just install both servers , make sure specify correct ports. otherwise if 1 of them try register used ports fail. afterwards start them , enjoy.
in apache can specify ports should listen in ports.conf
listen <portnumber>
more here: http://httpd.apache.org/docs/current/bind.html
i don't know lighttpd there question shows sample configuration how edit ports: make lighttpd listen on multiple ports
Comments
Post a Comment