Changeset 1245
- Timestamp:
- Apr 20, 2016, 1:55:00 PM (5 years ago)
- Location:
- lliurex-pmb/trunk/fuentes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-pmb/trunk/fuentes/debian/changelog
r1210 r1245 1 lliurex-pmb (0.29) xenial; urgency=medium 2 3 * Fix depends wiht php5-lliurex 4 5 -- Juan Ramon Pelegrina <juapesai@hotmail.com> Wed, 20 Apr 2016 13:53:48 +0200 6 1 7 lliurex-pmb (0.28) xenial; urgency=medium 2 8 -
lliurex-pmb/trunk/fuentes/install.lliurex-pmb/etc/apache2-lliurex/sites-available/opac.conf
r1210 r1245 1 <VirtualHost *:80 >1 <VirtualHost *:800> 2 2 ServerName opac 3 3 DocumentRoot /usr/share/pmb/www/opac_css … … 10 10 allow from all 11 11 </Directory> 12 ErrorLog /var/log/apache2-lliurex/pmb-error.log12 ErrorLog ${APACHE_LOG_DIR}/pmb-error.log 13 13 # Possible values include: debug, info, notice, warn, error, crit, 14 14 # alert, emerg. 15 15 LogLevel warn 16 CustomLog /var/log/apache2-lliurex/pmb-access.log combined16 CustomLog ${APACHE_LOG_DIR}/pmb-access.log combined 17 17 ServerSignature On 18 18 </VirtualHost> -
lliurex-pmb/trunk/fuentes/install.lliurex-pmb/etc/apache2-lliurex/sites-available/pmb.conf
r1210 r1245 1 <VirtualHost *:80 >1 <VirtualHost *:800> 2 2 ServerName pmb 3 3 DocumentRoot /usr/share/pmb/www … … 10 10 allow from all 11 11 </Directory> 12 ErrorLog /var/log/apache2-lliurex/pmb-error.log12 ErrorLog ${APACHE_LOG_DIR}/pmb-error.log 13 13 # Possible values include: debug, info, notice, warn, error, crit, 14 14 # alert, emerg. 15 15 LogLevel warn 16 CustomLog /var/log/apache2-lliurex/pmb-access.log combined16 CustomLog ${APACHE_LOG_DIR}/pmb-access.log combined 17 17 ServerSignature On 18 18 </VirtualHost> -
lliurex-pmb/trunk/fuentes/install.lliurex-pmb/usr/sbin/lliurex-pmb
r1210 r1245 31 31 32 32 --hosts) 33 a2ensite-lliurex pmb 34 a2ensite-lliurex opac 35 service apache2-lliurex reload 33 ENSITE=$(which a2ensite-lliurex) 34 ${ENSITE} pmb 35 ${ENSITE} opac 36 systemctl restart apache2-lliurex 36 37 # create file pmb in /var/lib/dnsmasq/config 37 38 if [ ! -d /var/lib/dnsmasq/config ]; then
Note: See TracChangeset
for help on using the changeset viewer.