Code Monkey home page Code Monkey logo

Comments (4)

cboltz avatar cboltz commented on July 21, 2024

Can you please check your access_log or error_log to find out where PostfixAdmin expects the images?

Also, how did you install? Tarball? RPM? Deb? git clone?

from postfixadmin.

kabigears avatar kabigears commented on July 21, 2024

This is from the tar ball. No errors in errors.log, but in access.log getting 404 response. The images are in /images

-rw-rw-r-- 1 apache apache 4293 Jun 26 04:02 logo-default.png
-rw-rw-r-- 1 apache apache 12395 Jun 26 04:02 mail_bg.gif

192.168.1.41 - - [14/Jul/2017:11:35:31 +1000] "GET /images/logo-default.png HTTP/1.1" 404 221 "http://mailadmin.servnet.net/login.php" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0" (-)
192.168.1.41 - - [14/Jul/2017:11:35:31 +1000] "GET /css/calendar.css HTTP/1.1" 304 - "http://mailadmin.servnet.net/css/default.css" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0" (-)
192.168.1.41 - - [14/Jul/2017:11:35:31 +1000] "GET /images/mail_bg.gif HTTP/1.1" 404 216 "http://mailadmin.servnet.net/css/default.css" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0" (-)

from postfixadmin.

cboltz avatar cboltz commented on July 21, 2024

Strange - the locations in your log lines look correct, and the tarball (checked in 3.1) also has them at the expected place.

Even more strange - 404 errors typically cause a line in the error log, so I'm surprised that you don't have any.

Wild guess - do you have an Alias /images /some/where (or ProxyPass /images ...) somewhere in your apache config that might hide PostfixAdmin's images directory? If in doubt, grep -r images /etc/apache2 ;-)

from postfixadmin.

kabigears avatar kabigears commented on July 21, 2024

I had a very old Alias /images in mod.dav that caused the problem. Thanks for the hint.

from postfixadmin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.