Can you open your web browser's developer tools and check if there are any errors in the console? That might give you some clues about why you aren't seeing anything.
-- Josh Tynjala Bowler Hat LLC https://bowlerhat.dev/ On Mon, Mar 24, 2025 at 2:32 PM Jim McNamara <jmcnamara10...@proton.me> wrote: > Hi all- > > I also posted code today where i manually copied things over from github > into a project and got it to compile with no errors and no warnings and it > wouldn't display in my browser either. > > Is there anyway you can help me brainstorm or with Yishay and Heidra if > you are really busy and they have a spare moment why index.html won't > display? > > I put a lot of diagnostics for you. THANKS > > I have a day or 2 easy to wait and that is exactly what i will do if you > all are busy. j. < please see below> > > My index.html file is not displaying. I put in /var/www/html in lighttpd > > I ran some diagnostics. > > I tried in ubuntu 24.0.2 with a couple of different browsers. > > I tried http://localhost:80/index.html and http://localhost/index.html > > I tried it in firefox and dillo and chromium. I have localhost set up like > this : > > sudo ufw status > Status: active > > To Action From > -- ------ ---- > 80 ALLOW 127.0.0.1 > 80 DENY Anywhere > 80 (v6) DENY Anywhere (v6) > wget http://localhost > --2025-03-24 16:38:15-- http://localhost/ > Resolving localhost (localhost)... 127.0.0.1 > Connecting to localhost (localhost)|127.0.0.1|:80... connected. > HTTP request sent, awaiting response... 200 OK > Length: 1857 (1.8K) [text/html] > Saving to: ‘index.html’ > > index.html 100%[===================>] 1.81K --.-KB/s in 0s > > 2025-03-24 16:38:15 (380 MB/s) - ‘index.html’ saved [1857/1857] > > service lighttpd status > ● lighttpd.service - Lighttpd Daemon > Loaded: loaded (/usr/lib/systemd/system/lighttpd.service; enabled; > preset:> > Active: active (running) since Mon 2025-03-24 15:57:27 EDT; 1h 10min > ago > Main PID: 2201 (lighttpd) > Tasks: 1 (limit: 8933) > Memory: 1.6M (peak: 3.8M) > CPU: 445ms > CGroup: /system.slice/lighttpd.service > └─2201 /usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf > > Mar 24 15:57:27 funnysys-Inspiron-15-3520 systemd[1]: Starting > lighttpd.service> > Mar 24 15:57:27 funnysys-Inspiron-15-3520 lighttpd[2186]: 2025-03-24 > 15:57:27: > > Mar 24 15:57:27 funnysys-Inspiron-15-3520 systemd[1]: Started > lighttpd.service > > lines 1-13/13 (END) > > /home/funnysys/royalebin/apache-royale-0.9.12-bin-js/royale-asjs/js/bin/mxmlc > -output /home/funnysys/royaledef/JSRoyale/main/src/bin/js-release > -library-pat > > h=/home/funnysys/royalebin/apache-royale-0.9.12-bin-js/royale-asjs/frameworks/js/libs/JewelJS/js > *.mxml > Using Royale Compiler codebase: > /home/funnysys/royalebin/apache-royale-0.9.12-bin-js/royale-asjs/js/bin/../.. > Using Royale SDK: > /home/funnysys/royalebin/apache-royale-0.9.12-bin-js/royale-asjs > MXMLJSC > > +royalelib=/home/funnysys/royalebin/apache-royale-0.9.12-bin-js/royale-asjs/frameworks > > -sdk-js-lib=/home/funnysys/royalebin/apache-royale-0.9.12-bin-js/royale-asjs/frameworks/js/Royale/generated-sources > -output > /home/funnysys/royaledef/JSRoyale/main/src/bin/js-release > > -library-path=/home/funnysys/royalebin/apache-royale-0.9.12-bin-js/royale-asjs/frameworks/js/libs/JewelJS/js > AdvancedListPlayGround.mxml > AlertPlayGround.mxml > App.mxml > AudioPlayerPlayGround.mxml > ButtonBarPlayGround.mxml > ButtonPlayGround.mxml > CardPlayGround.mxml > CheckBoxPlayGround.mxml > ComboBoxPlayGround.mxml > DataGridPlayGround.mxml > DateComponentsPlayGround.mxml > DropDownListPlayGround.mxml > FormsValidationPlayGround.mxml > GridPlayGround.mxml > HeadingsAndText.mxml > ImagePlayGround.mxml > LabelPlayGround.mxml > LayoutsPlayGround.mxml > ListPlayGround.mxml > MainContent.mxml > MiscelaneaPlayGound.mxml > NumericStepperPlayGround.mxml > PopUpPlayGround.mxml > ProgressLoaderPlayGround.mxml > RadioButtonPlayGround.mxml > SliderPlayGround.mxml > SnackbarPlayGround.mxml > TabBarPlayGround.mxml > TablePlayGround.mxml > TextInputPlayGround.mxml > TriStateCheckBoxPlayGround.mxml > VideoPlayerPlayGround.mxml > ViewStatesPlayGround.mxml > VirtualListsPlayGround.mxml > WelcomeSection.mxml > WizardPlayGround.mxml > Mar 24, 2025 4:28:46 PM com.google.javascript.jscomp.LoggerErrorManager > printSummary > INFO: 0 error(s), 0 warning(s), 98.0% typed > The project 'WizardPlayGround' has been successfully compiled and > optimized. > 17.111201378 seconds > > sudo ss -tuln | grep ':80' > tcp LISTEN 0 1024 0.0.0.0:80 0.0.0.0:* > tcp LISTEN 0 1024 [::]:80 [::]:* > > Sent with Proton Mail secure email. > > > > > Sent with Proton Mail secure email. >