Click to See Complete Forum and Search --> : apache on my lan


Learninlinux
04-13-2002, 11:06 PM
Hello all; if you've been reading any of my post you'll know that i've been struggling with Linux and apache. Well I finally got the thing working. Some things of note though, file names did not transfer neatly, I.E: Index.html got changed to index~1.htm in the process of going from floppy to my /var/www/html file. I have changed the spelling with vi and the files come up ok. one other thing, cascading style sheet does not work? any answers on this one? Well enough for now, thanks to all for the support given. LearninLinux... :D

johnwebb
04-14-2002, 12:16 AM
What command did you use to mount the floppy?

Learninlinux
04-14-2002, 10:51 AM
Johnwebb: mount -t msdos /dev/fd0 /mnt. I have heard about dos2unix? any good news here? LearninLinux... :)

johnwebb
04-14-2002, 04:18 PM
msdos only supports 8.3 file names, if you mount your floppy with ``-t vfat'' instead the file names will not be truncated.

Learninlinux
04-14-2002, 11:09 PM
Thanks Johnwebb: I will try that at the next update. LearninLinux... :)