User Tools

Site Tools


сервис_http

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
сервис_http [2024/05/07 11:16]
val [HTTPS Прокси (пример 4)]
сервис_http [2024/05/24 09:20] (current)
val [HTTPS Прокси (пример 4)]
Line 197: Line 197:
 ==== Использование домашних каталогов ==== ==== Использование домашних каталогов ====
  
-  * [[http://www.corpX.un/​~user1/​]]+  * [[http://server.corpX.un/​~user1/​]]
  
 === Debian/​Ubuntu === === Debian/​Ubuntu ===
Line 204: Line 204:
  
 root@server:​~#​ service apache2 restart root@server:​~#​ service apache2 restart
 +
 +ubuntu24# chmod 755 /home/user1
 </​code>​ </​code>​
- 
- 
  
 === Debian/​Ubuntu=== === Debian/​Ubuntu===
Line 860: Line 860:
 ===== Протокол WebDAV ===== ===== Протокол WebDAV =====
  
-==== Ubuntu ====+==== Debian/Ubuntu ====
  
   * [[https://​www.digitalocean.com/​community/​tutorials/​how-to-configure-webdav-access-with-apache-on-ubuntu-14-04|How To Configure WebDAV Access with Apache on Ubuntu 14.04]]   * [[https://​www.digitalocean.com/​community/​tutorials/​how-to-configure-webdav-access-with-apache-on-ubuntu-14-04|How To Configure WebDAV Access with Apache on Ubuntu 14.04]]
Line 873: Line 873:
 # chown www-data /​var/​www/​share # chown www-data /​var/​www/​share
  
-# cat /​etc/​apache2/​sites-available/​default+# cat /​etc/​apache2/​sites-available/​000-default.conf
 </​code><​code>​ </​code><​code>​
 ... ...
Line 1030: Line 1030:
         location / {         location / {
 #            proxy_pass http://​192.168.X.10:​8000;​ #            proxy_pass http://​192.168.X.10:​8000;​
 +#            proxy_pass http://​192.168.100+X.10:​NNNNN;​
 #            proxy_pass http://​192.168.X.64;​ #            proxy_pass http://​192.168.X.64;​
  
Line 1047: Line 1048:
  
   * [[Сервис INETD]]   * [[Сервис INETD]]
 +
 +==== curl ====
 +
 +  * [[https://​www.aloneguid.uk/​posts/​2022/​09/​curl-stress-testing/​|Stress Testing with cURL]]
 +
 +<​code>​
 +userX@gate.isp.un$ seq 1 1000 | xargs -P100 -I{} curl http://​192.168.X.10:​82/​path{} > /dev/null 2>&1
 +
 +или
 +
 +userX@gate.isp.un$ seq 1 1000 | xargs -P100 -I{} curl http://​192.168.X.1/​path{} > /dev/null 2>&1
 +</​code>​
 +
 +==== wrk ====
  
   * [[https://​github.com/​wg/​wrk|wrk - a HTTP benchmarking tool]]   * [[https://​github.com/​wg/​wrk|wrk - a HTTP benchmarking tool]]
 +
 +==== vegeta ====
  
   * [[https://​lindevs.com/​install-vegeta-on-ubuntu|Install Vegeta on Ubuntu 20.04]]   * [[https://​lindevs.com/​install-vegeta-on-ubuntu|Install Vegeta on Ubuntu 20.04]]
сервис_http.1715069775.txt.gz · Last modified: 2024/05/07 11:16 by val