Tagged Questions
1
vote
3answers
591 views
Why does StatCounter show less unique visitors than my Apache access log?
StatCounter shows yesterday as seeing 10,611 unique visitors to my site.
I wrote a script that counted the number of unique IP addresses in yesterday's Apache access log. It counted 14,190 unique IP ...
1
vote
1answer
1k views
.htaccess: allow from - using dynamic IP - defining the static portion of my IP?
I'm looking to secure my phpMyAdmin dir from being accessed from other IPs than my own, albeit dynamic IP, let's say it is 191.164.1.xxx (xxx = being dynamic numbers).
Referring to the Apache ...
2
votes
2answers
1k views
Multiple websites on a single IP address, HOW?
I have a VDS server and an dedicated IP address. the question is how to add multiple sites in a single domain?
For example I have 3 sites as below:
www.company.co
www.webdesign.com
www.inet.com
...
2
votes
2answers
2k views
Apache logs: “::1 … ”OPTIONS * HTTP/1.0" 200 -
Just looking at logs of a not-so-busy site on one of our Apache servers and notice tons of these in the log:
::1 - - [15/Apr/2011:12:11:40 -0700] "OPTIONS * HTTP/1.0" 200 -
::1 - - ...
3
votes
2answers
824 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 ...