Questions tagged [web-applications]
371 questions
0
votes
1 answer
Sed issue!! i tried to trigger this command cat test.txt | gf xss | sed ‘s/=.*/=/’ | sed ‘s/URL: //’ | tee testxss.txt
i tried to trigger this command
cat test.txt | gf xss | sed ‘s/=.*/=/’ | sed ‘s/URL: //’ | tee testxss.txt
but getting error as sed: -e expression #1, char 1: unknown command: ' sed: -e expression #1, char 1: unknown command: '
please help resolve…
0
votes
1 answer
Is it okay to use core ruleset v3.3 on modsecurity v2.9
I am just a beginner in the field of security. I have installed ModSecurity v2.9 on my server using this link. But GitHub repository for the core rule set in the link was outdated, so later I removed the ruleset with the official ruleset. Is it okay…
0
votes
0 answers
Is it possible to define "excludes" for check-static in uwsgi settings?
I have an application which I don't want to modify.
It has multiple directories with static files which are defined as static via check-static directive in uwsgi's .ini-file. My problem is that each request to /api endpoint checks all directories…

strizhechenko
- 161
- 4
0
votes
0 answers
How to solve ID1059 Cannot authenticate the user error?
I am not really experienced regarding a server/IIS issue. So I will try my best to explain the problem.
I have two same web applications on two different servers (Test and Live Server). Both servers are running Windows Server 2012 R2 and IIS 8.5.…

user2018
- 101
- 2
0
votes
1 answer
Mirror Linux Systems Running Game Servers And Payment Managing servers
I am building a sort of professional hosting service and want to be able to just switch machines if something goes down on one I use AMP which is a web server along with a game hosting server platform as well as whmcs which is kind of a payment…
0
votes
1 answer
How ready is ARM OS for production?
ARM is gaining traction...
As you may know, for a lot of technical and commercial reasons, ARM is gaining a lot of market-share. AWS now provides ARM servers, HP started shipping ARM servers, and others are expected to follow. I work in a company…

Clément Duveau
- 111
- 5
0
votes
1 answer
Azure - Allow incoming traffic on specific port
I am running a NodeJS app on port 5000 on an Ubuntu 18.04 VM on Azure and I need external access to that app.
I created the inbound and outbound rules and double checked the settings based on this guide…

daydr3am3r
- 101
0
votes
1 answer
Is there a way I can let users access my WebApp using a CNAMErecord on their primary domain?
I want a way of allowing users to access a whit-label version of my WebApp using a CNAME record allowing them to login to their app from a subdomain or domain they setup.
e.g. app.mywebapp.com would be where I host the app.
User will access app via…
0
votes
1 answer
Website not available after publishing
We use Windows 10 with IIS10 for developing my webapps in Visual Studio 2019.
Now I've published my working dev site to the production server running IIS 6.2 on Windows Server 2012. However, when started, the site isn't available, not even if I…

bgmCoder
- 706
- 4
- 16
- 29
0
votes
2 answers
Azure App Service Plan - Specify App Size with PowerShell
I'm trying to deploy an app service plan (ASP) in the premium tier using powershell. I can deploy the ASP successfully but the ASP defaults to P2v1 which is not what I want. I need the ASP to be set to P2V2 in the premium tier.
I can't figure out or…

jrd1989
- 698
- 15
- 48
0
votes
1 answer
Cannot read configuration file \\?\D:\home\site\.well-known\web.config
I have a strange situation where a single ASP.NET Core Web App I am running on Azure is having issues serving files from a particular directory.
Specifically I am trying to serve a file from the path…

Maxim Gershkovich
- 101
- 5
0
votes
1 answer
Deploying React + Spring boot Rest + mysql on one cloud – is it possible?
I have finished by project coding, and now I want to launch it online.
I need some consulting about my deployment process.
At first I though that I will use the “free using” first year of AWS, but very soon I have understand that each little service…

lingar
- 101
- 3
0
votes
1 answer
Azure Application Gateway for hosting an e-commerce website on Azure
Actually I have two questions about Azure Application Gateway:
1. If I want to host a website on Azure, is it necessary to get an SSL certificate ? or does Azure provide it ?
2. If not necessary, Can I use the Application Gateway only as a Web…

Zou
- 1
0
votes
0 answers
IIS8 - websites start automatically on Windows Server 2012 r2
several websites running on 2 different servers with win server 2012 r2 and iis8 keep starting by themselves after being stopped by me from IIS manager.
They keep starting after about 20 minutes from being stopped. even if I stop their applicatioin…

Leon
- 1
0
votes
2 answers
Network Exception thrown after session timeout
My site will run fine and I can go through the entire site, but after my session times out, when I make another request to a page I get this exception:
Server Error in '/' Application.
The system cannot find the file specified
Description: An…