pkgsrc-WIP-discuss archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: wip/joomla dependency



Hi,

On Fri, 01 Sep 2006 15:22:23 +0200, Torsten Harenberg wrote:
> would it be much work to upgrade the package to a recent Joomla version? The 
> recent stable release one is 1.0.11 and has a large number of security fixes 
> compared to the release in pkgsrc-wip . If help is needed, I would volunteer 
> to 
> test it.

Update done.

> second remark: in the joomla.conf you provide
> 
> [15:19] root@wpdu2:/usr/pkgsrc/wip/joomla/files $ cat joomla.conf
> # joomla configuration file fragment for Apache
> 
> <IfModule mod_alias.c>
>      Alias /joomla/ "@JOOMLA_DIR@/"
> </IfModule>
> 
> <Directory "@JOOMLA_DIR@">
>      Options Indexes
>      AllowOverride None
>      Order allow,deny
>      Allow from all
> </Directory>
> 
> I suggest to add a
> 
>      DirectoryIndex index.php
> 
> in the Directory directive. At least I not configured my apache to interpret 
> index.php in case of a directory access. (Adding it there shouldn't harm if 
> people have it in their generell config.)

Seem to be also contain index.html files,
so add
        DirectoryIndex index.php index.html

--
"Of course I love NetBSD":-)
OBATA Akio / obata%lins.jp@localhost


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
pkgsrc-wip-discuss mailing list
pkgsrc-wip-discuss%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-discuss



Home | Main Index | Thread Index | Old Index