Dear Wiki user, You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.
The following page has been changed by sjorge: http://wiki.apache.org/httpd/ApacheVirtualHostMysql ------------------------------------------------------------------------------ * more information on the database will follow later == Configuring httpd == + '''note: replace /srv/httpd with your own ServerRoot!!''' + + Download all .conf and .tmpl files provided in the '''General Setup''' section and save them in the correct location. + + Edit httpd.conf and change: + * ServerRoot + * ServerName + * also update all /srv/httpd occerances to your ServerRoot + + Edit hosts.conf and change: + * db server + * db database + * db user + * db pass + + * host http_tmpl path (full path!!) + * host dav_tmpl path (full path!!) + * host path (full path!!) + + Edit http.tmpl and webdav.tmpl and change: + * all /srv/httpd occerances to your ServerRoot + + You should be good to go. Feel free to make more changes to the templates and or the configuration files + + == Adding a host == + == Portability == + This configuration works on both windows and linux (presumable mac as well). + To get it to work on windows you need to edit http.tmpl and update the path seperate from : to ; for the php_admin_values. +
