Jump to content

chinni

Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Posts posted by chinni

  1. Thanks shiva.

     

    Now, I changed my port no to 8000 and now when I type this in my browser http://localhost:8000/, I see a page with this text:

     

    If you can see this, it means that the installation of the Apache web server software on this system was successful. You may now add content to this directory and replace this page.

     

    So, it means that the Apache web server is working fine.

     

    I\'m surprised with the strange behaviour:

     

    1.To start the apache server, i just goto start->Programs->Apache->Control Apache->Start.

     

    I see a blank screen for few seconds and it disappears.

     

    2.I start again and i see the error no which I mentioned in my previous post.

     

    3.Now, I click on Monitor Apache Server and I see an icon in the system tray and it tells me all the apache services are running.

     

    I see the port no 8000 is given only to apache and the state is listening.

     

    Why does this error comes and shld i take any other precautionary steps??

     

    Many thanks

  2. I installed apache 2.0.43 on windows XP.when i try to start, i get this error mesg:

     

    Only one usage of each socket address(Protocol/network address/port) is normally permitted: make_socket: could not bind to address 0.0.0.0:8080 no listening sockets available, shutting down.

     

    I\'m sure that there is no other server running and also i tried to change my port no to 8089 but it gives me the same error.

     

    I modified these lines:

    #Listen 12.34.56.78:80

    Listen 8089

     

    Should i change any other details???

     

    Hope somebody would help me out.

     

    Many thans

  3. Hello everybody,

     

    Question: topic, under that sub-topics,under that articles

     

    For each topic there could be some 20 sub-topics and for each subtopic there could be some 1000 or 2000 or more articles.

     

    For example, if i have a topic 1 and under that sub-topic1, sub-topic2, sub-topic3, sub-topic4 and if have 1000 or 2000 articles for each subtopic, then i cant imagine the size now;-)

     

    So, could you please tell me the best idea how i can get the design.

     

    But, this is true: For each topic, there are many sub-topics and for each sub topic there are many articles.

     

    My previous design was: 3 tables-[topic(topic_id, topic_name), subtopic(subtopic_id, topic_id, subtopic_name), articles(article_id, subtopic_id, article_name, article_content)

     

    How could you suggest me now??each topic a table or some thing like that.

     

    A nice explanation would help me more.

     

    Thank you so much

  4. Oops, I\'m wrong in my previous post:

     

    well, If i have a table structure like this:

     

    Article_id sub theme_id Article_name

    1 1 A Notable

    2 1 Doctor

    3 2 is not

    4 3 able to

    5 3 do an

    6 3 operation

    7 4 because he

    8 4 has no table

     

    So, here, the last entered record for sub theme_id 1 is \"Doctor\" and for 2 is \"is not\", for 3 is \"operation\" and for 4 is \"has no table\".

     

    Now, i want to display the last entered records for each sub-theme id.

     

    Well, how can i write my sql query??

     

    Thanks everybody.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.