Re: apache2 what is the standard way to enable modules?

2014-09-23 Thread Harry Putnam
Bob Proulx b...@proulx.com writes: a2enmod takes a simple name like cgi not a name with .load or .conf on the end like cgi.load. You want a2enmod cgi without the .load on the end. Yeah, I finally got that part. But still not seeing what is bad about what I did... after all it did allow

Re: apache2 what is the standard way to enable modules?

2014-09-23 Thread Raffaele Morelli
On 23/09/14 at 10:02am, Harry Putnam wrote: Bob Proulx b...@proulx.com writes: a2enmod takes a simple name like cgi not a name with .load or .conf on the end like cgi.load. You want a2enmod cgi without the .load on the end. Yeah, I finally got that part. But still not seeing what

Re: apache2 what is the standard way to enable modules?

2014-09-20 Thread Raffaele Morelli
2014-09-20 7:48 GMT+02:00 Bob Proulx b...@proulx.com: Harry Putnam wrote: Raffaele Morelli writes: Is that what you are warning about? Nope, my warning was to use `a2enmod cgi` instead of `a2enmod cgi.load` (which is wrong) OK, thanks. But once again you've failed to explain

Re: apache2 what is the standard way to enable modules?

2014-09-19 Thread Bob Proulx
Harry Putnam wrote: Raffaele Morelli writes: Is that what you are warning about? Nope, my warning was to use `a2enmod cgi` instead of `a2enmod cgi.load` (which is wrong) OK, thanks. But once again you've failed to explain the nature of the wrongness. Can you define what the nature

Re: apache2 what is the standard way to enable modules?

2014-09-17 Thread Harry Putnam
Raffaele Morelli raffaele.more...@gmail.com writes: Is that what you are warning about? Nope, my warning was to use `a2enmod cgi` instead of `a2enmod cgi.load` (which is wrong) OK, thanks. But once again you've failed to explain the nature of the wrongness. Can you define what the nature

Re: apache2 what is the standard way to enable modules?

2014-09-12 Thread Raffaele Morelli
On 11/09/14 at 03:04pm, Harry Putnam wrote: Raffaele Morelli raffaele.more...@gmail.com writes: [...] Thanks for the push... Tinkering with your suggestion lead me to read the `LoadModule' lines on the files in mods-available. The line in cgi.load: LoadModule cgi_module

Re: apache2 what is the standard way to enable modules?

2014-09-11 Thread Harry Putnam
Raffaele Morelli raffaele.more...@gmail.com writes: [...] Thanks for the push... Tinkering with your suggestion lead me to read the `LoadModule' lines on the files in mods-available. The line in cgi.load: LoadModule cgi_module /usr/lib/apache2/modules/mod_cgi.so Looked the most

apache2 what is the standard way to enable modules?

2014-09-03 Thread Harry Putnam
googling to learn how to enable modules in apache2-2.4.10-1+b1 I'm getting a little too much input to really see what to do. what is the name of cgi module? That would be very useful for the `a2enmod' cmd. And for something real simple like making sure it is installed. I see several files in

Re: apache2 what is the standard way to enable modules?

2014-09-03 Thread Bzzzz
On Wed, 03 Sep 2014 20:55:19 -0400 Harry Putnam rea...@newsguy.com wrote: what is the name of cgi module? That would be very useful for the `a2enmod' cmd. And for something real simple like making sure it is installed. I see several files in [...]/mods-available with the string `cgi' in

Re: apache2 what is the standard way to enable modules?

2014-09-03 Thread Jerry Stuckle
On 9/3/2014 8:55 PM, Harry Putnam wrote: googling to learn how to enable modules in apache2-2.4.10-1+b1 I'm getting a little too much input to really see what to do. what is the name of cgi module? That would be very useful for the `a2enmod' cmd. And for something real simple like making

Re: apache2 what is the standard way to enable modules?

2014-09-03 Thread Harry Putnam
B lazyvi...@gmx.com writes: On Wed, 03 Sep 2014 20:55:19 -0400 Harry Putnam rea...@newsguy.com wrote: what is the name of cgi module? That would be very useful for the `a2enmod' cmd. And for something real simple like making sure it is installed. I see several files in

Re: apache2 what is the standard way to enable modules?

2014-09-03 Thread Harry Putnam
Jerry Stuckle jstuc...@attglobal.net writes: Not loading a module is not an error - although you should fix the error in line 74. Attempting to load a non-existent module would be an error. Just one thing about that... I have the log level jacked up to trace4 and when I restart apache2, that

Re: apache2 what is the standard way to enable modules?

2014-09-03 Thread Bzzzz
On Wed, 03 Sep 2014 22:19:35 -0400 Harry Putnam rea...@newsguy.com wrote: cgi firing on all 8 cylinders. Comparing to nginx, I'd say: firing on 2 cyl/8 ;) -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Re: apache2 what is the standard way to enable modules?

2014-09-03 Thread Harry Putnam
B lazyvi...@gmx.com writes: On Wed, 03 Sep 2014 22:19:35 -0400 Harry Putnam rea...@newsguy.com wrote: cgi firing on all 8 cylinders. Comparing to nginx, I'd say: firing on 2 cyl/8 ;) Oh oh, you'll have to explain that one... it went right over my head. Just not clever enough to follow

Re: apache2 what is the standard way to enable modules?

2014-09-03 Thread Bzzzz
On Wed, 03 Sep 2014 22:32:19 -0400 Harry Putnam rea...@newsguy.com wrote: Oh oh, you'll have to explain that one... it went right over my head. Just not clever enough to follow your wit. Not that nginx is way faster than apache, but it copes much better with a huge number of connections. The

Re: apache2 what is the standard way to enable modules?

2014-09-03 Thread Joe Pfeiffer
Harry Putnam rea...@newsguy.com writes: googling to learn how to enable modules in apache2-2.4.10-1+b1 I'm getting a little too much input to really see what to do. what is the name of cgi module? That would be very useful for the `a2enmod' cmd. And for something real simple like making

Re: apache2 what is the standard way to enable modules?

2014-09-03 Thread Raffaele Morelli
2014-09-04 4:19 GMT+02:00 Harry Putnam rea...@newsguy.com: B lazyvi...@gmx.com writes: On Wed, 03 Sep 2014 20:55:19 -0400 Harry Putnam rea...@newsguy.com wrote: what is the name of cgi module? That would be very useful for the `a2enmod' cmd. And for something real simple like