LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 08-15-2002, 04:31 PM   #1
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
after a web front end


if one looks at mp3.thirtythreeandathird.net one will see a huuuuuuuge list of directories that takes ages to load. anyone aware of a decent package that can display these in a more controllable way? php or something?
 
Old 08-15-2002, 05:51 PM   #2
GAVollink
Member
 
Registered: Apr 2002
Location: Bronx, NY
Distribution: Ubuntu
Posts: 371

Rep: Reputation: 34
Nightly Process

Depending on how dynamic the content is, you can parse the directory into an "index.html" file in a once-in-a-while process. The "slow" is because the Web Server (Apache) is processing the
directory contents on the fly, instead of attempting to simply dump the contents of a similarly sized file.

I would probably write this as a nightly Perl task - customized. On the other hand, you could also do something like this:

+++
rm htdocs/index.html
wget -o tmp.html http://mp3.thirtythreeandathird.net/
mv tmp.html htdocs/index.html
+++

It would give you the same result, but will not have to wait for Apache's dynamic processing every time.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
vB forum front-end? General Linux - Software 3 10-18-2005 12:14 AM
Front End Advice Please thadco Programming 2 06-21-2005 04:02 AM
Front- End for Qmail Koven Linux - Software 1 03-09-2005 02:56 PM
What does it mean to unpack your front end? dns21 Linux - Newbie 5 08-02-2004 01:03 AM
Anyone use Seahorse front-end for gpg? ArthurDent Linux - Software 1 06-03-2004 12:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 02:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration