chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/disorder
[disorder]
/
README.vhost
diff --git
a/README.vhost
b/README.vhost
index 74922bfc638db2c3625e78386201c8f69e3f4904..7d3c9931dfa24a7be751743750a173cc4c00b3b7 100644
(file)
--- a/
README.vhost
+++ b/
README.vhost
@@
-1,10
+1,10
@@
If you want to give DisOrder's web interface its own virtual domain
then for Apache 1.3 you'll want something like this:
If you want to give DisOrder's web interface its own virtual domain
then for Apache 1.3 you'll want something like this:
- <VirtualHost HOST
NAME
>
+ <VirtualHost HOST
.DOMAIN
>
DocumentRoot /home/jukebox/public_html
DocumentRoot /home/jukebox/public_html
- ServerName
jukebox
.DOMAIN
- ServerAlias
jukebox
+ ServerName
HOST
.DOMAIN
+ ServerAlias
HOST
ServerAdmin webmaster@DOMAIN
ErrorLog /var/log/apache/jukebox/error.log
TransferLog /var/log/apache/jukebox/access.log
ServerAdmin webmaster@DOMAIN
ErrorLog /var/log/apache/jukebox/error.log
TransferLog /var/log/apache/jukebox/access.log
@@
-13,7
+13,8
@@
then for Apache 1.3 you'll want something like this:
You would then install the CGI as follows:
You would then install the CGI as follows:
- install -m 755 clients/disorder.cgi ~jukebox/public_html/index.cgi
+ mkdir -p /home/jukebox/public_html
+ install -m 755 clients/disorder.cgi /home/jukebox/public_html/index.cgi
Local Variables:
mode:text
Local Variables:
mode:text