ish-app / ish

Linux shell for iOS
https://ish.app
Other
16.36k stars 858 forks source link

when i try to start apache2 if just throws networking wouldn't start error #2192

Open jolkweb opened 10 months ago

freebrowser1 commented 10 months ago

rc-service apache2 start does not work indeed, but try exec /usr/sbin/httpd -D FOREGROUND & and ignore errors. This should work. cat /dev/location > /dev/null & allows running in the background which barely costs more battery, but allows opening webpages stored on the iPad, even in the workspace of other apps when mounted properly with `mount -t ios ' which should be executed once on the iDevice itself.