Re: [PHP-INSTALL] Apache error Please Help!

2008-02-08 Thread viraj
seems you have enabled selinux, try disabling it. if you really need selinux enabled, you have to tweak the selinux policies. ~viraj On Feb 8, 2008 12:59 PM, mohannbr <[EMAIL PROTECTED]> wrote: > > > > > > [EMAIL PROTECTED] wrote: > > > > mohannbr a écrit

Re: [PHP-INSTALL] Need help building a LAMP solution

2005-10-23 Thread viraj
. ;-) ~viraj. On 10/17/05, Marcio A. Regalado <[EMAIL PROTECTED]> wrote: > Hi everybody > > I installed White Box Linux 4 on a P4 box now I need to install Apache, > MySQL, PHP and Perl, can somebody please guide me on how to do this ? > > Thank you in advance for your help >

RE: [PHP-INST] Php on win2000 with apache 1.3.22 assistance.

2002-07-22 Thread Viraj Kalinga Abayarathna
Rajeev, first see this line in your httpd.conf.. Your line ---> ScriptAlias /php/ "D:\Program Files\PhP/php-4.2.1-Win32/" see the difference .. you have set the Alias path incorrectly.. change it to this... (A Slash can change a world) ScriptAlias /p

RE: [PHP-INST] Variable - Return

2002-07-22 Thread Viraj Kalinga Abayarathna
please post the both codings. This may be a variable name missmatch or something similar, can't give a solution witout go through the coding. vk www.CeyNet.net - The Lowest Cost Web Hosting (100% reliable) -Original Message- From: Reetu Singh [mailto:[EMAIL PROTECTED]] Sent: Sunday, Ju

RE: [PHP-INST] why i can't execute my php codes

2002-07-18 Thread Viraj Kalinga Abayarathna
Regarding your php code, did you configure the httpd conf file to handle PHP on your server? If not, this is the reson, your server still do not know how to handle the php scripts.. look for these entries in your httpd.conf file, if not existed add them according to your paths. Action ap

RE: [PHP-INST] Did I install it in the wrong way?

2002-07-14 Thread Viraj Kalinga Abayarathna
look for these entries in your httpd.conf file, if not existed add them according to your paths. Action application/x-httpd-php /php/php.exe AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps ScriptAlias /php/ "C:/php/" vk http://c

RE: [PHP-INST] Windows Install troubles.

2002-06-18 Thread Viraj Kalinga Abayarathna
Hi, You have done some errornous escapings from php in your script. I did some fewer modifications and now script is working. Compare the ?>'s //end escape here for the first if block //start the html content Unable to connect to the database server at this time. //