Version
This wiki is running on Apache 2.2.0 as provided by the company the server is rented from.
rpm -qi httpd Name : httpd Relocations: (not relocatable) Version : 2.2.0 Vendor: (none) Release : 5.1.2matrix Build Date: Thu 06 Jul 2006 04:22:47 PM BST Install Date: Wed 27 Dec 2006 09:39:18 AM GMT Build Host: fc5-build Group : System Environment/Daemons Source RPM: httpd-2.2.0-5.1.2matrix.src.rpm Size : 2802180 License: Apache Software License Signature : (none) URL : http://httpd.apache.org/ Summary : Apache HTTP Server Description : The Apache HTTP Server is a powerful, efficient, and extensible web server.
Site configuration
The site specific Apache configuration is:
<VirtualHost 88.208.220.85:80>
ServerName clc-wiki.net
ServerAlias www.clc-wiki.net
ServerAdmin webmaster@clc-wiki.net
DocumentRoot /home/comp.lang.c/clc-wiki.net/user/htdocs
ErrorLog /home/comp.lang.c/clc-wiki.net/user/logfiles/error_log
TransferLog /home/comp.lang.c/clc-wiki.net/user/logfiles/access_log
php_admin_value open_basedir /tmp:/home/comp.lang.c/clc-wiki.net
SuexecUserGroup netocrat comp.lang.c
ScriptAlias /cgi-bin/ /home/comp.lang.c/clc-wiki.net/user/htdocs/cgi-bin/
AddHandler server-parsed .shtml
AddType text/html .shtml
<Location />
Options +Includes
</Location>
# Begin user directives <--
RewriteEngine on
RewriteRule ^/wiki-cmd/([a-z]*)/(.*)$ /mediawiki/index.php?action=$1&title=$2
Alias /wiki /home/comp.lang.c/clc-wiki.net/user/htdocs/mediawiki/index.php
Alias /index.php /home/comp.lang.c/clc-wiki.net/user/htdocs/mediawiki/index.php
<Directory "/home/comp.lang.c/clc-wiki.net/user/htdocs">
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
AcceptPathInfo On
</Directory>
# --> End user directives
</VirtualHost>










