![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Python & httpd.conf settings | thumper | UNIX for Dummies Questions & Answers | 0 | 12-12-2007 08:43 AM |
| Apache 2 httpd.conf empty | sspirito | Linux | 2 | 08-06-2007 08:09 AM |
| Apache httpd.conf <VirtualHost> issue | Spetnik | UNIX for Dummies Questions & Answers | 5 | 07-01-2003 10:35 AM |
| httpd.conf - stumped | Cameron | IP Networking | 2 | 04-25-2002 02:31 AM |
| defaults httpd.conf | macdonto | IP Networking | 5 | 09-25-2001 02:21 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi ,
Need to add a following line to many webserver configuration . ie. Need to make following entry in "LimitRequestLine 4000" in httpd.conf. Any ideas welcome Regards, logic0 |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
What OS are you using?
|
|
#3
|
||||
|
||||
|
If you are using same apache configuration to all hosts.
- push your ssh public key to all hosts. (this will allow password less connection to hosts) - push your httpd.conf on all hosts and create small script which will run on remote hosts Contents of script - take a backup of original httpd.conf - replace original httpd.conf with new one. - reload yapache configuration. - Incase of issue report on screen. |
||||
| Google The UNIX and Linux Forums |