…a million-year one. If we can’t come up with superluminal ships, this is probably the best solution for anyone who wants to see other star systems.
Category Archives: Technology and Society
Productivity
90% of Internet users don’t know how to search a web page, or document. What else don’t they know?
Web Server Bleg
Geek Alert for this post.
I’m running a web server app on my computer, which I can address by http://localhost:8080/webapp, where “webapp” is the app.
It works fine, but in theory, I should be able to access it from another machine on the network via http://localhostIP:8080/webapp, where “localhostIP” is the IP address of my machine, but I can’t. It just times out.
I’ve even installed Apache on the machine, and I’ve set up a reverse proxy in the Apache config file per the following:
ProxyRequests On
Order deny,allow
Deny from all
Allow from 192.168
#Set up reverse proxy for Webapp server
ProxyPass /webapp/ http://localhost:8080/webapp/
ProxyPassReverse /webapp/ http://localhost:8080/webapp/
ProxyPreserveHost On
Again, where “webapp” is the actual webserver that I’m trying to access remotely.
When I try to access this from either a remote, or my local machine, by http://localhostIP/webapp, I get the message: “The requested URL /webapp was not found on this server.”
Any Apache gurus who can tell me what the problem might be? I’ve opened up firewall to both http and https.
[Update Friday morning]
Problem solved. As noted in comments, it was a combination of allowed ports and SELinux.
The Bloody Road To Safety
Bill Whittle’s latest Firewall is up. Yours truly is paraphrased.
Treat Every Firearm
…as though it’s loaded. A safety tip.
Is Your Network Safe?
Here’s an interesting article on cracking WPA. Bottom line, WEP is worthless for wireless security, and WPA is pretty good, if you use good passphrases and aren’t a high-value target.
Backslash
Some thoughts from Eugene Volokh. I didn’t know that people were confused on this issue. But it is irritating that Microsoft screwed things up with DOS (as they did many other things).
Restaurant Web Sites
Why are they so awful?
I suspect that some of them have the attitude with regard to posting their prices that, if you have to ask, you can’t afford it.
[Via Geek Press]
Space Elevator Update
Here’s a report from the conference. There are still a lot of issues to work out. The smart money is on (reusable) rockets, in the near term, I think.
A Primer For Rioters In Texas
…but probably not in London. Yet.
It’s an oldie, but worth a read: six non-lethal weapons that you’ll wish had killed you.