Web Server
- Dominant language
- C
- Stars
- 20.5k
- Forks
- 1.5k
- PR merge metrics
- No merged PRs in 30d
Description
Running a web server using iSH app from the Apple App Store on iOS. I have tried the examples below but keep receiving dmesg. Please help.
php -S localhost:8000
python3 -m http.server
apache2
When using identical method of python3 -m http.server as written on iSH Wiki after stopping the server i get dmesg error.
FIXME socketcall 18
stub syscall
I have used the keep alive code from the iSH information on GitHub.
I have used code where all three versions will serve a .php webpage in a browser but still produce a dmesg message in terminal. Each version had a different dmesg error.
Is it possible to run a web server that will serve .php files without any errors. If so please explain. Thank you.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the reported behavior with `php -S localhost:8000`, `python3 -m http.server`, and `apache2`, including stopping the server and checking `dmesg` for `FIXME socketcall 18` and `stub syscall`. A complete investigation would need to identify whether the messages represent a functional failure and define the expected behavior for serving PHP files without errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- apache, php, python
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100