LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 04-22-2003, 04:41 PM   #1
acid2000
Member
 
Registered: Nov 2001
Location: Exeter, UK
Distribution: Gentoo 1.4
Posts: 243

Rep: Reputation: 30
what to do with my webserver


Well I have now set up PHP, MySQL and Apache to play nicely. Question what should with it, I've considered an ftp indexer for my uni network, any other ideas?
 
Old 04-22-2003, 05:04 PM   #2
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Not sure about your web server but should you not make your HTML conform to HTML standards?

I just ran your index page through tidy and got:
Code:
line 1 column 1 - Warning: SYSTEM, PUBLIC, W3C, DTD, EN must be upper case
line 11 column 1 - Warning: <script> lacks "type" attribute
line 34 column 1 - Warning: <td> isn't allowed in <body> elements
line 34 column 1 - Warning: inserting implicit <table>
line 34 column 1 - Warning: missing <tr>
line 36 column 1 - Warning: discarding unexpected </script>
line 39 column 1 - Warning: <table> lacks "summary" attribute
line 42 column 52 - Warning: <img> lacks "alt" attribute
line 42 column 164 - Warning: <img> lacks "alt" attribute
line 45 column 30 - Warning: <img> lacks "alt" attribute
line 46 column 25 - Warning: <img> lacks "alt" attribute
line 48 column 29 - Warning: <img> lacks "alt" attribute
line 49 column 26 - Warning: <img> lacks "alt" attribute
line 55 column 1 - Warning: <table> lacks "summary" attribute
line 64 column 1 - Warning: <table> lacks "summary" attribute
line 65 column 26 - Warning: discarding unexpected </div>
line 70 column 1 - Warning: <script> isn't allowed in <tr> elements
line 80 column 1 - Warning: <table> lacks "summary" attribute
line 80 column 1 - Warning: <table> proprietary attribute "height"
line 80 column 1 - Warning: discarding unexpected <table>
line 146 column 57 - Warning: missing </a> before </p>
line 150 column 7 - Warning: <table> lacks "summary" attribute
line 154 column 17 - Warning: <img> attribute "align" has invalid value "center"
line 157 column 7 - Warning: <table> lacks "summary" attribute
line 159 column 11 - Warning: <table> lacks "summary" attribute
line 160 column 224 - Warning: discarding unexpected </td>
line 161 column 1 - Warning: <table> lacks "summary" attribute
line 166 column 2 - Warning: <table> lacks "summary" attribute
line 167 column 209 - Warning: discarding unexpected </td>
line 168 column 1 - Warning: <table> lacks "summary" attribute
line 192 column 11 - Warning: <table> lacks "summary" attribute
line 195 column 1 - Warning: <table> lacks "summary" attribute
line 199 column 12 - Warning: <table> lacks "summary" attribute
line 203 column 1 - Warning: <table> lacks "summary" attribute
line 207 column 1 - Warning: discarding unexpected </b>
line 208 column 1 - Warning: missing </center> before </td>
line 212 column 9 - Warning: <table> lacks "summary" attribute
line 217 column 1 - Warning: <table> lacks "summary" attribute
line 219 column 55 - Warning: unescaped & or unknown entity "&pid"
line 219 column 65 - Warning: <img> lacks "alt" attribute
line 231 column 1 - Warning: <table> lacks "summary" attribute
line 254 column 1 - Warning: missing </div> before </td>
line 258 column 1 - Warning: <table> lacks "summary" attribute
line 267 column 1 - Warning: <table> lacks "summary" attribute
line 267 column 1 - Warning: <table> proprietary attribute "height"
line 278 column 1 - Warning: <table> lacks "summary" attribute
line 285 column 1 - Warning: <table> lacks "summary" attribute
line 285 column 1 - Warning: <table> proprietary attribute "height"
line 287 column 91 - Warning: <img> lacks "alt" attribute
line 293 column 1 - Warning: <table> lacks "summary" attribute
line 298 column 2 - Warning: discarding unexpected </div>
line 302 column 1 - Warning: content occurs after end of body
line 302 column 1 - Warning: replacing element </p> by <br>
line 302 column 1 - Warning: inserting implicit <br>
It is also a fair bit away from meeting the "Web Content Accessibility Guidelines 1.0":
http://bobby.watchfire.com/bobby/bob...obbyReportText

Don't think I'm trying to get at you. It is something that we try to adhere to at work and I try to do myself elsewhere. I just thought you may want to know.
 
Old 04-22-2003, 07:49 PM   #3
Pcghost
Senior Member
 
Registered: Feb 2003
Location: The Arctic
Distribution: Fedora, Debian, OpenSuSE and Android
Posts: 1,820

Rep: Reputation: 46
Well if you want to make money, I would suggest hosting a porn site. They are about the only sites that can make money in this toilet bowl economy.
 
Old 04-23-2003, 05:35 PM   #4
acid2000
Member
 
Registered: Nov 2001
Location: Exeter, UK
Distribution: Gentoo 1.4
Posts: 243

Original Poster
Rep: Reputation: 30
i'll pass those html ideas on to the webmaster, I'm the server admin its not my job. This is for my personal website anyway.
 
Old 04-24-2003, 06:57 AM   #5
Brain Drop
Member
 
Registered: Feb 2003
Location: just outside reality
Distribution: balanced
Posts: 752

Rep: Reputation: 35
make the worlds largest yet best configured page of links, like google but browsable by category.
 
Old 04-24-2003, 07:41 AM   #6
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
How about making a forum? Check out phpbb.
 
Old 04-24-2003, 08:38 PM   #7
nakkaya
LQ Guru
 
Registered: Jan 2003
Location: Turkey&USA
Distribution: Emacs and linux is its device driver(Slackware,redhat)
Posts: 1,398

Rep: Reputation: 45
make a portal like yahoo this should keep you some ages

edit: read again i did not mean u are stupid or something just that its so big
 
  


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
My own webserver... TazG Linux - Networking 7 05-30-2007 07:00 AM
Webserver, what else do I need? dude4you Linux - Newbie 3 02-17-2004 05:41 AM
help for webserver sanjibgupta Linux - Newbie 2 11-28-2003 08:39 AM
Can't see WebServer from outside... Can see WebServer locally as http://localhost friddick Linux - Networking 13 08-19-2003 06:27 PM
webserver tarak4u Linux - Networking 3 09-27-2002 04:13 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 03:15 AM.

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