* directory with a file “config.php”
* I add a rewrite rule config/something.php -> someotherfilephp
* I try to access config/something.php
* mysteriously, an empty file is returned (Status Code 200)
* I look into the log, and realize config.php is accessed
* Being absolutely clueless, I grab our sysadmin by the arm and shove him to my place
* after a long search through the apache config, he stumbles upon the MultiViews directive
* set “-MultiViews”
* everything works as expected
* … bang head against table…
Tag-Archive for » configuration «
I installed Arch Linux some days ago. – I’ve been getting used to (K)Ubuntu’s everything-just-works magic recently, but having to do some things on my own is more refreshing than it is annoying.
Here’s my personal list of things I had to do manually, not counting application package installs like firefox/chromium, amarok et al (to be extended):
- create a new user and make home dir
- install KDE and Xorg (the latter not being pulled automatically when installing KDE!)
pacman -yS kde xorg
then, set the default runlevel to “boot to X” and set the X window manager to kdm in /etc/inittab
- make the scroll area of my touchpad work:
pacman -S xf86-input-synaptics cp /usr/share/hal/fdi/policy/10osvendor/11-x11-synaptics.fdi /etc/hal/fdi/policy/
and after that, editing /etc/hal/fdi/policy/11-x11-synaptics.fdi
- set the bash option to make “ls” display different things in different colors:
echo "alias ls='ls --color=auto' " >> ~/.bashrc
- Hab mir einen LinkSys WRT54GLv1.1 auf eBay geschossen, inkl Versand für 40€
- Die neueste Freifunksoftware in der Piratenvariante gezogen
- Mir ein Konto bei meiner lokalen Freifunkcommunity zugelegt
- daselbst dann eine neue IP registriert
- Den LinkSys angeschmissen, mich über Kabel rangesteckt
- HTML-Seite auf der Gateway-IP (http://192.168.1.1/) aufgerufen, Benutzername leer, Kennwort “admin”, die Option zum Firmwareupdaten gefunden, zuvor gesaugte Software reingeworfen
- Nachdem das Ding neugestartet ist, die schicke piratige Benutzeroberfläche gesehen, Paßwort geändert, Freifunk-IP etc eingetragen und überhaupt diverse Optionen gesetzt
- Die Kiste mit dem Uplink an einen der LAN-Ports meiner Fritzbox gehängt
- … äh. fertig. wow.
Jeder in meiner Nähe kann über WLAN (Ad-Hoc-Modus) sich verbinden, kriegt ‘ne IP, und beim ersten HTTP-Zugriff (Webseitenaufruf) kriegt er ‘ne Infoseite zurück mit ‘nem kleinem “allet klar ich benehm mich”-Button zum klik-ken :)
Danach get dat mit dem Internet und pingen is auch drin ;)
The ncmpc volume control does not work? Maybe something is missing in the mpd configuration… in my case, uncommenting
mixer_type "alsa"
mixer_device "default"
mixer_control "PCM"
in /etc/mpd.conf did the trick
