Re: php files?
From: Henriette Kress (spamtrap.hetta_at_spamcop.net)
Date: 12/12/03
- Next message: Kevin D. Kissell: "Suse 9.0 x86_64 and Asus SK8N"
- Previous message: Derk: "After some time device unmounts and can't be mounted"
- In reply to: Dragec: "php files?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 12 Dec 2003 21:25:23 +0200
Dragec wrote:
> I have installed SuSE9.0, Apache with default settings and PHP
> When I try to open (for example) file:/srv/www/htdocs/phprojekt/index.php
> in any web browser, browser windows shows the script, but it is not
> executed. Why's that?
I dimly remember something or other about php.ini. Possibly you'll have to
enable things in the apache config file, too. Oh, and of course you'll
have to start apache:
$ su
(password)
# rcapache start
AND you won't be able to execute any php script by calling it with
file:/whatever.
You'll HAVE to call it with http://localhost/... (in your case,
http://localhost/phproject/index.php), else apache doesn't kick in at all,
which means no php either.
Hetta
-- Henriette Kress, AHG Helsinki, Finland Henriette's herbal homepage: http://www.ibiblio.org/herbmed Best of RHOD: http://www.ibiblio.org/herbmed/rhod
- Next message: Kevin D. Kissell: "Suse 9.0 x86_64 and Asus SK8N"
- Previous message: Derk: "After some time device unmounts and can't be mounted"
- In reply to: Dragec: "php files?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|