Session 7 (html/pdf).
Session 8 (html/pdf)
Files:
cars_client_sessio1_0809_final.tgz
cars_server_sessio1_0809_final.tgz
Files for Lab 8
data_app1.ods
data_app2.ods
You need to change the following line in "/home/alumne/apache2/conf/httpd.conf" :
LogFormat "%h,%l,%u,%t,%r,%>s,%b,%D" common
instead of
LogFormat "%h %l %u %t \"%r\" %>s %b" common
The logs will have to be reduced to a list of "request command, repy code, resp time (microsec)" (i.e. GET /index.html, 200, 71315)
This can be done with the command cut -d"," -f5,6,8 /home/alumne/apache2/logs/access.log