Questions tagged [web-applications]

369 questions
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
  • 451
  • 1
  • 6
  • 13
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
  • 393
  • 3
  • 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
0
votes
1 answer

IIS 7.5 Files Edited Using FTP Lose Permissions

I have a web application running IIS 7.5, I have a few files that require that the I_USER have write/modify permissions. When these permissions have been applied and the application runs smoothly. However the application also allows FTP access to…
0
votes
1 answer

Do server responses become serial on parallel requests?

Let us have a web-application, served by Nginx, listening to port 80. When two or more users try to access some URL of that application, which response takes lot of time. For example, ten users try to load /give_me_some_charts page and server…
shybovycha
  • 124
  • 5
0
votes
1 answer

Basic Windows permission issue: web app access, but no direct web access

I have some files which unfortunately need to be located within the web root but should be denied to regular users. However, they do need to be available to one of the web apps running on the server. Do I need to adjust permissions on the folder in…
Jordan Reiter
  • 1,260
  • 4
  • 17
  • 38
0
votes
1 answer

Exchange 2013 & Web Apps 2013

I'm trying to configure our Exchange 2013 OWA server to be able to preview documents with Office Web Apps. Web Apps works just fine in SharePoint 2013, as well as for PowerPoint presenting in Lync 2013. Currently were using a self-signed cert for…
Lee Harrison
  • 486
  • 1
  • 5
  • 18
0
votes
1 answer

Tomcat Requested resource not found

I have a webapp, for which i have created a softlink in the webapp folder in tomcat6 directory /var/lib/tomcat6/webapp. Now, i have the webapp stored in /webapp/ when i pointed all my servers and restarted tomcat and visitedL…
Vijit Jain
  • 86
  • 3
  • 15
0
votes
1 answer

When does IIS _gracefully_ stop/restart applications?

As far as I understand, IIS-hosted applications can stop or restart for a variety of reasons, including: A person explicitly telling it to using the stop button in IIS manager. Automatically restarting an application for one of various reasons. (In…
Sam
  • 147
  • 1
  • 7