Questions tagged [html]
210 questions
0
votes
1 answer
Powershell send-mail message, how to put line break in body variable
I am searching for a string in multiple files within a folder.
If I get that string, then I would like to email all these folders which have this string. I have figured all that out and have adjusted the way I want my format.
The issue is when I…

user3421341
- 33
- 1
- 1
- 8
0
votes
0 answers
My Cloudflare-connected website is not updating
I have a website hosted via ByetHost and the site is connected to Cloudflare, I want to update the site after a month of publishing.
When i uploaded the updated HTML files via Filezilla, the site doesn't update the changes, then i realize that…
0
votes
0 answers
Nginx nodejs site static content - 404 error but works when access direct via ip
I am trying to use nginx with my nodejs site, but i am having issues with the nginx configuration. Initially i couldn't get my css or images to display but i fixed that by adding:
location /images {
root PATH_TO_MY_PROJECT_IMAGES_FOLDER
}
However, i…

user7856951
- 101
- 2
0
votes
0 answers
Outlook HTML message going to Spam
I have a 3 or 4 users in our company whose emails consistently goes the recipient's spam folder. Whether it's gmail, yahoo, or another email provider.
We run an in house Exchange 2010 server. None of our static IP addresses, email server ip or…

GarudaLead
- 181
- 1
- 1
- 7
0
votes
0 answers
Using IIS, is it possible to use URL Rewrite to direct it to a specific HTML page?
I am configuring a web map application using IIS and GeoServer (installed through OpenGeoSuite) on an AWS EC2 instance.
Using this tutorial (http://www.cartoninjas.net/post/Installing-GeoServer-on-Windows-7-(x32-or-x64)-and-IIS-75) I was…
sam
0
votes
1 answer
Contact form from ubuntu to Zoho email address
I would like some support in order to get my Postfix configuration working with my Zoho email account. What I am trying to do is to send a message from my contact form in http://www.g3eo.com/#!/page_Contacts to my Zoho email account. For that I…

Gery
- 101
- 5
0
votes
1 answer
Nginx serving index.html fine, but requests for assets are bad
i have the following nginx config:
server {
listen 80;
listen [::]:80;
listen 443;
listen [::]:443;
server_name oreqizer.com;
location / {
root…

Idefixx
- 101
- 1
0
votes
1 answer
How to use NGINX with templating?
Is there any way to do templating in nginx? For example, if I have a file like this:
{header}
This…
This is a header
This is not a header {footer} and then use NGINX to replace {header} with, say, this:
markasoftware
- 489
- 1
- 5
- 7
0
votes
1 answer
Webserver running very slow
I am going to attempt to post all relevant information to my problem so I don't get downvoted. Any help/guidance will be much appreciated.
2 days ago, my website: http://ianon.info , http://ianon.info/pet_support/login2b.php
started to run VERY…

user1011332
- 101
- 2
0
votes
1 answer
Why is Apache2 serving as an iperf server?
My Question:
Does anybody know why an apache2 server can act as an iperf server? I thought that an apache2 server does only answer HTTP requests.
My Situation:
I accidentally realized that an apache2 server can act as a iperf server when connecting…

Jimmy88
- 341
- 1
- 2
- 10
0
votes
1 answer
HTML Paragraph Multiple Line Alignment
When I open this HTML document in Chrome. The line that says "Line 2". How do I get it to align to the center too without starting a new paragraph tag.
HTML page
Heading

jturnism
- 3
- 1
0
votes
0 answers
ngnix proxy_pass HTML resources
I'm setting up a reverse proxy that connects to different localhost ports with different services.
This is the NGINX site configuration:
server {
listen 0.0.0.0:80;
root /var/www/;
index index.html index.php;
include…

chaser1
- 1
0
votes
1 answer
XSS Vulnerability with PCI RapidComply
I have a website hosted on an Apache Tomcat 7 server that uses the Authorize.net gateway and merchant services to handle payment. I recently ran a required PCI Compliance test against my website, and it failed due to a Reflected…

Bob .
- 103
- 1
0
votes
1 answer
Zabbix Web Scenario
One of my tasks with Zabbix is to monitor the many web applications that I support and gather accurate response times, emulating the user-experience. I have attempted to implement my scenarios based on the Zabbix Web Scenario section in the manual,…

Evan Bechtol
- 156
- 1
- 2
- 9
0
votes
0 answers
*** glibc detected *** /usr/sbin/httpd: free(): invalid pointer: 0x068977f0 ***
Completely fresh install of CentOS and I've installed PHP, MySQL and Apache with all modules, when I first tried to run the service the following message is in the error_log followed by a memory map.
*** glibc detected *** /usr/sbin/httpd: free():…