Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (1)

0
votes
1answer
19 views

NGINX on OSX Snow Leopard Server - extremely slow over network

I set up nginx to serve a rails application for our intranet. It runs on a osx server blade with snow leopard. When I work on the server and go to localhost:8444 it runs very smooth and fast, but when ...
5
votes
7answers
170 views

Is there tool that will monitor or log speed of web server responses

I have GNU/linux Box (linode VPS running Debian) with PHP, Apache, MySQL and Varnish (and app/site that use those) is there a tool that will save or monitor load times of web server responses?
1
vote
1answer
13 views

Apache server Website should point to Vhost but is searching in html folder on upgrade

I upgraded my server from 2.2 to 2.2.22 . When I open my website in chrome it says successfully installed and You may now add content to the directory /var/www/html/. Note that until you do so, ...
-2
votes
0answers
32 views

Which linux distribution is advisable to setup a server? [closed]

There are Many distributions of Linux, I have no idea for Used to mount a web server (load balancers, MySQL, Apache) and so on.
-2
votes
0answers
38 views

why domain without www sometimes works sometimes not [closed]

Possible Duplicate: to www or not to www what can be reasons that a domain is working in following way www.example.com but SOMETIMES not working in following way example.com all I can ...
-4
votes
0answers
24 views

What specs should I seek in a medium-load web server? [closed]

I'm currently in the market for my first server, which I'll be using as a test & backup server as well as handling backend processing for a variety of web services getting 20,000-30,000 hits a ...
-4
votes
1answer
16 views

Are there any good tutorials on setting up production webserver for heavily loaded web application?

Are there any good tutorials on setting up production webserver from scratch (debian+apache+php+mysql+mailserver+nginx) for heavily loaded web application?
-3
votes
1answer
32 views

Which packages to install on web server? [closed]

I have a debian 6 server. I want to know which packages I should install for a production web server? Maybe some advices on configuring production web server. Thanks.
-1
votes
3answers
20 views

apachectl start can't find httpd but it is there?

Just configured and installed Apache (successfully as far as I know) on a remote server, via X-Win32 SSH. In the bin directory I see "httpd" listed. To start the web server my provided instructions ...
-1
votes
0answers
25 views

Is there a difference between an interpreted language and compiled language? [closed]

Assuming that I'm going to build my site in an interpreted language or a compiled language. Is there a difference between the two regarding resources uses? Which one considered more resource hungry ...
2
votes
1answer
65 views

1 EC2 instance per website - manage multiple websites on Amazon cloud using EC2

I'm managing multiple websites, most based on WordPress and all are based on LAMP stack. I'm moving all my websites to Amazon cloud. I'm new to AWS and my plan is moving 1 website by one, starting ...
-1
votes
4answers
42 views

How can a web server installed on the same host as the FTP server?

I have a situation here where I have to make ftp to be available like http://ftp.example.com instead of ftp.example.com. Somebody advised me to install a web server on the same host as FTP server. ...
0
votes
0answers
24 views

Apache dies when I run ImageMagick in PHP

I am running: WampServer 2.0 Php 2.3.0 Apache 2.2.11 ImageMagick 6.7.7-0 2012-05-17 Q16 Windows XP .net Framework 3.0 I recently was able to hack together an install of imagemagick into the above ...
0
votes
1answer
41 views

LocalHost error

Does anyone know why I get this?: Oops! Google Chrome could not connect to localhost:8800 I am trying to use DokuWiki for the first time. It uses MicroApache. When I start it I get the error ...
0
votes
3answers
79 views

How to set up Development, Staging, Production, and QA environments

I am in the process of setting up new servers for an organization. What are the standards or best practices for setting up a new environment with Development, Testing, Staging, and Production (or I'm ...
0
votes
2answers
18 views

Safely Execute Stored Procedure Via DMZ Server

I'd like to execute a stored procedure via web application that connects to SQL Server. The procedure is to be activated by clicking a link in an email. The link will have to be accessible from a ...
0
votes
1answer
39 views

Nginx monitor current connections

I am just starting learning Nginx webserver. I have question regarding few parameters which I know apache has, but I cannot find something similar in Nginx. I used to monitor idle workers in apache ...
1
vote
1answer
24 views

Looking for simple Apache web control panel that allows me to match users to folders on a single domain

I'm looking for a simple Apache control panel for a webserver that allows me to: Add user FTP accounts and match them to folders on a single domain web server Improvement: Mysql accounts managing ...
0
votes
2answers
35 views

analyzing webserver benchmark

Recently we get a lot more traffic to our webserver and sometimes it doesn't respond anymore. We have changed some settings and to get an idea of what our server can handle I've run some ab tests. We ...
2
votes
2answers
79 views

Linux web servers that support websockets?

I'm currently having a lots of difficulties trying to play with socket.io which needs websockets support from the server (reverse-proxying). I was wondering, is there any other web servers out there ...
0
votes
0answers
18 views

500 Server Error and configure file

Recently I have rented a web space and the notify mail said i can go to the page to check if everythings working. At the first time you try to go to your http://www.yourdomain.com If you see a ...
-2
votes
2answers
53 views

Same website hosted by two different servers at different locations [closed]

Is it possible to have the same website hosted by two different servers at different locations? By this I mean having the other server a few miles away on a different public ip. Currently I'm hosting ...
3
votes
2answers
76 views

Infrastructure modelling using virtual machines - a viable approach?

I'm interested in modelling various server/network configurations for a web application. I'd like to know in advance which parts of the system are going to be bottlenecks, and whether the bottlenecks ...
0
votes
1answer
15 views

How can I store {REQU­EST­_URI} in a variable, manipulate it and then use it in a RewriteCond or RewriteRule

How can I store {REQU­EST­_URI} in a variable, manipulate it and then use it in a RewriteCond or RewriteRule? Basically, here is what I am looking to do. 1.) Get the {REQU­EST­_URI} and change ...
-1
votes
0answers
40 views

How to allow webserver run java from shell [closed]

The question is directly related to the one I've posted on stackoverflow. Problem is as follows. I want to run java -jar from a php script with exec function. Unfortunately, it looks like the _www ...
0
votes
0answers
42 views

How to access server using public ip when in the network itself?

I've asked this question and even searched around but didn't get a useful answer for me. Basically what im doing is i have a webserver on internal ip 192.168.0.100 port 80. So if im in the network it ...
0
votes
1answer
10 views

IIS service status / Error calling OpenSCManager()[code:5]

Okay I'm totally new here so give me a chance here. Not much of a server person here. I'm trying to setup a Web Server here. I get the error on the installer "Error calling ...
-4
votes
0answers
95 views

Using an old P4 as a web server [closed]

I have an old P4 that has been getting too much dust lately, and a shared hosting account whose provider forces me to stick with PHP5.3.10 (now that PHP5.3.13 and PHP5.4.3 have been released). There's ...
0
votes
2answers
88 views

How is a public ip adddress accessible anywhere from the internet?

If my machine has a public ip address, then any one from any corner of the world can access this ip address. How does this happen? I mean where is my ip address updated or where does the requester see ...
2
votes
0answers
22 views

What 'Attempt to serve directory' error means in apache log?

I see this a lot in my server's apache logs (coming from different IPs and directed at different pathes). I am wondering if it can be an attack attempt, and in any case, how to deal with it?
0
votes
1answer
26 views

unable to correctly configure nginx with HTTP auth on a sub-directory for uWSGI

I have an nginx config that looks something like this: server { server_name subdomain.example.com; listen 443 ssl; ssl_certificate /srv/ssl/something.crt; ssl_certificate_key ...
1
vote
2answers
62 views

Is using a RAM Disk to serve IIS ASP.net beneficial on a VM Webserver?

Setup: Windows Server 2008 R2, Hosted on HyperV Virtual Machine allocated 3GB Memory. I've setup a RAMDisk (capacity of 512MB more than sufficient for our requirements) using ImDisk on this virtual ...
1
vote
2answers
60 views

Meaning of message in access log file

I am seeing the issue in one of my web server access logs which is proxying to weblogic ...-0400] "GET /" 500 32 Can you suggest what this might mean. It is a sunone web server
-1
votes
1answer
49 views

Website worked yesterday, but not today [closed]

I was working with my website yesterday when I was at home using my web address. Everything seemed fine. When I got to work today, I tried opening my website, and now the connection times out. I can ...
1
vote
3answers
77 views

Amazon EBS : Is it flexible and expandable or is it a static disk

I just started the journey into cloud and my choice was Amazon. The free tier was very cool so i opted for this stuff. In the free tier there was a free storage of 30Gb (EBS), so i made a EBS Volume ...
-4
votes
0answers
49 views

Home based web server? Suggestions for specs [closed]

I currently have a couple web domain names pointed at my desktop. I would like to free up some resources by putting together a separate dedicated box. I started this way for testing but I would like ...
0
votes
1answer
66 views

Should I switch from lightty to nginx? [closed]

I've been using lightty/lighttpd for about two years, and have had no problems. I occasionally have to restart lighttpd to regain some memory but other then that I love the config files and how ...
-1
votes
1answer
49 views

How to access site from outside, hosted on IIS?

I hosted a web site on IIS (Windows 7 Professional) running on port 81 because I have Apachi installed on port 80. I can easily access site from http://localhost:81/testsite on server machine I can ...
0
votes
1answer
30 views

Querying a web API vs local database during a traffic spike?

I wasn't sure whether this was best suited to SO or SF, I originally posted this on SO - Link to original - but it seems to me now that it probably is better suited to SF. Moderators please feel ...
0
votes
3answers
34 views

Webpage not opening on another machine on LAN

Using a router in which 2 machines are connected. on one i have installed Apache HTTPD (IP : 192.168.1.2). Using localhost on that machine, i can see the webpage, but on another machine (192.168.1.5) ...
2
votes
0answers
41 views

Is there any way to make the Bucktooth gopher server use an OpenNIC address?

Is there any way to make the Bucktooth gopher server use an OpenNIC address? I don't think there is, but anybody who would like to try is welcome to do so.
2
votes
2answers
76 views

Nginx: All local IP addresses redirect to Nginx

For some reason, any local IP address in the 127.xxx.xxx.xxx range redirects back to the default 'Welcome to nginx!' page. From my experience with Apache, only the 127.0.0.1 IP address would resolve ...
-3
votes
2answers
23 views

Link Domains/Subdomains to folders in a PC Server?

My PC has a configuration to work as a server. It has quad core processor with 8GB RAM. So I made it a server. Now i want to know, how can I link the domain names to various folders in my WAMP. At ...
0
votes
1answer
30 views

Securing Erlang / Ubuntu server

I have written a web service in Erlang using mochiweb and jiffy and now face the task of deploying it to production. Since it is going to be open to the public I was wondering how secure Erlang ...
0
votes
1answer
30 views

Form's being sent from root instead user mail

I have server which is hosting few websites. When user fills form on a website I get it from root@webserver instead from mail which belongs to the hosted website. How can I check why is this ...
0
votes
1answer
42 views

Test and Production Environments/Servers Accessible Online From the Same URL

I am attempting to setup a test environment that points to the same URL as my production environment in order to make database migrations easier. Is this something that is possible? One idea that I ...
0
votes
2answers
67 views

How to set ownership on a webserver

We have an internal server where we work on with 3 users. It is running ubuntu with apache mysql proftpd We often have permission errors. Sometimes we can't overwrite files but we can delete them ...
-2
votes
0answers
42 views

Which to choose for production environment Tomcat or JBoss [closed]

I want to choose a Java EE Web Server for production. Platform will be Linux. I will not use EJB, so I dont need a Application Server. I will be using JSP, Servlets & REST services. Please suggest ...
0
votes
1answer
26 views

Lighttpd can not start when including mod_rewrite

Here is my server modules list (modules.conf), its working without any problems, and lighttpd is running correctly while using this list: server.modules = ( "mod_access", # "mod_alias", # ...
1
vote
2answers
179 views

What are these weird access requests?

I using WAMPServer on my computer for testing and development. I forgot and left it online for a few days and I notice a bunch of random requests that aren't even from my IP. Here are some examples. ...

1 2 3 4 5 33