Description |
Observations
|
Max |
Current |
Run your server in iterative
mode. Clean the cache in the browser. Connect to your server using a
browser connected to http://localhost:port. Does the main page appear?
The simple test works? The complex test works? Reload three times. |
20 |
||
In another window type ps -u
$USER and see the number of zombie processes. Run the server using the -f option. Clean the cache in the browser. Connect to your server using a browser connected to http://localhost:port. Does the main page appear? The simple test works? The complex test works? Reload three times. telnet localhost <port> and then with the browser try to connect to http://localhost:port. Does the server answer? |
10 |
||
Type ps -u <USER> . Has
the number of zombie processes increased? |
2.5 |
||
Type ps -u <USER> . Are there separate processes for each connection? |
2.5 |
||
Run the server using the -t option. Clean the cache in the browser. Connect to your server using a browser connected to http://localhost:port. Does the main page appear? The simple test works? The complex test works? Reload three times. Type "telnet localhost <port>i"; and then with the browser try to connect to http://localhost:port. Does the server answer? type "ps -u $USER o nlwp,pid,cmd". Does the process show more than one thread (number of threads is in the first column)? |
10 |
||
Run the server using the -p option. Clean the cache in the browser. Connect to your server using a browser connected to http://localhost:port. Does the main page appear? The simple test works? The complex test works? Reload three times. type "ps -u $USER o nlwp,pid,cmd". Does the process show more than one thread (number of threads is in the first column)?. | 10 |
||
Directory listing. Does it include icons. Sorting by name and Date Ascending/Descending |
10 |
||
CGI/Bin test-env test-cgi JJ |
15 |
||
Loadable Modules Test hello.so Test jj-mod.so |
5 |
||
Statistics |
5 |
||
Was the server robust? Did the server crash? How many times? | 10 |
||
Do the logging features work with the -f option? | 5 (Extra) |
||
Total |
105 |