mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-19 22:48:01 +02:00
2021-05-31 Fred Gleason <fredg@paravelsystems.com>
* Added symlinks to enable CGI processing in 'debian/postinst'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
cb4f8fe9ea
commit
2befeec14f
@ -21718,3 +21718,5 @@
|
||||
2021-05-19 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Hacked the build system to make the PyPAD module install
|
||||
correctly on Debian-ish systems.
|
||||
2021-05-31 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added symlinks to enable CGI processing in 'debian/postinst'.
|
||||
|
2
debian/postinst
vendored
2
debian/postinst
vendored
@ -33,6 +33,8 @@ case "$1" in
|
||||
/bin/systemctl restart rivendell
|
||||
/bin/systemctl enable rivendell
|
||||
ln -f -s ../conf-available/rd-bin.conf /etc/apache2/conf-enabled/rd-bin.conf
|
||||
ln -f -s ../mods-available/cgid.conf /etc/apache2/mods-enabled/cgid.conf
|
||||
ln -f -s ../mods-available/cgid.load /etc/apache2/mods-enabled/cgid.load
|
||||
chown rivendell:rivendell /var/www/rd-bin/rdxport.cgi
|
||||
chmod 6755 /var/www/rd-bin/rdxport.cgi
|
||||
/bin/systemctl restart apache2
|
||||
|
Loading…
x
Reference in New Issue
Block a user