Re: [EMAIL PROTECTED] Scripts

2006-01-06 Thread Joshua Slive
On 1/5/06, David Salisbury <[EMAIL PROTECTED]> wrote: > but you could run it still as cgi, though it's not recommended for security > reasons.. Hmmm... I think you mean performance reasons. Security-wise, cgi is probably better than the module interface because it is more isolated from the rest

Re: [EMAIL PROTECTED] Scripts

2006-01-05 Thread David Salisbury
rce" <[EMAIL PROTECTED]> To: Sent: Thursday, January 05, 2006 1:47 PM Subject: Re: [EMAIL PROTECTED] Scripts No it can not. You must have the mod_php for it to run. CGI scripts run different then PHP scripts. PHP runs from code on the page, CGI is a run from a directory.

Re: [EMAIL PROTECTED] Scripts

2006-01-05 Thread Steven Pierce
be used as a cgi script even without >the >mod_php module. > >Teddy > >- Original Message - >From: <[EMAIL PROTECTED]> >To: >Sent: Thursday, January 05, 2006 17:07 PM >Subject: Re: [EMAIL PROTECTED] Scripts > > >> Hey. >> >

Re: [EMAIL PROTECTED] Scripts

2006-01-05 Thread Octavian Rasnita
But I think PHP programs still can be used as a cgi script even without the mod_php module. Teddy - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, January 05, 2006 17:07 PM Subject: Re: [EMAIL PROTECTED] Scripts > Hey. > > in your config file. There

Re: [EMAIL PROTECTED] Scripts

2006-01-05 Thread rob
Hey. in your config file. There is a line that looks like this. LoadModule php4_module libexec/libphp4.so AddType application/x-httpd-php .php .php3 .phtml AddType application/x-httpd-php-source .phps You want php out of the question 100% then remove thoes lines. If you want php for a dire

Re: [EMAIL PROTECTED] Scripts

2006-01-05 Thread G . Lams
> I am just unable to understand that exactly which option is used in > APACHE (linux) to run PHP pages... and by disabling which option i can > stop executing these sort of pages... I searched a lot on google,,, but > none of the article provided me the answer. > More than an option, it's a modu

Re: [EMAIL PROTECTED] Scripts

2006-01-05 Thread Muhammad Rizwan
I am just unable to understand that exactly which option is used in APACHE (linux) to run PHP pages... and by disabling which option i can stop executing these sort of pages... I searched a lot on google,,, but none of the article provided me the answer. Thanks! On Wed, 2006-01-04 at 16:06, Stev

Re: [EMAIL PROTECTED] Scripts

2006-01-04 Thread Steven Pierce
*** REPLY SEPARATOR *** On 1/4/2006 at 3:31 PM Muhammad Rizwan wrote: >Hello > >Few things i want to ask about Apache (Linux). > >1- How we can enable front page extension http://www.rtr.com/fpsupport/download.htm First you need to go to this web site and dnload the "extension

[EMAIL PROTECTED] Scripts

2006-01-04 Thread Muhammad Rizwan
Hello Few things i want to ask about Apache (Linux). 1- How we can enable front page extension 2- I have add ScriptAlias in my virtual domain entry, as: ScriptAlias /cgi-bin/ mysite.com/www/cgi-bin/" Now which type of scripts i can execute in cgi-bin directory. 3- How i can execute ph

Re: [EMAIL PROTECTED] scripts run very slow in the Apache server

2005-11-30 Thread Senthil Nathan
sounds more like network latency than anything else...>> Rgds,> Owen Boyle> Disclaimer: Any disclaimer attached to this message may be ignored.>> > -Original Message-> From: Senthil Nathan [mailto:[EMAIL PROTECTED]]> Sent: Montag, 28. November 2005 08:22> To: u

RE: [EMAIL PROTECTED] scripts run very slow in the Apache server

2005-11-28 Thread Boyle Owen
NB - please keep all correspondance on the list - no private mails. > -Original Message- > From: Senthil Nathan [mailto:[EMAIL PROTECTED] > Sent: Montag, 28. November 2005 09:19 > To: Boyle Owen; users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] scripts run very slo

Re: [EMAIL PROTECTED] scripts run very slow in the Apache server

2005-11-28 Thread Senthil Nathan
Your problem sounds more like network latency than anything else... > > Rgds, > Owen Boyle > Disclaimer: Any disclaimer attached to this message may be ignored. > > > -Original Message- > From: Senthil Nathan [mailto:[EMAIL PROTECTED] > Sent: Montag, 28. November

RE: [EMAIL PROTECTED] scripts run very slow in the Apache server

2005-11-27 Thread Boyle Owen
ssage- From: Senthil Nathan [mailto:[EMAIL PROTECTED] Sent: Montag, 28. November 2005 08:22 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] scripts run very slow in the Apache server hi all, i have some cgi scripts running on the Apache server. i am invoking it from the browser and see th

[EMAIL PROTECTED] scripts run very slow in the Apache server

2005-11-27 Thread Senthil Nathan
hi all,i have some cgi scripts running on the Apache server.i am invoking it from the browser and see that it takes lot of time to connect to the server and run the cgi script on it.actually my cgi script takes 4sec to run, which i checked out using the timestamp. but when accessing from the browse