Her har vi satt opp "almashriq.hiof.no" som en virtuelle server på edmund2. Her satt vi også
opp Redirect lokalt for almashriq.hiof.no:
httpd.conf
<VirtualHost almashriq.hiof.no>
ServerAdmin almash@almashriq.hiof.no
DocumentRoot /www/almashriq/htdocs
ServerName almashriq.hiof.no
ErrorLog /var/lib/httpd/logs/almashriq/error_log
TransferLog /var/lib/httpd/logs/almashriq/access_log
ScriptAlias /cgi-bin /www/almashriq/cgi-bin
# Agent log file, and referrer log file
CustomLog /var/lib/httpd/logs/almashriq/agent_log "%{user-agent}i"
CustomLog /var/lib/httpd/logs/almashriq/language_log "%{accept-language}i"
CustomLog /var/lib/httpd/logs/almashriq/referer_log "%{referer}i -> %U"
Redirect /almashriq http://almashriq.hiof.no
Redirect /aljadid http://almashriq.hiof.no/general/000/070/079/al-jadid
Redirect /acs http://almashriq.hiof.no/lebanon/300/370/371/acs
Redirect /fafo http://almashriq.hiof.no/general/300/320/327/fafo/reports
Redirect /umkalthoum http://almashriq.hiof.no/egypt/700/780/umKoulthoum
Redirect /aub http://www.aub.edu.lb
Alias /icons /var/lib/httpd/icons
</VirtualHost>