FS#5876 - Lighttpd should not install to /home/lighttpd
Attached to Project:
Arch Linux
Opened by tardo (tardo) - Wednesday, 22 November 2006, 02:17 GMT
Last edited by Pierre Schmitz (Pierre) - Monday, 14 July 2008, 01:37 GMT
Opened by tardo (tardo) - Wednesday, 22 November 2006, 02:17 GMT
Last edited by Pierre Schmitz (Pierre) - Monday, 14 July 2008, 01:37 GMT
|
Details
As the above states, installing Lighttpd to it's own
seperate dir (/home/lighttpd) causes problems for other
packages dependent on its wwwroot, for example, packages
like phpmyadmin, dokuwiki, etc, install into /home/httpd
(which I believe is what apache uses). I suggest either
having lighttpd install into /home/httpd or perhaps having a
global _wwwroot variable somewhere so pacman can detect it.
|
Closed by Pierre Schmitz (Pierre)
Monday, 14 July 2008, 01:37 GMT
Reason for closing: Fixed
Additional comments about closing: webservers are using /srv/http now.
Monday, 14 July 2008, 01:37 GMT
Reason for closing: Fixed
Additional comments about closing: webservers are using /srv/http now.
alias.url = ( "/phpMyAdmin/" => "/usr/share/phpMyAdmin/" )
Also had to change permissions for /usr/share/phpMyAdmin to match lighttpd.
I'm all in favor for this new method.
just my two centavos.
But IMHO /opt/php-apps/{$pkgname} makes more sense than /usr/share because web packages do contain configuration files and some web packages may even want to create cache files dynamically.
[1] http://www.pathname.com/fhs/pub/fhs-2.3.html#SRVDATAFORSERVICESPROVIDEDBYSYSTEM