0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ubuntu でapache2を動かして動画サーバーにする、他に mouseポインタサイズ

Last updated at Posted at 2024-10-07

1) apache2 動画サーバー



./comment-out.bat /etc/apache2/apache2.conf 
DefaultRuntimeDir ${APACHE_RUN_DIR}
PidFile ${APACHE_PID_FILE}
Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 5
User ${APACHE_RUN_USER}
Group ${APACHE_RUN_GROUP}
HostnameLookups Off
ErrorLog ${APACHE_LOG_DIR}/error.log
LogLevel warn
IncludeOptional mods-enabled/*.load
IncludeOptional mods-enabled/*.conf
Include ports.conf
<Directory />
	Options FollowSymLinks
	AllowOverride None
	Require all denied
</Directory>
<Directory /usr/share>
	AllowOverride None
	Require all granted
</Directory>
<Directory /var/www/>   ###################################★
	Options Indexes FollowSymLinks
	AllowOverride None
	Require all granted
</Directory>
AccessFileName .htaccess
<FilesMatch "^\.ht">
	Require all denied
</FilesMatch>
LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %O" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent
IncludeOptional conf-enabled/*.conf
IncludeOptional sites-enabled/*.conf







# du /var/www/
16	/var/www/html
20	/var/www/



# mount /dev/sda1 /ma1


# ls /ma1/html/douga/
マ.mp4   ニ.mp4  



ln -s /ma1/html/douga/  /var/www/html/douga


systemctl restart apache2

これにて スマホから

1.jpg

2)  マウスのサイズを大きくする

「設定」>「アクセシビリティ」

Photo Marker_20241008_081107.jpg

番外

自分は 夢をみる
その夢を現実と思っている
しかし
夢の中で 更に夢をみることはできない

ちょうど仮想pcから更に 仮想化ができないのと おんなじかな?
明菜 夢の中でさらに夢の中へいってみたいとおもいませんか〜

https://www.youtube.com/watch?v=gpJVylGN1gY&list=PLfw_M-2Kl7rDjH33EoIGuGmMRjrYGFAV_

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?