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:39]
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 =====
  
-Debian instructions:+  * Epiphany 
 +  * Links 
 +  * ELinks 
 +  * lynx 
 +  * Firefox 
 +  * Chromium
  
-<code bash> +===== Tools =====
-apt install apache2 php libapache2-mod-php php-pdo-sqlite+
  
-# Enable/disable modules (/etc/apache2/mods-avaialable/) +  * curl 
-a2enmod userdir +  * wget 
-a2dismod userdir+  * Filezilla 
 +  * ftp 
 +  * scp 
 +  * netstat
  
-# Enable/disable sites (/etc/apache2/sites-available/+===== Development =====
-a2ensite mysite +
-a2dissite mysite +
-</code>+
  
-The user is ''www-data'' and the default webroot is ''/var/www/html/'' (Debian). +  * HTML/CSS 
- +  * JavaScript 
-===== Nginx ===== +  * Create Firefox browser extension 
- +  * WebRTC 
-See [[https://www.devdungeon.com/content/nginx-tutorial]].+  * PHP 
 +  * Python 
 +  * Ruby 
 +  * Java
web.1618353562.txt.gz · Last modified: 2021/04/13 22:39 by nanodano