|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
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 > Check in your httpd.conf that you have all of the following: LoadModule php5_module modules/libphp5.so AddHandler php5-script php AddType text/html php Make sure they're in there and uncommented. And that you restart httpd. brian |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
On Saturday 08 September 2007 17:21, brian wrote:
> 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 > > Check in your httpd.conf that you have all of the following: > > LoadModule php5_module modules/libphp5.so > AddHandler php5-script php > AddType text/html php > > Make sure they're in there and uncommented. And that you restart httpd. no he should not. this resides within the php5.load file. He must symlink his files. Debian does not utilize httpd.conf for any specific reason since apache2, it's just there for compability reasons > > brian |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
Børge Holen wrote:
> On Saturday 08 September 2007 17:21, brian wrote: > >>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 >> >>Check in your httpd.conf that you have all of the following: >> >>LoadModule php5_module modules/libphp5.so >>AddHandler php5-script php >>AddType text/html php >> >>Make sure they're in there and uncommented. And that you restart httpd. > > > no he should not. this resides within the php5.load file. > He must symlink his files. > Debian does not utilize httpd.conf for any specific reason since apache2, it's > just there for compability reasons > > >>brian > > Oh, right--Debian. My bad. |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
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 |
|
![]() |
| Outils de la discussion | |
|
|