Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai3
docker
lurker
Commits
f168c1ba
Commit
f168c1ba
authored
Jul 23, 2019
by
ale
Browse files
Parameterize the ServerName
parent
d9f3f972
Changes
1
Hide whitespace changes
Inline
Side-by-side
conf/apache2/sites-available/lurker.conf
View file @
f168c1ba
<
VirtualHost
*:
80
>
ServerAdmin
webmaster
@
autistici
.
org
ServerName
lists
.
autistici
.
org
ServerAdmin
webmaster
@
${
DOMAIN
}
ServerName
lists
.
${
DOMAIN
}
DocumentRoot
/
var
/
lib
/
lurker
/
www
ScriptAlias
/
cgi
-
lurker
/
usr
/
lib
/
cgi
-
bin
/
lurker
...
...
@@ -28,4 +28,4 @@
RewriteRule
^(
attach
|
list
|
mbox
|
message
|
mindex
|
search
|
splash
|
thread
|
zap
)/[^/]+$ /
cgi
-
lurker
/
lurker
.
cgi
[
L
,
PT
,
E
=
LURKER_CONFIG
:/
etc
/
lurker
/
lurker
.
conf
,
E
=
LURKER_FRONTEND
:%{
REQUEST_FILENAME
}]
</
IfModule
>
</
Directory
>
</
VirtualHost
>
\ No newline at end of file
</
VirtualHost
>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment