Tuesday, August 12, 2008

apache upgrade

i recently had to update my apache server from 2.0 to 2.2. they made some major changes to the default http.conf file, so in order to get ampache working again i had to add this: Alias /ampache/ "/usr/share/webapps/ampache/3.3.2.1/htdocs/" <Directory "/usr/share/webapps/ampache/3.3.2.1/htdocs/"> Options Indexes AllowOverride None Order allow,deny Allow from all </Directory> previously, i think i only needed the alias. but apparently some security settings were changed because with 2.2 i would get 'client denied by server configuration' in the error log. also, i had to add -D PHP5 to APACHE2_OPTS in /etc/conf.d/apache2 just like before.

No comments: