User Tools

Site Tools


vm-web

vm-web [apache2, mysql, phpmyadmin]

apache2 phpmyadmin mysql? /* nfs mount voor http://www.deliriumtremens.nl/phpdhcpd/index.php */

Apache2 webserver

Installation:

apt-get install apache2

(with recommends)

a2men ? module enabling?

Apache2: disable auto-indexing: root@vm-web:/etc/apache2/mods-enabled# nano autoindex.load root@vm-web:/etc/apache2/mods-enabled# nano autoindex.conf

libapache2-mod-musicindex

apt-get install libapache2-mod-perl2

apache2-suexec

add to /etc/apache2/apache2.conf AddHandler cgi-handler .pl # If the perl module is installed, this will be enabled. <IfModule mod_perl.c> <Location /var/www> SetHandler perl-script PerlHandler Apache::Registry Options +ExecCGI </Location> </IfModule>

<Files ~ “\.(pl|cgi)$”> SetHandler perl-script PerlHandler ModPerl::Registry Options +ExecCGI </Files>

PHP5 module for Apache

apt-get install libapache2-mod-php5
a2enmod php5
  Module php5 already enabled
/etc/init.d/apache2 restart

MySQL

phpMyAdmin

apt-get --no-install-recommends install phpmyadmin mysql-server mcrypt libmcrypt-dev

/* Alias /phpmyadmin /usr/share/phpmyadmin → Alias /pma … */ /* URL: http://145.99.246.60/pma */

Ampache web mp3 music player

/etc/apache2/conf.d# nano phpmyadmin.conf /* URL: http://145.99.246.60/ampache */ ampache: Flash playback doesn't work: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=601688 mp3 player online, apache mp3 of ampache? / apache mp3 last.fm

Joomla or Typo3 CMS

CMS installeren (JOOMLA, TYPO3?)

/* cp /usr/local/bin/ff /vm-net/usr/local/bin/ root@vm-mgr:/vm-web/etc/apache2# cp /usr/local/bin/ff /vm-stor/usr/local/bin/ root@vm-mgr:/vm-web/etc/apache2# cp /usr/local/bin/ff /vm-mail/usr/local/bin/ root@vm-mgr:/vm-web/etc/apache2# */

root@vm-net:/etc/shorewall6# ping6 -I eth0 fe80::a087:7bff:fe4a:4900 ping6 installeren? ipv6 connectivity op www

/* http://dhcpstatus.sourceforge.net/ phpdhcpd */

/* vm-mgr /etc/fstab: /mnt/virtualmachines/vm-net/rootfs/var/lib/dhcp/ /mnt/virtualmachines/vm-web/rootfs/var/www/dhcp bind defaults,bind 00 root@vm-mgr:/mnt/virtualmachines/vm-web/rootfs/var/www# mount -o remount,ro dhcp

Duplicate records in dhcpd.leases / clean remove duplicate leases in dhcp server file http://osdir.com/ml/network.dhcp.isc.dhcp-server/2004-01/msg00287.html

parsing reading dhcp leases file dhcpd.leases http://www.linuxquestions.org/questions/linux-networking-3/parsing-dhclient-leases-59674/ */

Dokuwiki

Installing and configuring DokuWiki


Please leave feedback or questions at the main page.

vm-web.txt · Last modified: 2023-02-28 16:44 by 127.0.0.1