Re: [users@httpd] Apache setup questions

2022-03-25 Thread Jim Albert
On 3/25/2022 10:08 AM, dimitri koshlev wrote: Hello my college course was talking about Apache servers and I was interested in trying to set one up on a Kali Linux virtual machine, but after setting it up in the root, and getting the ip, the only thing that pops up when I put it in the search b

[users@httpd] Apache setup questions

2022-03-25 Thread dimitri koshlev
Hello my college course was talking about Apache servers and I was interested in trying to set one up on a Kali Linux virtual machine, but after setting it up in the root, and getting the ip, the only thing that pops up when I put it in the search bar is a black screen.

Re: [users@httpd] apache setup questions

2011-11-24 Thread Rainer Frey
On 23.11.2011, at 21:22, Tim Streater wrote: > I'm looking at how apache is set up under OS X Lion and Snow Leopard. It > seems to me in both cases that, for the default apache config, fast-cgi is > disabled as the corresponding LoadModule is commented out. Is there a > particular reason why t

Re: Re: Re: [users@httpd] apache setup questions

2011-11-23 Thread Wade Evans
Yay! On Wed, Nov 23, 2011 at 3:02 PM, Tim Streater wrote: > On 23 Nov 2011 at 21:45, Wade Evans wrote: > > > My naive recommendation is to stop using CGI, and use the PHP module > > instead... to swim with the current, not against it. > > Wade, > > Thanks for that. Although it didn't answer my

Re: Re: Re: [users@httpd] apache setup questions

2011-11-23 Thread Tim Streater
On 23 Nov 2011 at 21:45, Wade Evans wrote: > My naive recommendation is to stop using CGI, and use the PHP module > instead... to swim with the current, not against it. Wade, Thanks for that. Although it didn't answer my questions directly, it did give a me a clue to look at the PHP web site,

Re: [users@httpd] apache setup questions

2011-11-23 Thread Nick Kew
On 23 Nov 2011, at 20:39, Wade Evans wrote: > I notice that under SL, the fast-cgi module is a good bit older than other > modules, and under Lion, there isn't even one provided. Does this mean that > it has been integrated into apache Probably. mod_fcgid was donated to apache a couple of ye

Re: Re: [users@httpd] apache setup questions

2011-11-23 Thread Wade Evans
Okay, look... I am not saying that your questions are uninteresting, nor am I disrespecting your skills. We are all nascent eggs loose in a sea of too much information, all trying to make our way. My point is that you seem to be having trouble setting up the CGI execution path. In your submissi

Re: Re: [users@httpd] apache setup questions

2011-11-23 Thread Tim Streater
On 23 Nov 2011 at 20:39, Wade Evans wrote: > If all you want to do is run PHP scripts to service AJAX requests, why not > load the php module, set the type handler, and move on to a more > interesting problem? To me, in my present star of ignorance, these *are* interesting questions. Admittedl

Re: [users@httpd] apache setup questions

2011-11-23 Thread Wade Evans
If all you want to do is run PHP scripts to service AJAX requests, why not load the php module, set the type handler, and move on to a more interesting problem? -w On Wed, Nov 23, 2011 at 12:22 PM, Tim Streater wrote: > I'm looking at how apache is set up under OS X Lion and Snow Leopard. It >

[users@httpd] apache setup questions

2011-11-23 Thread Tim Streater
I'm looking at how apache is set up under OS X Lion and Snow Leopard. It seems to me in both cases that, for the default apache config, fast-cgi is disabled as the corresponding LoadModule is commented out. Is there a particular reason why this should be? I notice that under SL, the fast-cgi mo