mirror of
https://git.fsfe.org/FSFE/fsfe-local-build.git
synced 2026-07-23 11:59:15 +02:00
Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
65aa5a10a4
|
||
|
|
d0ea6c0226
|
@@ -5,6 +5,7 @@ fsfe.org
|
|||||||
fsfe-website
|
fsfe-website
|
||||||
|
|
||||||
lighttpd-fsfe*.log
|
lighttpd-fsfe*.log
|
||||||
|
php-errors.log
|
||||||
|
|
||||||
# ignore everything in fsfe.org/ and status/ but keep the folders
|
# ignore everything in fsfe.org/ and status/ but keep the folders
|
||||||
fsfe.org/*
|
fsfe.org/*
|
||||||
|
|||||||
+1
-1
@@ -173,7 +173,7 @@ for ((i=1; i <= $numargs; i++)); do
|
|||||||
echo_INFO "$HTTPD webserver already seems to be running."
|
echo_INFO "$HTTPD webserver already seems to be running."
|
||||||
fi
|
fi
|
||||||
elif [ "$HTTPD" == "lighttpd" ]; then
|
elif [ "$HTTPD" == "lighttpd" ]; then
|
||||||
if [ ! $(pgrep lighttpd) ]; then # lighttpd
|
if [ ! $(pgrep -f "lighttpd.*${HTTPD_conf}") ]; then # lighttpd
|
||||||
echo_INFO "Starting $HTTPD webserver"
|
echo_INFO "Starting $HTTPD webserver"
|
||||||
/usr/sbin/lighttpd -f "$HTTPD_conf"
|
/usr/sbin/lighttpd -f "$HTTPD_conf"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user