APACHE
Published with SteemPeakSUMMARY
01 APACHE2 ............................................................ v2 19-07 update
03 installation ....................................................... v1 19-07 new
04 configuration ...................................................... v1 19-07 new
02 sources ............................................................ v1 19-07 new
#04
04 CONFIGURATION
# vim /etc/apache2/apache2.conf
# vim /etc/apache2/ports.conf
03 INSTALLATION
# apt search ^apache2 | less
# apt show apache2
# apt install apache2 apache2-doc
$ systemctl status apache2.service
# ps aux | grep -i apache2
# netstat -tulpn | grep -i apache2
$ view /usr/share/doc/apache2/README.Debian.gz.
$ ip a
$ telnet localhost 80
> get
$ w3m localhost
$ w3m 192.168.0.102
$ /var/www/html/index.html
# tail -f /var/log/apache2/access.log
# tail -f /var/log/apache2/error.log
$ dpkg -L apache2-doc | less
> file:///usr/share/doc/apache2-doc/manual/en/mod/index.html
02 SOURCES
Apache : apache.org
Wikipedia : en.wikipedia.org/wiki/Apache_HTTP_Server
01 APACHE2
Homepage : httpd.apache.org
This post had received 5.00% upvote from @steemitportugal account!
Vote for @steemitportugal to Witness. Your vote is very important to us!
Visit our WebSite www.steemitportugal.com (tutorials,news...)
Thank you very much.
Click here to vote
Delegation for daily voting: 10SP-25SP-50SP-100SP-250SP-500SP-1000SP
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit