Prev | Current Page 451 | Next

L. McColl-Sylvester and F. Ponticelli

"Professional haXe and Neko"

2.x or greater. Otherwise the mod_neko module may not work
properly; consult the www.haxe.org website for possible workarounds.
Insert your administrator password when prompted. The download and install process will start; just
confirm every request of the system.
Once the installation is complete, open the file /etc/apache/httpd.conf in your favorite text editor.
You can use the following command to do this from your terminal window:
> sudo gedit /etc/apache/httpd.conf
Insert your administration password if required and confirm. Now go to the end of the file and add the
following lines:
#BEGIN NEKO
LoadModule neko_module ???/usr/lib/neko/mod_neko.ndll???
AddHandler neko-handler .n
DirectoryIndex index.n
#END NEKO
The first and the last lines are just comments to mark your modification and you can omit them.
234
Part II: Server Side, JavaScript, and Flash; Oh My!
The LoadModule line just instructs the web server to load the neko_module from the specified location.
You may have to change the path if you have installed Neko in a different directory.


Pages:
439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463