- rewrite Activates the URL rewriting functionalities for smart URIs. To activate those
functionalities, a file .htaccess must be added in the web server directory. The
same syntax as for the mod - rewrite module for the Apache web server has to be
applied. With this module it is possible to redirect virtual paths to real ones.
232
Part II: Server Side, JavaScript, and Flash; Oh My!
The NekoTools provides a magic page reachable at the address http://localhost:2000/
server:config (the port and the server may be different if so configured) that can be used to change
the current working directory or simply to verify in which directory the web server is running.
Installing mod_neko For Apache
If the NekoTools is ideal for the development environment, Apache is surely a bet when your work
must go public. Apache is a very solid and reliable web server capable of responding correctly to many
simultaneous requests and with a very small memory and processing footprint. Right now it is also the
only possible choice to deploy a Neko application on a server machine although things may rapidly
change in the near future.
Pages:
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459