Tagged Questions
2
votes
1answer
21 views
I have a CentOS Based server. Each domain has its own entry in vhosts. How can I find out what domains are using up bandwidth?
I have a CentOS Based server. Each domain has its own entry in vhosts.
Everything is logged in /var/log/httpd/access_log.
How can I find out what domains are using up bandwidth?
It is running ...
1
vote
1answer
81 views
How does client - web server mechanism of check for latest modified date work?
I know that a web browser check if a resource is modified/expired within a given timestamp to decide if downloading such resource or not.
So, here come two questions:
i) generally speaking how ...
3
votes
1answer
1k views
How can I test if a server supports byte serving?
I have some mp3 files hosted on a server on a shared hosting account and I have trouble submitting my podcast feed to the iTunes store. Apple rejects the feed, because they say my episode files are ...
2
votes
2answers
199 views
HTTP Services inaccessible from some ISP's
I got a really strange problem and I don't know what to do anymore. All my problems started a couple of weeks ago.
A basic schematic of my network is available in the fallowing image:
Basic ...
0
votes
0answers
73 views
GNU/Linux: Replace Apache with NginX
I have Apache server running on my private PC (GNU/Linux), but it sometimes freezes, so I want to switch to NginX.
I have several VirtualHosts, PHP & CGI configured.
Is there any way to replace ...
3
votes
1answer
417 views
Case insensitive Basic Authentication with Apache
Is it possible to configure an Apache server to accept case insensitive usernames for Basic Authentication?
Currently I'm using a pattern similar to this (in an included file) in my httpd.conf
...
3
votes
4answers
924 views
Why does apache write its own process ID in httpd.pid?
I am new to Apache and debugging issues caused by it. I have come to understand that when Apache starts up, it writes its own process ID in httpd.pid in a human-readable format as explained here.
I ...
1
vote
1answer
27 views
Is it possible to change content of a file residing on other server using HTTP 1.1 features?
Let's say we have a file on server which have all permissions 777. Is it possible to make a script, situated on other server than the file to modify. The script uses HTTP 1.1 protocol features only to ...
0
votes
0answers
191 views
Encrypted File is corrupted when uploaded to server via HTTP Post
i am making an application which has a function that it encrypt file and then upload it to the server via HTTP POST. I tried it and it works fine when i test it on localhost (Local Server on my same ...
1
vote
1answer
876 views
How to host a torrent server?
I use Apache on my machine to share some files over office network.
How can I host them over torrent instead of sending them over http?
3
votes
1answer
19 views
Changing content depending on refferal
On my personal website, I occasionally write some development related tutorials. It has brought to my attention that another website literary copies my tutorials, it even leaves the links to source ...
1
vote
1answer
2k views
How can I configure apache to use https instead of http for some requests?
For some of the files that I share using Apache, I want to make sure that they are served ONLY via https.
How can I configure this for Apache?
0
votes
2answers
822 views
How do I make some files on my machine accessible via HTTP using Apache?
I did a wget on the source and built the apache binaries correctly.
Now what do I need to do to get some documents accessible using HTTP (start some services?)? Also, do I need to group all the ...
0
votes
1answer
263 views
Is it possible to host a website with Apache HTTP through a ZyXEL EQ-660R modem and a Netgear WGT624v3 wireless router?
Essentially, I have a spare desktop computer I'd like to turn into a web server, but my modem and wireless router are very difficult to work with. I installed Apache HTTP and successfully hosted a ...
0
votes
2answers
241 views
How to setup bluetooth network
I have installed a BT device on my PC, & I'm connecting my mobile to my PC successfully, but I want to setup my PC & mobile in a such way that my PC will act as http & database server ...
0
votes
1answer
115 views
2 ip, 2 document roots?
One CentOS box comes with 2 LAN cards, one is for intranet (192.168.30.5), one is for public access (210.102.1.50). How can I config httpd.conf such that traffics from each IP will access to a ...
2
votes
1answer
766 views
Mercurial mirror: abort: No such file or directory: http://[…]/00manifest.i
I am trying to setup a daily mirror of a mercurial repository - code.python.org in particular - within our local network, and serve that via Apache HTTPD.
On the remote host that hosts apache, I did ...