Tagged Questions
0
votes
0answers
86 views
Connection Reset / Interrupted error occurring for http connections over DDNS to access NAS personal web site [closed]
I have a local NAS hosting a personal website that I'd like to work with both http and https protocols.
So far https works correctly, but http keeps returning "Connection Reset" in Firefox and "This ...
1
vote
2answers
79 views
reduplicate request in apache logs
1. Symptom:
I found lots of requests for the same resource on Apache logs, like this:
/image/default/dHtmTreeImg/iconUnCheckAll.gif HTTP/1.1" 200 120
10.83.140.23 - - [29/Dec/2011:08:50:10 +0800] ...
3
votes
2answers
825 views
How to configure apache to allow access to subdomain on my local ip address
I would like to have others inside my local network access resources on my computer at outsideprojects.192.168.0.10. I am running Apache and have a virtual host configured so I can access it at ...
1
vote
2answers
273 views
Apache Per User Directory Not Found
For some reason the user directory I have for my server has stopped working whenever I go to server/~user/public_html/ I get a 404 error. The files are there on the ftp, but they're not showing up ...