apache2 phpmyadmin mysql? /* nfs mount voor http://www.deliriumtremens.nl/phpdhcpd/index.php */
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>
apt-get install libapache2-mod-php5 a2enmod php5 Module php5 already enabled /etc/init.d/apache2 restart
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 */
/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
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/ */