0

I Have a HTML report file on a remote server.I want to open this file on my local machine in any browser.

I tried the below steps : --> Installed httpd on remote server,started it and tried to access the file using url: http://ip address of remote machine:8000/path to html file This didn't worked.So I tried another way answered in below link How to view html file in remote unix server? Python is installed on my remote machine. But this too is not working. Can someone suggest the best way to achieve this?

1 Answer 1

0

I'm not exactly familiar with UNIX servers, but if you can install packages, try installing "apache2", then moving the html-file into /var/www/ or /var/www/html, depending on your system's and apache's version. In case you get a new version, the html folder is being created automatically!

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.