Re: [EMAIL PROTECTED] another instance of apache

2008-01-26 Thread Mandy Singh
My concern was that when I run make install command, will it start copying files to paths that might overlap with earlier intallation? What did you use - rpm or did u make it yourself? What does make install do internally? On Jan 27, 2008 1:12 AM, Luis Croker <[EMAIL PROTECTED]> wrote: > > I

Re: [EMAIL PROTECTED] Apache Restart

2008-01-26 Thread solprovider
See: http://httpd.apache.org/docs/2.0/programs/apachectl.html http://httpd.apache.org/docs/2.0/programs/httpd.html A one-line restart command needs "-DSSL". Be explicit using the parameters from the second link: apachectl -k restart -DSSL A better solution is to reconfigure for SSL without comma

[EMAIL PROTECTED] Apache Restart

2008-01-26 Thread Ashwin Basagouda Patil
Dear All, How I can restart the Apache in one line command ? I am using the bellow command, to start in SSL connection. /usr/local/apache/bin/apachectl startssl If I use the bellow cammand, to restart it is starting in the NON SSL connection. /usr/local/apache/bin/apachectl restart Ple

Re: [EMAIL PROTECTED] Dynamic text-file created by PHP

2008-01-26 Thread Kent Larsson
> > > On 25.01.08 06:59, Kent Larsson wrote: > > > you can make the .txt a php script and force pargins by php parser by > > > using > > > and SetHandler > > > > Thank you! But I still don't get it to work. > > > > > SetType application/x-httpd-php > > > > > Tried SetHandler as suggested? Ye

Re: [EMAIL PROTECTED] another instance of apache

2008-01-26 Thread Luis Croker
    I have running two apaches in the same server.  I installed the first instance normally.  The second one, I compiled and I just copied the httpd binary file to the system with another name and I put it to run with another IP.       Both are running well.     Regards. Luis Croker

[EMAIL PROTECTED] another instance of apache

2008-01-26 Thread Mandy Singh
Hi Everyone, I already have an installation of apache 2 (2.0.52 I think) on the server. I want to install another instance of apache 2 on the server to listen to another IP (different than the first instance). I downloaded apache 2 gz files. What are the things I should keep in mind while insta

Re: [EMAIL PROTECTED] Dynamic text-file created by PHP

2008-01-26 Thread Eric Covener
On Jan 26, 2008 3:47 AM, Kent Larsson <[EMAIL PROTECTED]> wrote: > > On 25.01.08 06:59, Kent Larsson wrote: > > you can make the .txt a php script and force pargins by php parser by using > > and SetHandler > > Thank you! But I still don't get it to work. > > SetType application/x-httpd-php >

Re: [EMAIL PROTECTED] Dynamic text-file created by PHP

2008-01-26 Thread Kent Larsson
> On 25.01.08 06:59, Kent Larsson wrote: > > I want to create a dynamic textfile using PHP for each request of it. If the > > users asks for http://server/textfile.txt I want a PHP-script to execute and > > serve the textual data completely transparent to the user. This is a "single > > case" so as