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
. ;-)
~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
>
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
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
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
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
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.
//