Skip to main content

Questions tagged [apache]

open-source HTTP server for operating systems like UNIX, its variants and Windows. Apache is a secure and efficient server providing HTTP services compliant with the current HTTP standards.

2 votes
1 answer
534 views

In Flask you can run a "webserver". Well really it's a "WSGI Server". Well really you shouldn't be using core server features like serving files through HTTP at all, you should be ...
Leftover Salad's user avatar
-2 votes
1 answer
195 views

I have a design question to all the programmers out there. Until now, I wrote most of my software in vb.NET oder C#, especially if I needed a Frontend. Now I would like to have a Frontend which is ...
Manuel's user avatar
  • 97
2 votes
0 answers
149 views

I am working on a little framework where I have this directory tree: project/ |--- ... (directories unrelated to the question) |--- public/ | |--- index.php .htaccess The .htaccess sends every ...
AymDev's user avatar
  • 121
1 vote
0 answers
109 views

I have recently joined the company where I see below stack to handle the http request CDN -> LVS(Load balancer) -> NGINX -> Apache My question is about using advantage of NGINX b/w Load balancer ...
user3222249's user avatar
0 votes
1 answer
685 views

I'm trying to understand this and having a hard time. I usually use Ubuntu server, with Apache2, and this time I am not. So I'm a bit out of my element. I'm also a software developer and I don't do ...
aCarella's user avatar
  • 329
-3 votes
1 answer
508 views

EDIT: I have an ExcelUtility.java class to get cell data from it and pass it on to the tests methods in my test class. I am reading from 1 excel file. The excel file has 3 worksheets. Every worksheet ...
me2me2you2me's user avatar
2 votes
1 answer
692 views

Let say I have an Apache server that needs data from external API before serving the page. I wonder if there is a limit of requests an Apache server can make and wait for response. Or does it depend ...
kkkkkkk's user avatar
  • 134
3 votes
2 answers
218 views

I have this application containing 2 parts: User-facing SPA web served by Apache NodeJS API server When a user go to the SPA web, Apache will do authentication and prefetch data for that user by ...
kkkkkkk's user avatar
  • 134
0 votes
1 answer
351 views

I'm watching a talk on Vert.x (not in English) and they say that "the whole architecture needs to be asynchronous from beginning to end", and cites as an example of what not to do putting an Apache ...
garci560's user avatar
  • 267
1 vote
1 answer
326 views

I currently have a web server running apache with multiple sites on it using virtual hosts. I want to add a service to my server that is using nodejs but I want it to be accessible under the same ...
php_nub_qq's user avatar
  • 2,240
1 vote
2 answers
934 views

I'm a .NET developer, currently writing an ASP.NET site hosted on our local servers with Windows, IIS, and SQL Server. We're speaking to a company in India about hiring a developer for a different ...
Sinjai's user avatar
  • 131
1 vote
6 answers
1k views

We have a Java Application running on Tomcat as the AppServer & Apache as the Webserver. Currently, we are handling Malformed requests in the Application itself. However, I was wondering if it's ...
user93353's user avatar
  • 429
4 votes
2 answers
415 views

I've got a Python webapp running in docker container and a DB container/service, and I'm wondering if the apache/mod_wsgi functionality should be contained within the container that runs the python ...
JacobIRR's user avatar
  • 159
0 votes
1 answer
531 views

I'm developing a Cordova app and I've got the UI ready but I need data to my app from a database. For example I want my cordova app to include user authentication when the user opens the app which ...
Huezzer's user avatar
1 vote
0 answers
74 views

So, I'm developing my own CMS which dynamically adjusts to the settings I have set on a specific domain. I just developed this whole CMS on my local machine and now facing the problem that I have ...
AlexioVay's user avatar
  • 137

15 30 50 per page
1
2 3 4 5