Questions tagged [html]

210 questions
4
votes
1 answer

code injection, some sort of hack?

something seems to have either hacked a webserver, or we have some sort of semi-malicious code running that keeps injecting code into our website. it seems to affect just a couple of coldfusion and html file. we've run malwarebytes, spybot, and AVG…
user44650
  • 137
  • 4
  • 11
4
votes
5 answers

What excuses are IT managers/directors using to defer upgrading from Internet Explorer 6?

Why are so many medium to large enterprises still using Internet Explorer 6? Is there some secret ultra valuable feature or cost reason that has extended its life? What are the most common excuses you have been given?
David Evans
4
votes
2 answers

Hyperlinking to a site with port 443

I am having trouble finding a way to hyperlink to https://secure.mysite.net:443 I tried: HTTPS SSL However it simply takes me to https://secure.mysite.net (port 80) Is there a way to hyperlink ports using…
Goulash
  • 81
  • 10
4
votes
5 answers

What statistics app should I use for my website?

I have my own server (with root access). I need statistics of users who visit my website etc etc... I have looked at an app called Webalyzer... Is this a good choice? I run apache2 on a Ubuntu 9 system... If you know of any good statistics apps for…
Anonymous12345
  • 1,022
  • 2
  • 13
  • 18
4
votes
15 answers

smallest webserver

Can anyone recommend a tiny tiny webserver that will run on windows. Extra points if it runs as an NT service. I am looking for something purely to server html. At most it will probably server 20 pages a day, and at worst 2 or 3 simultaneously. So…
Crudler
4
votes
3 answers

Scan HTML for unused assets in folders

I have an aging website I'm managing and I'd like to remove all unused external files (.css, .jpg, .js, etc.) that are currently in various folders all over the site. Is there a tool out there that can help me identify and/or remove these for me?
Byran Zaugg
  • 337
  • 1
  • 2
  • 10
4
votes
4 answers

How can I render html at high resolution?

I want to create high-quality prints of a website, for a publication. Screenshots can get very gritty when printed out, for no good reason. Embedded bitmap images can't be improved of course, but there is no reason why the fonts can't be rendered at…
amarillion
  • 1,409
  • 2
  • 16
  • 25
4
votes
1 answer

How do I copy/paste to a VM console window in the VMware ESXi HTML interface?

I have an Ubuntu VM in an instance of VMware ESXi 6.7.0. I am using Chrome to access the VM console in the HTML interface of VMware ESXi. (I do not have SSH access to the VM.) I would like to copy/paste from my Windows PC to the VM console window. I…
pacoverflow
  • 261
  • 2
  • 3
  • 17
3
votes
2 answers

How do I properly escape and interpolate variables in Bash?

I'm trying to write a one-liner to convert html entities present in some files (all html with UTF-8 encoding) I've tried recode HTML_4.0 file.htm but that also converts non-ASCII characters (it breaks the UTF-8 characters) In StackOverflow I found…
Diego Shevek
  • 133
  • 5
3
votes
1 answer

Cannot use relative links in my tomcat development environment

I'm developing a web-application with tomcat. In the dev env, the application's root address is localhost:8080/myapp/. In production, the root address is www.myapp.com/. When I use a relative link in my website, e.g. /home, it works fine in…
vivri
  • 203
  • 2
  • 10
3
votes
1 answer

In IIS, Is it possible to execute a .HTML page as aspx?

Question: We have a 3rd party portal that makes a copy of a html/aspx page, and puts it into a temporary folder, CHANGING THE EXTENSION to .HTML in all cases (also it the root page was .aspx). Unfortunately, that means it does not execute the…
Quandary
  • 1,024
  • 4
  • 19
  • 36
3
votes
2 answers

Apache2 slow serving static while healthy

My Apache status looks like; 201 requests/sec - 98.8 kB/second - 504 B/request 85 requests currently being processed, 345 idle…
user45339
  • 53
  • 7
3
votes
1 answer

Large file download from self hosted website

Sorry if the question is simple, I am new to web development and self-hosted servers. We have a self hosted website, which is supposed to have a button to download a large zip file (1 GB). For this, we have a simple solution in the index.html…
3
votes
1 answer

Why is my .htaccess and .htpasswd not working?

I have .htaccess and .htpasswd files in the directory that has png files that I want to protect. .htaccess AuthType Basic AuthName "Co to za nielegalne grzebanie w plikach, juz dzwonie na milicje." AuthUserFile ./.htpasswd Require…
Wungiel
  • 31
  • 2
2
votes
1 answer

nginx SSI: how to echo html?

As a sanity test, at the head of my HTML page, I'm trying to do a very simple SSI echo to indicate to the browser that SSI is working: index.html: