Functionalities
In order to answer silmutaneous query RoFaNg is multithreaded.
It brings a basic management of protocol HTTP/1.0 (RFC 1945).
It also allows to use personalized 404 error page.
Server configuration
RoFaNg can be configured by a file.
It is possible to configure :
- Server name : HostName
- Listening port : ServerPort
- Personalize 404 error page : Server404
- Root directory : ServerRoot
- Default page : DefaultPage
Definition of an option in the file is definde like this :
nameOption = valueOption
404 error page
Server return a 404 error page when an unknown file is queried.
User can indicate a HTML page as an error page?
Some informations can be post like the required file.
The 404 error page is parsed by RoFaNg to replace some variables.
- $WEBSERVER_NAME : the name of web server
- $WEBSERVER_VERSION : le version of the web server
- $WEBSERVER_QUERY : the unknowm page requested
Xdev/To do/Download/Version Francaise