Question

URGENT HELP NEEDED: Go into apache config and break something that will be recorded by logging....

URGENT HELP NEEDED: Go into apache config and break something that will be recorded by logging. I need to modify something in apache, in order to cause an error, that will be recorded in the log. And then I need to fix that error, to have the log say that it is running fine again. Please help me. I am on a mac. How can I create a simple error in the apache2 config, and then how can I fix that error?

For example, I need an error to occur when checking the logs. The point of this assignment is logging, I need to report 2 logs, the first log needs to show an error (that I have created) in apache, then I need to fix that error. The 2nd log will no longer have that error because it has been fixed. How can I create an error in apache, fix it, and then have a log report back that there is no longer an error. Something in apache config needs to be modified/changed, in order to create an error in the log, and then that error needs to be fixed, so the log will no longer show an error.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

If i'm getting it right, then you just want some error because of some change in the config file. You can do that in many ways. Like you can change the port number of the port used by your apache server with the port which is used or reserved by some other application. This way it will throw an Error. And changing it back can remove the error.

Just change the port in Listen and #Listen and save the file.

Add a comment
Know the answer?
Add Answer to:
URGENT HELP NEEDED: Go into apache config and break something that will be recorded by logging....
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • You are to create and apply a firewall rule set on your Ubuntu server and each...

    You are to create and apply a firewall rule set on your Ubuntu server and each rule should be commented. Make sure to use variables for the IP addresses in your firewall. It's good practice and if I have to test one or more of your rules, I can replace the address in the variable. For any packets you REJECT or DENY, those should be logged. That means you'll need to modify the rule so that if the rule matches...

  • **SYNTHESIS QUESTION: HELP NEEDED!** Show the steps for the reagents for the following molecule (Lexapro). I've...

    **SYNTHESIS QUESTION: HELP NEEDED!** Show the steps for the reagents for the following molecule (Lexapro). I've figured out the synthesis for the molecule on the right(in materials), but I can't figure out how to create the other benzene-based molecule with the nitrile attached that I need to finish the whole molecule. I think that benzaldehyde needs to be synthesized and then converted to an ester and then attached, but I can't figure out how starting from benzene. Please show the...

  • **URGENT** Please help with this MIPS program? (calculator program that uses values from a user's input...

    **URGENT** Please help with this MIPS program? (calculator program that uses values from a user's input file and solves them; needs order of operations) Write a MIPS Assembly Language program to read hexadecimal values and operations (one per line) from a file. The file name should be requested and read in from the console. Once the ascii number has been read in, convert it to internal, binary, storage (decimal). The input format may be either fixed-format, 32-bit, twos compliment values,...

  • Hi I need some help with this I just need the code and the collection name...

    Hi I need some help with this I just need the code and the collection name is research only the code I dont need any screenshots of the output. it should be for companies.json using the research collection as like this db.research.aggregate({}) but I don't know how to do the rest. This is the database but it is hard to paste it all so I will paste some and it should be create. Please I need this to be done...

  • Can someone plz help me??? I would like a website that has to do with guitars...

    Can someone plz help me??? I would like a website that has to do with guitars or something to do with music, someone asked me what kind of website I would like to have and that would be awesome. The attributes to be included, are below. I need a small website that to where I need to interlink a CSS file into the HTML file. I don't know to save the files to have to be able to run with...

  • Using C, I need help debugging this program. I have a few error messages that I'm...

    Using C, I need help debugging this program. I have a few error messages that I'm not sure how to fix. Here is the code I have: /* * C Program to Print a Linked List in Reverse Order */ #include <stdio.h> #include <stdlib.h> struct node { int num; struct node *next; }; int main() { struct node *p = NULL; struct node_occur *head = NULL; int n; printf("Enter data into the list\n"); create(&p); printf("Displaying the nodes in the list:\n");...

  • Could you help me summarize this? As a horse’s hoof forms, scientists say something profound is...

    Could you help me summarize this? As a horse’s hoof forms, scientists say something profound is occurring in its anatomical development. From the perspective of evolutionary and developmental biologists, a horse’s hoof is literally a giant middle finger. It seems to be the remnant of a foot that once had five full toes, with only three remaining visible — two vestigial digits are still on either side of the large, hardened middle digit, but there is no trace of the...

  • Could you help me summarize this? As a horse’s hoof forms, scientists say something profound is...

    Could you help me summarize this? As a horse’s hoof forms, scientists say something profound is occurring in its anatomical development. From the perspective of evolutionary and developmental biologists, a horse’s hoof is literally a giant middle finger. It seems to be the remnant of a foot that once had five full toes, with only three remaining visible — two vestigial digits are still on either side of the large, hardened middle digit, but there is no trace of the...

  • For Dave Herring of Northwestern Financial, it seems that moving to a tablet would be an...

    For Dave Herring of Northwestern Financial, it seems that moving to a tablet would be an easy decision. However, there are many options of lightweight devices (even laptops) that are viable options to tablets. Here is a letter from Dave that explains his typical workday. Use this information to help Dave sort through the computer possibilities. .......... Hello! I am very excited to have your help. I am working on a committee to help my employer understand how some of...

  • Hello, I needed help on the following In Java: Note that if you intend to append...

    Hello, I needed help on the following In Java: Note that if you intend to append data to the end of a file, you need to create an instance of the "FileWriter" class rather than the "File" class: FileWriter fwriter = new FileWriter("RunningList.txt", true); PrintWriter outfile = new PrintWriter(fwriter); Remember that PrintWriter objects can throw an exception, so make sure to amend your main method header with the clause "throws IOException". (Cannot use try-catch, must include clause "throws IOException") Write...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT