On 8/15/06, Micheal Espinola Jr <[EMAIL PROTECTED]> wrote:
>
> Unfortunately, the port may cause more issues that perhaps should not
> exist.  My final solution to the issue:
>
> Replace (in two places):
>
> if ($fil=~/\.\./) {
>
> with:
>
> if ($fil!~/$base\/.*\.(css|gif|jpg|png|txt)$/i) {
>
> This *may* break on the FreeBSD port of ASSP.  The FreeBSD port uses "."
> as a base directory -  which in my opinion is counter-intuitive to the
> intent of specifying a base directory from the command line.

Not true.
This is only what you get when you run the assp.pl directly using "perl assp.pl"

> I am not familiar with *nix or various ports for ASSP, so I cannot see
> the logic in this, although Geniusfreak was telling me off-line that the
> FreeBSD port deposits the log files in the same location as other log
> files on a *nix system.

Oddly enough it places them in /var/db/assp
The FreeBSD port is pretty customized for the OS.

Kevin

-------------------------------------------------------------------------
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
_______________________________________________
Assp-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to