# $Id$ # ServerName directive # Used to specify the Host # Default is your hostname # Port direcive # Used to specify the port Port 1024 # SSL directive # Used to turn on the SSL SSL N #SSLKey key.pem #SSLCert cert.pem # Root directive # Used to specify the web root Root /home/nishi/SVN/httpd/trunk/ #Root /home/chris/svn/httpd/trunk/server_root/ # Error### directive # Used to specify the file to return for the error Error403 /403.html Error404 /404.html Error500 /500.html # Deny directive # Used to deny access # Note! Use the "HTTP Path" not the actual filesystem path #Deny /www;/www2 # AddMIME directive # Used to add MIME types AddMIME html text/html AddMIME png image/png AddMIME jpg image/jpeg AddMIME jpeg image/jpeg AddMIME gif image/gif AddMIME gz application/gzip AddMIME conf text/plain AddMIME c text/plain AddMIME h text/plain # AddIcon direcive # Used to add the icon for listing AddIcon text/html /icons/html.gif AddIcon image/png /icons/image.gif AddIcon image/jpeg /icons/image.gif AddIcon image/gif /icons/image.gif AddIcon application/gzip /icons/gz.gif AddIcon application/octet-stream /icons/misc.gif AddIcon text/plain /icons/misc.gif AddIcon misc/dir /icons/folder.gif # AddIconByName direcive # Used to add the icon by filename for listing AddIconByName Makefile /icons/make.gif AddIconByName sunhttpd.conf /icons/config.gif # AddIconByExt directive # Used to add the icon by extension for listing AddIconByExt conf /icons/config.gif # LoadModule directive # Used to load the module #LoadModule lib/mod_test.so LoadModule lib/mod_cgi2.so # External directive # Used to use the functionalities from the module #External Directive Whatever Stuff