![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Display Modes |
#71
|
|||
|
|||
![]()
lol...what kind of server are you on, unix or NT ?
No clue. Jav Henderson -- a regular here on both .owning and .piloting -- kindly provides our web server. I just upload my site to his computer, and voila! (If I had to guess, I'd say unix...) -- Jay Honeck Iowa City, IA Pathfinder N56993 www.AlexisParkInn.com "Your Aviation Destination" |
#72
|
|||
|
|||
![]()
Ask him to add the Mime types for media player into the server for ya.
He should know where they go, its pretty basic. Jay Honeck wrote: lol...what kind of server are you on, unix or NT ? No clue. Jav Henderson -- a regular here on both .owning and .piloting -- kindly provides our web server. I just upload my site to his computer, and voila! (If I had to guess, I'd say unix...) -- Jay Honeck Iowa City, IA Pathfinder N56993 www.AlexisParkInn.com "Your Aviation Destination" |
#73
|
|||
|
|||
![]()
On Wed, 29 Oct 2003 17:51:28 -0800, Jeff wrote:
how long ago, last week was when we sent them the check. Do What? wrote: If their pantent held *any* weight, companies like Yahoo, MS, AOL, etc would be the targets. actually this was asked of them during a live interview, their response was the law allows them certain latitude, they decided to go after websits because they can make more money. Yeah, after receiving my "notice", I've come across quite a bit of more-than-interesting info about this whole ordeal. One thing that really stood out was their Q3 conference call last week.... one of the shareholder asked if there was any open litigation. Acacia's response, "no" Pretty bold to mislead shareholders... and while Im not securities guru, is this not against the law? Funny thing is, that neither my sites, nor the sites I link to violate their patent..... |
#74
|
|||
|
|||
![]()
"Jay Honeck" writes:
Yes, if your on a unix machine you need to add handlers to the srm.conf file, they would look like: AddType video/x-ms-asf asf asx AddType video/x-ms-wmv wmv ??? Repeat after me: "Who put the tribbles in the quatro-triticale?!" (That makes about as much sense to you as your post does to me... :-) Well, I can verify remotely that your site is being hosted on a unix box (running Apache 1.3.27). Unless it's choosing to lie to people, but that's rare. What's being suggested above is that maybe the server isn't configured to send the right mime type for those files (the browser should use the mime type to determine how to display it; some also use other things, and will override an incorrect mime type). Apache by default does that by mapping the file extension to an appropriate mime type. The statements above, in srm.conf (or any apache config file), would tell it what mime types to use for .asf, .asx, and .wmv files. Your friend doing the hosting could easily check that, and easily fix it if that's the problem. -- David Dyer-Bennet, , www.dd-b.net/dd-b/ RKBA: noguns-nomoney.com www.dd-b.net/carry/ Photos: dd-b.lighthunters.net Snapshots: www.dd-b.net/dd-b/SnapshotAlbum/ Dragaera/Steven Brust: dragaera.info/ |
#75
|
|||
|
|||
![]()
Thanks, David.
I've forwarded this thread to Jav, and we'll see what he can do. -- Jay Honeck Iowa City, IA Pathfinder N56993 www.AlexisParkInn.com "Your Aviation Destination" "David Dyer-Bennet" wrote in message ... "Jay Honeck" writes: Yes, if your on a unix machine you need to add handlers to the srm.conf file, they would look like: AddType video/x-ms-asf asf asx AddType video/x-ms-wmv wmv ??? Repeat after me: "Who put the tribbles in the quatro-triticale?!" (That makes about as much sense to you as your post does to me... :-) Well, I can verify remotely that your site is being hosted on a unix box (running Apache 1.3.27). Unless it's choosing to lie to people, but that's rare. What's being suggested above is that maybe the server isn't configured to send the right mime type for those files (the browser should use the mime type to determine how to display it; some also use other things, and will override an incorrect mime type). Apache by default does that by mapping the file extension to an appropriate mime type. The statements above, in srm.conf (or any apache config file), would tell it what mime types to use for .asf, .asx, and .wmv files. Your friend doing the hosting could easily check that, and easily fix it if that's the problem. -- David Dyer-Bennet, , www.dd-b.net/dd-b/ RKBA: noguns-nomoney.com www.dd-b.net/carry/ Photos: dd-b.lighthunters.net Snapshots: www.dd-b.net/dd-b/SnapshotAlbum/ Dragaera/Steven Brust: dragaera.info/ |
#76
|
|||
|
|||
![]()
FreeBSD is what I am running also on one of my servers.
I am pretty sure he can fix his problem by just editing his .htaccess and adding the lines in there instead of having server admin do it. Jeff David Dyer-Bennet wrote: "Jay Honeck" writes: Yes, if your on a unix machine you need to add handlers to the srm.conf file, they would look like: AddType video/x-ms-asf asf asx AddType video/x-ms-wmv wmv ??? Repeat after me: "Who put the tribbles in the quatro-triticale?!" (That makes about as much sense to you as your post does to me... :-) Well, I can verify remotely that your site is being hosted on a unix box (running Apache 1.3.27). Unless it's choosing to lie to people, but that's rare. What's being suggested above is that maybe the server isn't configured to send the right mime type for those files (the browser should use the mime type to determine how to display it; some also use other things, and will override an incorrect mime type). Apache by default does that by mapping the file extension to an appropriate mime type. The statements above, in srm.conf (or any apache config file), would tell it what mime types to use for .asf, .asx, and .wmv files. Your friend doing the hosting could easily check that, and easily fix it if that's the problem. -- David Dyer-Bennet, , www.dd-b.net/dd-b/ RKBA: noguns-nomoney.com www.dd-b.net/carry/ Photos: dd-b.lighthunters.net Snapshots: www.dd-b.net/dd-b/SnapshotAlbum/ Dragaera/Steven Brust: dragaera.info/ |
#78
|
|||
|
|||
![]()
[top-posting fixed]
Jeff writes: David Dyer-Bennet wrote: "Jay Honeck" writes: Yes, if your on a unix machine you need to add handlers to the srm.conf file, they would look like: AddType video/x-ms-asf asf asx AddType video/x-ms-wmv wmv ??? Repeat after me: "Who put the tribbles in the quatro-triticale?!" (That makes about as much sense to you as your post does to me... :-) [snip more explanation] Your friend doing the hosting could easily check that, and easily fix it if that's the problem. FreeBSD is what I am running also on one of my servers. I am pretty sure he can fix his problem by just editing his .htaccess and adding the lines in there instead of having server admin do it. I believe that's true -- but Jay said he "just uploads his files" to the server, indicating a *really* minimal knowledge of config details I suspect. -- David Dyer-Bennet, , www.dd-b.net/dd-b/ RKBA: noguns-nomoney.com www.dd-b.net/carry/ Photos: dd-b.lighthunters.net Snapshots: www.dd-b.net/dd-b/SnapshotAlbum/ Dragaera/Steven Brust: dragaera.info/ |
#79
|
|||
|
|||
![]()
I believe that's true -- but Jay said he "just uploads his files" to the
server, indicating a *really* minimal knowledge of config details I suspect. Man, you got THAT right. All I care is that it works -- I'll leave it up to guys like you to *make* it work. ;-) I emailed Jav with your posts, and he has agreed to make the recommended changes. The site is "down" as I'm writing this, so I presume he's working on it right now. Thanks, guys! -- Jay Honeck Iowa City, IA Pathfinder N56993 www.AlexisParkInn.com "Your Aviation Destination" |
#80
|
|||
|
|||
![]()
On Wed, 29 Oct 2003 18:57:57 -0500, "G.R. Patterson III"
wrote: Jay Honeck wrote: Uh-oh. Anyone here care to help me solve THIS one? Probably not your problem. Ask Corky Scott if he can run it with *his* version of Netscape. If so, forget about it. George Patterson You can dress a hog in a tuxedo, but he still wants to roll in the mud. I don't run it in Netscape, my default browser is Internet Explorer. I finally managed to download the thing to my computer so I don't have to worry about the website cutting visitors off because the monthly quota of visitors was exceeded. I usually run the clip several times a day. I think it's hilarious. Don't ask me questions about computers or computer programs, I'm a user, not a software designer. I usually learn just enough to do what I need to do and halt the learning process there. Corky Scott |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Does anybody know a link to a real picture of the X-43 in flight sans Pegasus or better yet a video clip of the flight? | Scott Ferrin | Military Aviation | 0 | April 3rd 04 08:47 PM |
Looking for a video clip discussed on this group WAY back. | Scott Ferrin | Military Aviation | 3 | January 8th 04 08:22 PM |
The insane spitfire video clip | Highwood | General Aviation | 1 | November 30th 03 11:48 PM |
The insane spitfire video clip | gatt | General Aviation | 30 | November 4th 03 06:43 PM |
Long-range Spitfires and daylight Bomber Command raids (was: #1 Jet of World War II) | The Revolution Will Not Be Televised | Military Aviation | 20 | August 27th 03 09:14 AM |