User Tools

Site Tools


web

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
web [2021/04/13 22:35]
nanodano [Apache2 httpd]
web [2022/03/13 19:17] (current)
nanodano
Line 1: Line 1:
-====== Web Servers ======+====== Web ======
  
 +====== Servers ======
  
-===== One-line HTTP servers =====+  * [[web_servers:one_line_http_servers|One-line HTTP servers]] 
 +  * [[web_servers:apache|Apache httpd]] 
 +  * [[web_servers:nginx|Nginx]] 
 +  * [[web_servers:tomcat|TomCat]]
  
-See [[https://www.devdungeon.com/content/one-line-http-servers]]. 
  
-===== Apache2 httpd =====+===== Browsers =====
  
-<code bash> +  * Epiphany 
-apt install apache2 php libapache2-mod-php+  * Links 
 +  * ELinks 
 +  * lynx 
 +  * Firefox 
 +  * Chromium
  
-# Enable/disable modules (/etc/apache2/mods-avaialable/+===== Tools =====
-a2enmod userdir +
-a2dismod userdir+
  
-# Enable/disable sites (/etc/apache2/sites-available/) +  * curl 
-a2ensite mysite +  * wget 
-a2dissite mysite +  * Filezilla 
-</code>+  * ftp 
 +  * scp 
 +  * netstat
  
-The user is ''www-data''.+===== Development =====
  
-===== Nginx ===== +  * HTML/CSS 
- +  * JavaScript 
-See [[https://www.devdungeon.com/content/nginx-tutorial]].+  * Create Firefox browser extension 
 +  * WebRTC 
 +  * PHP 
 +  * Python 
 +  * Ruby 
 +  * Java
web.1618353302.txt.gz · Last modified: 2021/04/13 22:35 by nanodano