php doesn't execute
xybercool at my-deja.com
xybercool at my-deja.com
Wed Sep 6 04:58:02 EDT 2000
More information about the Python-list mailing list
Wed Sep 6 04:58:02 EDT 2000
- Previous message (by thread): win32all, updated sources -- where...?
- Next message (by thread): php doesn't execute
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
check whether you have added the loadmodule line.... eg. loadmodule modulename modudles/module.so in the httpd.conf file. In article <20000902013227.24630.00001257 at ng-ch1.aol.com>, poparosa at aol.com (Poparosa) wrote: > Folks, > > Here is my configuration: > > Slackware LINUX 2.2.16 > apache 1.3.12 > php 4.0.2 > > I tarred all these files down today, untarred them to the correct directories > per the INSTALL scripts, and built the static linked modules. The short > install instructions in both apache and php went without errors, but... > > when I try to call test.php from another web page, I get the following > in a window (which is the source itself): > > <?php > print("hello web"); > ?> > > when I try to call test2.php from another web page, I get this in > the file info.php in my home directory (which is also a copy of > the file itself): > > <?phpinfo()?> > > Apache seems not to be able to find the php executable, even > tho I uncommented the "AddType application/x-httpd-php php" > in the conf/httpd.conf file. Somehow php is not executing as > I would have hoped. > > the /var/lib/apache/logs/[access,error].log files do not say much. > Is there another log I can look at to help me find out what is going > on (if php is getting called)? > > Is there a few test I could run to see if there is something funny > with my configuration? > > thanks kind folks... > > Sent via Deja.com http://www.deja.com/ Before you buy.
- Previous message (by thread): win32all, updated sources -- where...?
- Next message (by thread): php doesn't execute
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list