Hi,
   Getting Server 500 Error simply means there is an error in your script.
When you install PHP, you must tell the Web server, what program to execute
for what extension. The PHP installer doesn't do it for you. There is great
information how to the mentioned configuration in the intall.txt file of
your local PHP folder. However, I think there are some error(s) in your
script. You should try the following script
  <?PHP
      phpinfo();
  ?>
If it works, and your script doesn't you should start debugging your PHP
code. If the code I send you doesn't work either, then you couldn't
configure the web server such that it could parse the .php files.
  Regards...             <? ferhat ?>
--- Original Message -----
From: "Nathaniel Harari" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 21, 2001 5:51 PM
Subject: RE: [PHP-INST] Server 500 Error....


> Okay...:)
>
> It's all a little new to me since I've never run PHP before on a server
> that had problems with it, and I actually know Apache on linux a lot
> better (editing text files with pico is a hell of a lot quicker and
> simpler, imho).
>
> So, what exactly are you talking about when enabling .php suffixes? I
> thought the installer did that? Can anyone give me a pointer in that
> direction and I can try it. :)
>
> Thanks again,
>
> Nat. :)
>
>
> -----Original Message-----
> From: Corn Vollney-R7019C [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 20, 2001 4:47 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [PHP-INST] Server 500 Error....
>
>
> Likewise, did you configure IIS 4 for the .php suffix?  Also might help
> to open the .exe etc files to IIS 4's default users, sorry I cant
> remember what their called anymore, but there are two of them, one for
> regular web users and the other to execute scripts.
>
> Voll
>
> -----Original Message-----
> From: Chris [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 20, 2001 3:42 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-INST] Server 500 Error....
>
>
> Greetings,
>  What *verbosity* level are you running your Error Log(s) at? If set
> high enough, your server should dump some informative info (pointers),
> that'll help point you in the right direction. Off the top of my head, I
> would guess a Permission Issue.
>
> Best Wishes,
>  Chris
>
>
> > Hi.
> >
> > A few weeks ago, I got PHP Nuke to install beautifully on my XP
> > machine at home to test it - no problems for a first time user.
> >
> > Now, I want to use it for my work web site on my remote server for the
>
> > company I work for. I am running Windows 2000 Server edition on a nice
>
> > fast box with IIS 4.
> >
> > I installed PHP, MySQL, and PHPNuke. Only, I can't open any PHP pages:
>
> > I get an "Internal Server Error 500" every time I try to open a php
> > page through the browser by hitting the site. Everything works fine
> > and running php.exe -i outputs the HTML code just beautifully.
> >
> > I checked out all I could on this error and did the required things,
> > making sure that the php.exe and the .dll file is all accessible to
> > anonymous users (IEUSR_<computer> or whatever it is...can't remember
> > off of the top of my head). But still, it doesn't work.
> >
> >
> > Can anyone please help me out with this? I really need to set
> > something up very quickly and I would love to use PHPNuke. :)
> >
> >
> > Thanks,
> >
> >
> > Nat.
> > [EMAIL PROTECTED]
> > http://www.somethingwonderful.com
> >
> >
> > --
> > PHP Install Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail:
> > [EMAIL PROTECTED]
>
>
> --
> Chris out...
>        _________      __________        __________      _____________
>       /   _____/\    /   ____   \      /   ______/\    /____    ____/\
>      /   /\____\/   /   /\_ /   /\    /   / \____\/    \___/   /\___\/
>     /   /_/__      /   /_/_/   / /   /   /__/_            /   / /
>    /   _____/\    /   ____    / /    \_____    \         /   / /
>   /   /\____\/   /   /\_ /   / /      \____\   /\       /   / /
>  /   / /        /   / / /   / /   _________/  / /      /   / /
> /___/ /        /___/ / /___/ /   /___________/ /      /___/ /
> \___\/         \___\/  \___\/    \___________\/
> \___\/.dnswatch.com
> They that can give up essential liberty to obtain a little
> temporary safety deserve neither liberty nor safety.
>           - Benjamin Franklin
> ..
>
> ............................................
> This email was sent using DNSWATCH WebMail.
>    "Get an account today!"
> http://www.dnswatch.com/dnswm112/
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>
>
> --
> PHP Install Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to