A server which provides documents and applications through the http/https protocol

learn more… | top users | synonyms

4
votes
1answer
858 views

IIS 7.5 Windows Authentication Not Working in Chrome

On a new installation of IIS 7.5 I have setup Windows Authentication on my Intranet. The providers I have used are 'NTLM' and negotiate in that order. This works fine in IE and Firefox but in chrome ...
3
votes
1answer
61 views

Lighttpd: Serve all files in directory as static

How can I prevent any code execution under a specific directory path using Lighttpd configuration? I do not want to use a whitelist/blacklist, but simply serve any file as a static file under that ...
2
votes
1answer
248 views

Mac OS X - Web Sharing

I've enabled web sharing on my Mac OS X (via default Apache installation), and it gives me a web address that I (and supposedly other computers) can use to access my site. However, when I try to ...
1
vote
1answer
29 views

run the same hosts on my local network?

I don't know how to explain that but I want to do the same like if I got in my hosts file any host to resolve but in a network scope. when the try to access to some direction like google.com they ...
1
vote
1answer
67 views

Why does FTP work without the IIS service?

I'm using Windows Server 2008 R2. I just stopped IIS and tried using FTP—it worked! So, is FTP independent from IIS? How does it work if IIS is stopped?
1
vote
1answer
577 views

Server 2008 R2 not responding to ping, RDP, port 80, etc

I have a Windows Server 2008 R2 Domain Controller. I can RDP, ping, and access the webserver while in the local area network on the LAN NIC. But I cannot RDP, ping, or access the webserver while ...
1
vote
1answer
524 views

Can I run a minimalist web-server on my router without rewriting the firmware with DD-WRT?

I read this article on Nezzen.net that says that you can make a web-server on your router providing that you rewrite its firmware with a free DD-WRT, Tomato, or equivalent. Leaving apart the fact ...
1
vote
1answer
148 views

Unable to connect to thin server on ubuntu

I'm unable to connect to my webserver over the web. I've got an ec2 instance running with ubuntu 11.10 on it. It's running a thin server on port 9292. I can ssh into the ec2 box, and do curl ...
1
vote
1answer
59 views

I got error when I try to connect to my WebService on Windows-XP

When I try to connect to my WebService I get this: Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable. Please hit the ...
3
votes
0answers
13 views

Add user to TheHostingTool (THT)

I installed THT for billing system in my web-hosting, but i couldn't add user to it, it only can import user from DirectAdmin and WHMCpanel , i was thinking it maybe work with web server, is that true ...
3
votes
0answers
69 views

Web-facing Photo Album software that scans drive to find photos

I am looking for a web album software that will scan a folder and then add the photos to the database. Specifically I am looking for a folder monitoring no upload solution. As all the files are ...
2
votes
0answers
24 views

How does an Update Server verify that the request sent was the intended application?

If you have an update service that's running on a server listening for connections on some random port, how could one verify that any requests coming into that port are from the specific application ...
1
vote
0answers
82 views

Proxies, Apache, Tomcat - VHosts

I have a setup as so: Internet -- router -[DMZ]- pfsense -- webserver router =jenky plastic cheap-o router (my nice mikrotik/routerboard died). Has ip address of pfsense set to DMZ. pfsense ...
1
vote
0answers
83 views

How to run php script (via web server) as different user under Mac OS X

I'm trying to call an executable from a PHP script that needs to be run as a different user (NOT root) than the web server normally runs as. I thought it should be sufficient to just set the setuid ...
1
vote
0answers
411 views

Download stops at 99% and gives error

Some EXEs from our website are not downloading completely. (ex: "winmansoftware.com/files/WinmanCAERP_Update.EXE") Download completes 99% and gives error. But the same EXEs are downloading from ...
1
vote
0answers
55 views

Debian Linux running on TS-7880 Arm Board; Cannot run shell scripts with non-root user

Here is the snippet of the script that I am trying to run some shell scripts on a TS7800 Arm Board through a non-root user: echo > /dev/ttts4 echo " `hostname`" > /dev/ttts4; echo ...
1
vote
0answers
220 views

Enabling MS Security Essentials blocks port web server

I notice when I enable "real-time production" in MS Security Essentials that my web-service (on port 80) is blocked from outside my machine. I can still access it locally, even with my network IP. ...
1
vote
0answers
210 views

Ubuntu 12 Headless Monitor on D2700 Board

I'm trying to set up a home web server running Ubuntu 12 LTS (Desktop). The server itself boots and runs fine and i'm using a vnc to connect to the server via another desktop. The issue I have is ...
1
vote
0answers
80 views

Can't seem to find an open port to host a webserver

It appears that my ISP is blocking every single port as i cannot seem to find a port that isn't blocked except for 22 (SSH). I can't find a port to host my home webserver on (which i am trying to set ...
1
vote
0answers
24 views

list of all web applications installed on server?

I have a home sever running a lot of different purposes, among other stuff it runs apache, mysql and torrent client. Some of these software is accessible through the web interface, but there is no ...
1
vote
0answers
197 views

Port Forwarding not working

I have been trying to run the Webserver from my home machine, and have configured the modem accordingly. but still not able to make it work. I have WAMP installed, and my PC ip is 192.168.1.5, Once I ...
1
vote
0answers
157 views

Moxa - NPort 5110 as HTTP Server or similar

I have a NPort 5110 Serial Device Server connecting our Automation Control Box to the LAN so we can communicate with it from a non-local pc via mapped com port. (if you are unfamiliar with the device ...
1
vote
0answers
809 views

Unable to start XAMPP on Windows 7

I downloaded XAMPP on Windows 7 and installed it in E:, but I am unable to start it. When I check http://localhost in the browser, I see an error page. In the XAMPP control panel, Apache is ...
1
vote
0answers
1k views

run web server from virtual machine, how do I use port 80

I have a host system running Fedora 15 and I have a guest system running CentOS 5.5 in VirtualBox. I did set up a virtualmin install and added port forwarding to the virtual machine. When I forward ...
1
vote
0answers
156 views

Passenger + Nginx performance drops very quickly…?

So I have an Amazon EC2 small instance setup on Ubuntu with Ruby Enterprise Edition running on Passenger + Nginx. I set 25 Passenger instances and performance is dropping very quickly relative to the ...
0
votes
0answers
12 views

How is WebLogic running without Oracle HTTP Server?

There are two Solaris servers, both having Application1 deployed over WebLogic. On the first server, when I start of the application, OHS, WebLogic and then finally the application starts off fine. ...
0
votes
0answers
55 views

Can't stop/reload/restart nginx with “service nginx”-command

I installed nginx via passenger for running ruby on rails applications. I added the this script: RedHat Nginx Init Script Changed paths for nginx and config to where they are located: ...
0
votes
0answers
18 views

Can I redirect the http request towards an old folder to the homepage using .htaccess file?

I have to following situation: I had an old blog that was made using Joomla (this blog was indexed well enough by search engines). For some problems I delete it and I have create it again using ...
0
votes
0answers
21 views

debian+D425KT wont reboot after power loss

i have a little debian server with motherboard D425KT. I set bios to reboot after a power failure ( ive tried last state (on) and always boot ). Ive tried also quite any options combinations in bios. ...
0
votes
0answers
24 views

OSX WebServer Locked Files/Folders

I've been trying to figure this out for the last hour with no luck. On OSX 10.7 I've set up my WebServer and enabled PHP5 without any issues. When I add documents to the Documents folder they lock ...
0
votes
0answers
17 views

Centralized IIS to redirect to other IIS servers

Basically what im after is to have a centralized IIS Server on the Local LAN where port 80/443 would be forwarded to from the router. Then through this server it can forward/redirect the requests to ...
0
votes
0answers
126 views

ldirectord Virtual IP

I am trying to configure an Apache2 web server cluster using Linux-HA (High Availablity). The cluster will be consisting of: One virtual interface (192.168.100.135) Two Load balancers (Ubuntu 12.04 ...
0
votes
0answers
57 views

disallowing anonymous access to some files in iis 7.5

Could someone guide me on how to do what is mentioned at the following link, on IIS 7.5: http://www.iss.net/security_center/reference/vuln/frontpage-ext-bad-permissions.htm In short it is meant to ...
0
votes
0answers
73 views

XAMPP enable PUT method

I'm using XAMPP on Windows and I'm trying to user the HTTP Put method. For some reason, Apache is configured in such a way that the PUT method is blocked. How can I enable the HTTP PUT (and also ...
0
votes
0answers
174 views

How to debug SSH tunneling web server behind LAN?

I am currently trying to access a Redmine server we have at the lab I work in at the university. After some research I found out it was possible to do so through SSH tunneling, and actually got it to ...
0
votes
0answers
153 views

Website hosted on my virtualbox web server not displaying images or applying css when viewed through phone

I would really appreciate it if someone could help me. Please let me know if you need more info in the comments. My Set Up I have a windows 7 pc. On it I run a virtual box VM with a ubuntu 12 guest ...
0
votes
0answers
570 views

Technicolor TG582n set up Dyndns

I have set up xampp on Windows, and everything is working in my LAN. I set up my router with Dyndns, but when I go to my site, I only have my router's login page and if I try to go to another page it ...
0
votes
0answers
258 views

How to Access User Directory shared by Apache on OS X Mountain Lion?

When trying to access the local user web page on localhost/~username, I get a "403 Forbidden". The system web page in /Library/WebServer/Documents is accessible on localhost/ though, so I assume ...
0
votes
0answers
30 views

Something strange with the file name on the server

I have uploaded some image named 123.jpg, and it really appears on mysite.com/123.jpg. But after some time when I go to mysite.com/123.jpg I don't see the image, and instead it the browser tells that ...
0
votes
0answers
131 views

Running Django on a NAS

I'm thinking of buying a NAS, and I have four requirements I need it to fulfil: Media Server Backup Server (For OSX and Windows) Web server (running a Django site) VPN Server I've been looking ...
0
votes
0answers
235 views

Configuring phpmyadmin.site.com subdomain with nginx

I have a Rails site being served by nginx. I want to also have phpmyadmin for the same data. My phpmyadmin is installed in /use/share/phpMyAdmin I wrote this in in my nginx.conf file: server { ...
0
votes
0answers
132 views

Cannot connect to apache web server over internet

I can access my apache 2.2 webserver from the lan ( at this case I use local IP aadress ) but I cannot connect externally ( from another network ). I changed apache to listen port 800, forwarded same ...
0
votes
0answers
90 views

Cant connect to home server

Trying to figure out what I might be doing wrong. I installed XAMPP - and everything looks fine. If I go to localhost everything comes right up. But when I go to my IP address, I just get a ...
0
votes
0answers
139 views

Communication not possible with HyperV Virtual Maschine

I started to work with hyper-v today. I setup an linux System in it. I now tried to also create a new internal network, because from monday on i don't have an network available but have to do some ...
0
votes
0answers
206 views

Running a WAMP Web Server on LAN creates Problems

I have installed XAMPP on Windows 7, but when I try to access the server with the LAN IP from another PC connected to the same network, the website does not show up, instead throws an error. When I ...
0
votes
0answers
172 views

vhosts: Is AllowOverride All really the best setting?

Here's some officious info on AllowOverride: http://httpd.apache.org/docs/2.0/mod/core.html#allowoverride What I'm doing is setting up a multisite installation of Drupal on my machine for local ...
0
votes
0answers
125 views

W3SVC not Starting on XP SP3

I've been trying to get IIS to run on my local dev box. I cannot get the W3SVC service to start. I've tried everything I could think of including upgrading to IIS v6. All with no effect. In ...
0
votes
0answers
146 views

How to connect a Belkin modem to a Belkin router to complicated home network with a web server

I came back from a trip to find my Linksys modem/router had partially fried itself. So I went to the local "big box" electronics store for a quick fix. After a bit of faffing they sold me a Belkin ...
0
votes
0answers
343 views

ssh through port 443 alongside webserver

I'm looking to move ssh off port 22, and had tried out sslh; sslh ssl/ssh multiplexer - accepts HTTPS, SSH, OpenVPN, tinc and XMPP connections on the same port. This makes it possible to connect to ...
0
votes
0answers
409 views

XAMPP for Mac : “forbidden access” when trying to set more secure permissions

I've installed XAMPP on my Mac running Lion and I've set the DocumentRoot to Users/myusername/Sites. Apache runs as myusername/_www (user/group, 755) and everything is OK, my browser can access all ...

1 2