Git Product home page Git Product logo

Comments (5)

cblomart avatar cblomart commented on May 25, 2024

I looked up the code a bit... it happens that in /www/inc/lib/boot.php ssl is detected via $_SERVER["SERVER_PROTOCOL"] which at least in my case is "HTTP/1.1". I replaced it by $_SERVER["HTTPS"] and it works fine.

from phpmydomo.

soif avatar soif commented on May 25, 2024

look in your PR for my comments.

Please checkout my current develop branch, and tell me if it is correctly fixed.

from phpmydomo.

cblomart avatar cblomart commented on May 25, 2024

I don't know exactly where i can contribute to the doc of phpmydomo.

please find bellow the configuration i use to host phpmydomo on lighttpd:

$HTTP["host"] =~ "domo.." {
server.document-root = "/var/www/domo/"
server.errorlog = "/var/log/lighttpd/domo.error.log"
accesslog.filename = "/var/log/lighttpd/domo.access.log"
url.rewrite-once = (
"^/controller.php.
$" => "$0",
"^/static/.*$" => "$0",
"^/.+$" => "/controller.php$0"
)
}

Cédric Blomart - [email protected]

Le 21 avr. 2014 à 14:02, soif [email protected] a écrit :

look in your PR for my comments.

Please checkout my current develop branch, and tell me if it is correctly fixed.


Reply to this email directly or view it on GitHub.

from phpmydomo.

soif avatar soif commented on May 25, 2024

Hi @cblomart

Thank you for your contribution to PMD !

  1. does it now works with HTTPS current detection ?

  2. if you wish to submit a lighthttpd install contrib documentation (THANK YOU) please mimic the nginx_intall.md
    https://github.com/phpMyDomo/phpMyDomo/blob/master/www/inc/doc/howto/nginx_install.md

and submit it a PullRequest as /www/inc/doc/howto/lighthttpd_install.md TO the develop branch.

MANY MANY THANK in advance !!!! 👍

from phpmydomo.

soif avatar soif commented on May 25, 2024

PR #46 merged ! cheers !

from phpmydomo.

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.