Questions tagged [web-applications]
371 questions
0
votes
1 answer
IIS 7.5 - Deployed WebApp can't access network shared's folder / files
I come back with a new question for you guys. :)
My project need to work with some important data and print the results. I'm working with a big db and few files located on my company's network. So I need to open them, extract data, etc... But it's…

MTEDField
- 41
- 6
0
votes
0 answers
rpm spec file is not executed on rpm install
I am creating an rpm installer for my web applications.
On the spec file, i got this on %prep and %install
%prep
#will create and cd to the named directory before doing the untar.
%setup -c -n %{name}
%install
php install.php
The issue is that…

Pelang
- 413
- 5
- 9
- 15
0
votes
1 answer
Web app architecture - firewall blocking
I'm currently working on a web app and seem to be having a few problems with the app being blocked by office firewalls of our test groups. My background is in design / front end so my knowledge of network stuff is a bit fuzzy.
I'll describe our…

Merlin Mason
- 101
0
votes
3 answers
Good web based download manager?
I already asked this question in SO, but since I couldn't find exaclty what I was looking for (and based on Workshop Alex suggestion in the answer) I decide to ask here.
Here in our company we usually make avaiable some files to our costumers and…

GmonC
- 129
- 7
0
votes
1 answer
Linux router: User friendly, web-based traffic monitor app
This is not a tech question but I hope someone can help me out.
I've been searching all over the web for an app like this, but I can't seem to find one:
Friendly user interface where a non-technical person can manage LAN computers.
Set individual…

Tony
- 269
- 4
- 15
0
votes
2 answers
docker containers in a CI pipeline process
I am trying to integrate docker containers in my simple CI pipeline for deploying a webapp.
I have 3 containers with nginx, tomcat and mysql.
I understood the basics of how to create these containers using Dockerfiles and linking them together.
My…

spike07
- 101
0
votes
2 answers
What SSL certificate to use with web app with API on Azure?
I am creating a web service / app and hosting it on Azure.
Users signing up for the service will get their own subdomain, e.g. user1.example.com.
I have an API which is accessible through www.
I want to secure communication with SSL for both the API…
user248781
0
votes
4 answers
where should the site root directory be?
Where should I put my site root directory "my_site"?
Any best practice?
/var/www/my_site/
/var/local/sites/my_site/
/usr/share/wwww/my_site/
/usr/local/my_site/
/opt/my_site/
/srv/my_site/

Michael
- 471
- 1
- 7
- 14
0
votes
1 answer
Websphere Virtual Host
IBM WAS 8 gives option to create virtual hosts.
At the time of WAR deployment, I am able to map the application to a particular virtual host.
For each virtual host, I am able to assign a port number (There is no protocol defined for the virtual host…

Teddy
- 125
- 6
0
votes
1 answer
How do I add the sort extension to an IMAP server?
if we do own a Mail server supporting, how is it possible to add a sort extension to it?
Also how is it possible for a client using java mail to check if the server does indeed support the Sort extension?
For ref: question asked at…
user19573
0
votes
0 answers
How to optimize Nginx config to serve Laravel from subdirectory
I have multiple applications setup on one domain, each in its own folder like this:
example.com/app1
example.com/app2
...
example.com/appX
My directory tree is like this:
/usr/share/www/
root/
index.html
…
0
votes
1 answer
Strategies for deploying web apps?
Problem: I've developed a web app, which is basically dedicated and single-user. I'm running it on my own bare-metal server. I'd like to get more users, but I'm not really interested in hosting these users, or in the problems that would come with…

EML
- 423
- 4
- 12
0
votes
1 answer
options for deploying application
I've created a simple web application, a self-contained tool with a user system. I host it publicly for everyone to use, but I've gotten some requests to allow companies to host the entire application privately on their internal systems.
I have no…

lifeformed
- 103
- 2
0
votes
0 answers
Changing HTML-TITLE for web application with NGINX
There are some web applications which are running on my server. Most of them use their own small server, which are bound to localhost. So for access them, I am using NGINX which runs as a proxy.
Now, there is a web app which has a hard coded…
user219962
0
votes
1 answer
Lync 2010 web app Share desktop not available
We are attempting to set up Lync 2010 to organize meetings with external users however when we get the meeting set up there is no option of Desktop under the Share menu.
I can't find any kind of documentation on this anywhere.
I've checked the…

Schuyler
- 103
- 5