[Bug 179484] Re: phpmyadmin and lighttpd = 404 - Not Found

2008-05-10 Thread Paul van Genderen
It's not a bug in PHPMyAdmin

** Bug watch added: Debian Bug tracker #445459
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=445459

** Also affects: lighttpd (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=445459
   Importance: Unknown
   Status: Unknown

** Changed in: phpmyadmin (Ubuntu)
   Status: Fix Released = Invalid

** Changed in: lighttpd (Ubuntu)
   Status: Invalid = Confirmed

-- 
phpmyadmin and lighttpd = 404 - Not Found
https://bugs.launchpad.net/bugs/179484
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 179484] Re: phpmyadmin and lighttpd = 404 - Not Found

2008-05-10 Thread Paul van Genderen
The title is misleading, it has nothing to do with PHPMyAdmin. I've
linked the Debian bug, please read it. If you comment out these lines in
/etc/lighttpd/conf-available/10-cgi.conf, aliases will work again:

$HTTP[remoteip] == 127.0.0.1 {
   alias.url += ( /cgi-bin/ = /usr/lib/cgi-bin/ )
   $HTTP[url] =~ ^/cgi-bin/ {
   cgi.assign = (  =  )
   }
}

Otherwise Lighttpd tries to access files in the document-root directory.

-- 
phpmyadmin and lighttpd = 404 - Not Found
https://bugs.launchpad.net/bugs/179484
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 179484] Re: phpmyadmin and lighttpd = 404 - Not Found

2008-05-10 Thread Paul van Genderen
Also see Debian bug #386568 ( http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=386568 )

-- 
phpmyadmin and lighttpd = 404 - Not Found
https://bugs.launchpad.net/bugs/179484
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 179484] Re: phpmyadmin and lighttpd = 404 - Not Found

2008-05-10 Thread Bug Watch Updater
** Changed in: lighttpd (Debian)
   Status: Unknown = Confirmed

-- 
phpmyadmin and lighttpd = 404 - Not Found
https://bugs.launchpad.net/bugs/179484
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 179484] Re: phpmyadmin and lighttpd = 404 - Not Found

2008-05-01 Thread Michal Čihař
Debian package ships with this:

alias.url += ( 
/phpmyadmin = /usr/share/phpmyadmin,
)

You need to change it to make it work or Ubuntu uses some different
config?

-- 
phpmyadmin and lighttpd = 404 - Not Found
https://bugs.launchpad.net/bugs/179484
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 179484] Re: phpmyadmin and lighttpd = 404 - Not Found

2008-05-01 Thread Wladston Viana
if you are 100% sure that the default setting is this one, you can mark
the bug as fixed, those are the settings  that make it work.

-- 
phpmyadmin and lighttpd = 404 - Not Found
https://bugs.launchpad.net/bugs/179484
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 179484] Re: phpmyadmin and lighttpd = 404 - Not Found

2008-05-01 Thread Daniel Hahler
Yes, the default is /phpmyadmin = /usr/share/phpmyadmin.
Marking Fix released.

** Changed in: lighttpd (Ubuntu)
   Status: New = Invalid

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

-- 
phpmyadmin and lighttpd = 404 - Not Found
https://bugs.launchpad.net/bugs/179484
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 179484] Re: phpmyadmin and lighttpd = 404 - Not Found

2008-04-03 Thread Wladston Viana
Stephan,

Did that.

I think most of the debug variables discribed there doesn't work,
because of that :

2008-04-03 18:10:27: (server.c.915) WARNING: unknown config-key: 
debug.dump-unknown-headers (ignored) 
2008-04-03 18:10:27: (server.c.915) WARNING: unknown config-key: 
debug.log-condition-cache-handling (ignored) 
2008-04-03 18:10:27: (server.c.915) WARNING: unknown config-key: auth.debug 
(ignored) 
2008-04-03 18:10:27: (server.c.915) WARNING: unknown config-key: proxy.debug 
(ignored) 
2008-04-03 18:10:27: (server.c.915) WARNING: unknown config-key: 
proxy-core.debug (ignored) 
2008-04-03 18:10:27: (server.c.915) WARNING: unknown config-key: 
simple-vhost.debug (ignored) 
2008-04-03 18:10:27: (server.c.915) WARNING: unknown config-key: webdav.log-xml 
(ignored) 

But I think I got a good error log. Can you please take a look at it ?

** Attachment added: phpmyadmin_error.log
   http://launchpadlibrarian.net/13099561/phpmyadmin_error.log

-- 
phpmyadmin and lighttpd = 404 - Not Found
https://bugs.launchpad.net/bugs/179484
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 179484] Re: phpmyadmin and lighttpd = 404 - Not Found

2008-04-03 Thread Wladston Viana
I finally figured out why the bug happens:

http://localhost/phpmyadmin - no good
http://localhost/phpmyadmin/ - works!

Chaning my settings to this :

alias.url  = (/phpmyadmin = /usr/share/phpmyadmin)


Fully solved the issue. Please, fix it!!

Thanks,

-- 
phpmyadmin and lighttpd = 404 - Not Found
https://bugs.launchpad.net/bugs/179484
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 179484] Re: phpmyadmin and lighttpd = 404 - Not Found

2008-03-17 Thread Stephan Hermann
Dear reporter,

fun part: lighttpd ships a configuration with this as default:


## files to check for if .../ is requested
index-file.names   = ( index.php, index.html,
   index.htm, default.htm,
   index.lighttpd.html )

so index.php needs to be recognized...mod_alias is enabled by default.

To get the real bug:

1. Read http://trac.lighttpd.net/trac/wiki/DebugVariables
2. Set them to the highest level...
3. Reproduce it
4. Check /var/log/lighttpd/error.log
5. Attach  your error logs in this bug.


Thx for your help,

\sh

-- 
phpmyadmin and lighttpd = 404 - Not Found
https://bugs.launchpad.net/bugs/179484
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 179484] Re: phpmyadmin and lighttpd = 404 - Not Found

2008-01-27 Thread Wladston Viana
I'm having the exact same problem, but under gusty.

-- 
phpmyadmin and lighttpd = 404 - Not Found
https://bugs.launchpad.net/bugs/179484
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 179484] Re: phpmyadmin and lighttpd = 404 - Not Found

2008-01-27 Thread Wladston Viana
found something - if you run http://yourhost/phpmyadmin/index.php, it works.
Looks like lighttpd is unable to locate index.php, or maybe mod_alias isn't 
working

-- 
phpmyadmin and lighttpd = 404 - Not Found
https://bugs.launchpad.net/bugs/179484
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 179484] Re: phpmyadmin and lighttpd = 404 - Not Found

2007-12-30 Thread Karol Krizka
I forgot to mention, I am running Hardy Heron and lighttpd
1.4.18-1ubuntu1 and phpmyadmin 2.11.3-1.

-- 
phpmyadmin and lighttpd = 404 - Not Found
https://bugs.launchpad.net/bugs/179484
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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