Confusion about server configuration file and documentation #389
Unanswered
WilliamDEdwards
asked this question in
Q&A
Replies: 1 comment
-
Just found the The other points stand. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Where is the server configuration file?
Where should the server configuration file be stored when using the PHAR?
The 'Admin Interface' documentation says:
... without explaining where this configuration file should be.
Someone asked the same question in issue #209. Reply:
However, upon starting
expose
as follows:... neither file is accessed (confirmed with strace). In other words: placing
.expose.php
in the working directory has no effect.Running
expose
with-vvv
does not yield any useful output.--basicAuth
option does not existexpose -h
outputs that the following options are supported:... but
--basicAuth
does not exist. When passing it, Expose exits with:Search bar in documentation does not work
Nothing happens when entering a search term (even when there should definitely be a result), nor when pressing enter.
Tested on macOS 13.3.1 and Firefox 116.0.2.
Hyperlinks in documentation are broken
Many hyperlinks in the documentation redirect to 'Introduction'.
Examples:
SQLite absence should be handled properly
When the SQLite PHP extension is not available, the internal process
php expose --sqlite-worker
exists. This causes requests to/users
(admin panel) to hang.System requirements should be clearly documented, and when not met, an error should be logged.
Beta Was this translation helpful? Give feedback.
All reactions