Disregard last email.  This is the one pointing out that you are using
Apache and not Microsoft's IIS 6.0 Server.

Line to look at:  set, a.go. via an Apache Action directive.

You are now entering into different category, as this is not just .Net
related (this is auctually probably only NTFS permissions related and
something to do with your Apache conf) and not IIS related.  If you were
using IIS, you would understand 100% step 4 in the how-to, but since you are
not using IIS, you are confused.  I refuse to use Apache on any Microsoft
box, as that's just wrong IMHO.  IIS = Microsoft.   Apache != Microsoft.
Apache = Open Source = *nix/BSD

That's just my 2 cents though.

/me drops 2 old pennies into the jar



Regards,
Nick H.
[EMAIL PROTECTED]



----- Original Message -----
From: "pingywon MCSE" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 03, 2003 11:27 PM
Subject: Re: [PHP-WIN] Re: PHP .Net and a boat load of questions !!!


: this is the error I get ....
:
: "Security Alert! The PHP CGI cannot be accessed directly.
: This PHP CGI binary was compiled with force-chi-redirect enabled. This
means
: that a page will only be served up if the REDIRECT_STATUS CGI variable is
: set, a.go. via an Apache Action directive.
:
: For more information as to why this behavior exists, see the manual page
for
: CGI security.
:
: For more information about changing this behavior or re-enabling this web,
: consult the installation file that came with this distribution, or visit
the
: manual page."
:
:
: --
:
: ~pingywon MCSE
: _____________________________________
:
: MCP, MCSA, MCSE Certification Forums.
:
: The Information Exchange.
:
: http://pingywon.mine.nu
:
: http://www.pingywon.ibforums.com
: "Pingywon McSe" <[EMAIL PROTECTED]> wrote in message
: [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
: > thank you very much for your contribution, but as I had said before im
new
: > to PHP all together and do not fully understand your step 4
: >
: > "4. Once the setup is done, go into your IIS Server Manager and drop
down
: > to the website that you wish to install PHP for.  Set it up as you would
: > under a IIS5 server (Application Configuration, ISAPI Mappings) and
setup
: > the php.exe to run the .php files. (You can do the same for .phps if you
: > wish.)"
: >
: > could someone please explain this step by step as Im not familiar with
the
: > steps .....again thank you for your time ...
: >
: >
: > --
: >
: > ~pingywon MCSE
: > _____________________________________
: >
: > MCP, MCSA, MCSE Certification Forums.
: >
: > The Information Exchange.
: >
: > http://pingywon.mine.nu
: >
: > http://www.pingywon.ibforums.com
: > "Nick H. -- Technical Support Engineer" <[EMAIL PROTECTED]> wrote in
: > message 001401c2cbce$a9afafc0$0402a8c0@nh2">news:001401c2cbce$a9afafc0$0402a8c0@nh2...
: > > Here's a step-by-step howto on configuring IIS6.0 to work with CGI PHP
: > >
: > >
: > > http://www.rtfmnewbie.com/php-iis6.txt
: > >
: > > I'll post an article on how to configure ISAPI within a couple of
days.
: > >
: > >
: > > Regards,
: > > Nick H.
: > > [EMAIL PROTECTED]
: > >
: > >
: > > ----- Original Message -----
: > > From: "pingywon MCSE" <[EMAIL PROTECTED]>
: > > To: <[EMAIL PROTECTED]>
: > > Sent: Monday, February 03, 2003 3:34 PM
: > > Subject: [PHP-WIN] Re: PHP .Net and a boat load of questions !!!
: > >
: > >
: > > : Well Iam at work right now and wont have time to play with this
stuff
: > till
: > > : about Weds..
: > > :
: > > : I thank you both for your for all your help..... to clear things up
a
: > > little
: > > :
: > > : with the Win3kServer issue ...yes I am running IIS 6 which will ship
: > with
: > > : Server 2003. I didn't expect the "avg" person to be able to answer
: this
: > > : question as they really don't know how much IIS6 differs from IIS5
: > (you'll
: > > : find out soon..and I hate it already) but I had happened to see a
post
: > > about
: > > : someone getting it to run in Win3k Server and that's why I had
: asked...I
: > > : followed up on his post and his instructions but to no avail....if I
: > > : understood him correctly and followed his directions it did nothing
: more
: > > : then gave me a "security error" and yes im accessing it through HTTP
: and
: > > not
: > > : the local file system
: > > :
: > > : again I thank you for all your time.... !!!
: > > :
: > > : --
: > > :
: > > : ~pingywon MCSE
: > > : _____________________________________
: > > :
: > > : MCP, MCSA, MCSE Certification Forums.
: > > :
: > > : The Information Exchange.
: > > :
: > > : http://pingywon.mine.nu
: > > :
: > > : http://www.pingywon.ibforums.com
: > > :
: > > :
: > > : "Pingywon McSe" <[EMAIL PROTECTED]> wrote in message
: > > : [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
: > > : > Hello all first and foremost let me just thank anyone who responds
: to
: > > this
: > > : > post..this group appears rather helpful (Im new here) Im also new
to
: > php
: > > : > (Big surprise ? )
: > > : >
: > > : > anyway heres the scoop:
: > > : >
: > > : > Im beginning work on a "testing engine" type thing...heh
: > > : >
: > > : > pretty much the form will open up ask you a question with 3 to 5
: radio
: > > : > buttons, you'll choose your answer then hit the submit..and it
will
: > > return
: > > : > your answer weither it was correct or not and why ...... here is
: where
: > > the
: > > : > questions begin.....I'll just list em out
: > > : >
: > > : > 1) Cant get the PHP visible on the net (under win Server 2003)
added
: a
: > > : > service extension "php" and pointed it to my c:\php\php.exe all I
: get
: > it
: > > a
: > > : > security error. any ideas there ?
: > > : > 2) When making the radio buttons and testing them it doesn't stop
me
: > > from
: > > : > picking more then one button (in other words it will let me pick
all
: 5
: > > and
: > > : > have them all selected at the same time ) how do I stop this ?
: > > : > 3) Im assuming I will need to have an "answer" type php file so
that
: > the
: > > : > page can return the results......will I have to have a different
: file
: > > for
: > > : > EACH QUESTION!??!? as each question will be different ..
: > > : >
: > > : > ......This is beginning to look alot harder then I first imagined
it
: > > would
: > > : > 4) if im not tracking any of the user info....do I need a SQL db
???
: > > : >
: > > : > ANY HELP IS MUCH APPRECIATED !!!!!
: > > : >
: > > : > --
: > > : >
: > > : > ~pingywon MCSE
: > > : > _____________________________________
: > > : >
: > > : > MCP, MCSA, MCSE Certification Forums.
: > > : >
: > > : > The Information Exchange.
: > > : >
: > > : > http://pingywon.mine.nu
: > > : >
: > > : > http://www.pingywon.ibforums.com
: > > : >
: > > : >
: > > :
: > > :
: > > :
: > > : --
: > > : PHP Windows Mailing List (http://www.php.net/)
: > > : To unsubscribe, visit: http://www.php.net/unsub.php
: > >
: > >
: >
: >
:
:
:
: --
: PHP Windows Mailing List (http://www.php.net/)
: To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to