Changes between Version 86 and Version 87 of Docs/825gen2/Dev/DevVMTechnical
- Timestamp:
- 06/05/26 11:57:14 (4 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/DevVMTechnical
v86 v87 420 420 This example creates a database named "xyz". A database user "jim" with password "123" is then created with permissions for database "xyz". 421 421 422 == MySQL (MariaDB) == 423 424 {{{ 425 426 }}} 427 422 428 == Apache Web Server/PHP in VM == 423 429 … … 428 434 This display should show "PHP Version x.y.z" and a list of information. 429 435 436 If it is desired to access the web server from outside the VM the firewall will updated to allow this. 437 {{{ 438 user@fedora:~$ sudo firewall-cmd --permanent --add-service=http 439 success 440 user@fedora:~$ sudo firewall-cmd --reload 441 success 442 }}} 443 430 444 == !WebSocket == 431 445 !WebSocket support is added to allow more dynamic live web pages. From the Firefox browser in the VM download [/raw-attachment/wiki/Docs/825gen2/Dev/DevVMTechnical/libwebsockets.tar.gz libwebsockets.tar.gz].
![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)