Re: Can't execute PHP script

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Saturday 08 September 2007 16:15, Børge Holen wrote:
> as previously stated...
>
> give us the printout of:
> dpkg -l|grep apache
> dpkg -l|grep php
>
> On Saturday 08 September 2007 14:55, Randy Patterson wrote:
> > Hey,
> >
> > [Note:] This is a different problem from the one I posted earlier today.
> >
> > I can't get my LAMP server setup to run PHP script.
> >
> > As returned by apache2ctl, I am running;
> >
> > Apache/2.2.4 (Debian) PHP/5.2.3-1+b1
> >
> > I point my browser to;
> >
> > http://localhost/apache2-default/test.php
> >
> > The file test.php contains this code;
> >
> > <html><body>
> > <h1>PHP Test</h1>
> > <br />
> > <?php print "Hello World!"; ?>
> > </body></html>
> >
> > The browser outputs only;
> >
> > PHP Test
> >
> > But the script doesn't get executed. I posted this problem on
> > debian-users, [because I installed apache2/php5 via debian packages],
> > without any results. Thought I would try here before finding an apache
> > list. Although I have programed in PHP off and on for a while I am a
> > newbie to the setup side of things. Hopefully someone could point me in
> > the right direction to trouble shoot this.
> >
> > Thanks,
> > Randy

Here they are;

dpkg -l|grep apache
ii  apache2                           2.2.4-3                    Next 
generation, scalable, extendable web se
ii  apache2-doc                       2.2.4-3                    documentation 
for apache2
ii  apache2-mpm-prefork               2.2.4-3                    Traditional 
model for Apache HTTPD
ii  apache2-utils                     2.2.4-3                    utility 
programs for webservers
ii  apache2.2-common                  2.2.4-3                    Next 
generation   , scalable, extendable web se
ii  libapache2-mod-php5               5.2.3-1+b1                 server-side, 
HT   ML-embedded scripting languag

dpkg -l|grep php
ii  libapache2-mod-php5               5.2.3-1+b1                 server-side, 
HTML-embedded scripting languag
ii  php5                              5.2.3-1                    server-side, 
HTML-embedded scripting languag
ii  php5-common                       5.2.3-1+b1                 Common files 
for packages built from the php
ii  php5-mysql                        5.2.3-1+b1                 MySQL module 
for php5

Thanks,
Randy

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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux