|
#41
| ||||
| ||||
|
os 10.1.2 update http://www.versiontracker.com/morein...8848&db=macosx
__________________ WoLF |
|
#42
| ||||
| ||||
| Quote:
|
|
#43
| |||
| |||
| messed up apache docs
did anyone else notice that the docs for apache /Library/Documentation/Services/apache/ changed in a bad way. (now, I can't say for sure that it wasn't broken before, cause I'm not sure, just that it is broken now) it seems that many of the html pages have been named with a duplicate '.html', as in 'index.html.html'. about 31 of the files are affected thusly, and it makes navigating the docs via a web browser impossible until each name is changed to remove the extra '.html'. I'm guessing that someone had extension hiding turned on and mistakenly added an extra extension to the updated files. Just thought it was worth pointing out. l8r) |
|
#44
| ||||
| ||||
|
I noticed that that happened to me too. I'm hosting 2 sites on my machine for development purposes, so I have 2 virtual hosts setup. Of course, doing that messes up with the page that you would normally get when you go to http://localhost/ I tried taking out the virtual hosts in the httpd.conf file and the default page for http://localhost/ returned, and somehow I was able to browse the documentation, even the files that were named .html.html somehow were found, when it should have been just looking for the .html files Anyways, I thought that the .html.html was supposed to be like that for some reason, and that the documentation files when viewed from http://localhost/ were treated differently somehow. I guess I'm going to change those extensions now so I can actually view the documentation. |
|
#45
| ||||
| ||||
|
That is very odd. But, did you notice that for every whatever.html.html there is a whatever.html ? I never touched this stuff, so I don't know what is what, but how do the x.html and x.html.html compare, if you have modified any? Did you do a diff?
|
|
#46
| ||||
| ||||
|
I only have x.html.html I made a duplicate of one file and named it x.html |
|
#47
| |||
| |||
| ssh port forwarding
This should probably be moved to a different thread, but... Quick background: ssh is a tool for creating encrypted tunnels between machines, and routing connections through those tunnels. The most common use is just to send a single interactive shell login through there, but you can do the same thing with any tcp connection. So you can ssh from your computer to your mail server, and tell ssh to also to an additional port on your computer, and forward connections to it through the tunnel, to a specified port on another machine. Example: ssh -L 10110:mailserver.name.edu:110 mailserver Authenticate, and you'll just have a normal shell. Then tell your mail client to use localhost as a mail server, and port 10110. Mail.app will then connect to port 10110 on your machine, on which ssh will be listening, and will be forwarded to your pop service. You can tie as many forwards onto a single ssh tunnel as you choose. eg: ssh -L 10110 (Note that the above poster was a little mistaken, and smtp is 25, and pop 110.) It's slightly more awkward than just having your mail client speak ssl itself, but it's much more versatile; a handy tool to have around.
__________________ The correct plural of forum is fora. _Please_ fix the painfully illiterate references to 'forums'. |
|
#48
| ||||
| ||||
| Quote:
hmmm... i thought "Show Info" was new, but maybe it's been there all along and i never noticed before. i'm not much of a contextual menu user, i'm more keyboard shortcut oriented. |
![]() |
| Bookmarks |
| Thread Tools | |
|
|
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Ext. USB Drive no longer mounting under 10.1.2 | Jean-Marc Zucze | Mac OS X System & Mac Software | 3 | February 9th, 2002 02:04 PM |
| Has ANYONE seen any benefits in 10.1.2? | brianleahy | Apple News, Rumors & Discussion | 13 | December 28th, 2001 12:58 AM |
| 10.1.2 and Mocrotech USB Smartmedia Reader? | diverman | Hardware & Peripherals | 8 | December 23rd, 2001 04:40 PM |
| ARRRRRRG! (Mac OS X 10.1.2) | simX | Apple News, Rumors & Discussion | 4 | December 17th, 2001 06:50 PM |
| Where is OS X 10.1.2 ??? | Wafa | Apple News, Rumors & Discussion | 10 | December 17th, 2001 01:40 AM |