[Bug 396055] Re: Lighttpd web application development disturbance through aliasing on 127.0.0.1

2020-09-23 Thread gstrauss
`lighty-disable-mod debian-doc`

** Changed in: lighttpd (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/396055

Title:
  Lighttpd web application development disturbance through aliasing on
  127.0.0.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lighttpd/+bug/396055/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 396055] Re: Lighttpd web application development disturbance through aliasing on 127.0.0.1

2011-06-20 Thread tobyS
*bump*

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/396055

Title:
  Lighttpd web application development disturbance through aliasing on
  127.0.0.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lighttpd/+bug/396055/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 396055] Re: Lighttpd web application development disturbance through aliasing on 127.0.0.1

2009-11-29 Thread Darren Warner
I should mention I'm using 9.10 (Karmic), lighttpd 1.4.22-1ububtu4

-- 
Lighttpd web application development disturbance through aliasing on 127.0.0.1
https://bugs.launchpad.net/bugs/396055
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 396055] Re: Lighttpd web application development disturbance through aliasing on 127.0.0.1

2009-11-29 Thread Darren Warner
Same problem here, however the suggested problem wouldn't work for me
(or other projects that use path aliases - which is most projects that
currently configure apache).

The following does work, but you'd probably need a combination of this
and the above solution to cover all situations:

$HTTP[remoteip] =~ 127.0.0.1 {
alias.url += (
^doc/ = /usr/share/doc/,
^images/ = /usr/share/images/
)
$HTTP[url] =~ ^/doc/|^/images/ {
dir-listing.activate = enable
}
}

-- 
Lighttpd web application development disturbance through aliasing on 127.0.0.1
https://bugs.launchpad.net/bugs/396055
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs