Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#313 closed Defect (invalid)

php does not seem to run

Reported by: micheals Owned by: Rytis
Priority: Minor Milestone: Undetermined
Component: Web - Project Version:
Keywords: Cc:

Description

please forgive my posts - i'm new to boinc server, httpd, and php. i tried using php-5.2.3 with httpd-2.2.4 but make produced errors which were reported to the php group. i configured just as they suggested for apache2. i reported a runtime error to the group and they basically ignored me. so i reverted php to ver 4.4.7. this did configure, make, and make install nominally (just as php group suggested). and, just as before, i was able to run httpd and access my "homepage" on another intranet computer. but php does not seem to respond to the scripts in my test project (testathome). on this computer (the server), i run mozilla and can access http://localhost/testathome/ which gives a list of php functions but they are all php script - not running functions. on the other intranet computer, an xp machine, i used explorer to access http://linux/testathome/ which gave the same results.. the following are the relevant configure lines and boinc run output: ./configure --enable-so (apache2) ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql (php4)

# Dynamic Shared Object (DSO) Support # # To be able to use the functionality of a module which was built as a DSO you # have to place corresponding `LoadModule?' lines at this location so the # directives contained in it are actually available _before_ they are used. # Statically compiled modules (those listed by `httpd -l') do not need # to be loaded here. # # Example: # LoadModule? foo_module modules/mod_foo.so # LoadModule? php5_module modules/libphp5.so LoadModule? php4_module modules/libphp4.so # (above section from httpd.conf - i manually commented php5_module)

linux:/home/test/bin # ./start Staying in ENABLED mode Starting daemons

Starting daemon: feeder -d 3 Starting daemon: transitioner -d 3 Starting daemon: file_deleter -d 3

linux:/home/test/bin # ./status BOINC is ENABLED

DAEMON pid status lockfile disabled commandline

1 4079 running locked no feeder -d 3 2 4081 running locked no transitioner -d 3 3 4085 running locked no file_deleter -d 3

TASK last run period next run lock file disabled co mmandline

1 ? 24 hours NOW unlocked no db _dump -d 2 -dump_spec ../db_dump_spec.xml 2 ? 1 days NOW unlocked no ru n_in_ops update_uotd.php 3 ? 1 hour NOW unlocked no ru n_in_ops update_forum_activities.php 4 ? 7 days NOW unlocked no up date_stats -update_users -update_teams -update_hosts 5 ? 24 hours NOW unlocked no ru n_in_ops update_profile_pages.php

linux:/home/test/bin # ./stop Entering DISABLED mode Stopping all daemons

Killed process 4085 Killed process 4079 Killed process 4081 Waiting for process 4079 to end: ..... ok

linux:/home/test/bin # (above section is run output from project testathome)

i also had some problems making the test application but can defer that for another ticket.

sam micheal/gp-at-home/sourceforge.net

Change History (3)

comment:1 Changed 17 years ago by Ageless

Component: UndeterminedServer - Web - Project
Owner: set to Rytis
Priority: UndeterminedMinor

comment:2 Changed 17 years ago by Rytis

Resolution: invalid
Status: newclosed

Please post issues related to project creation to the mailing lists (http://boinc.berkeley.edu/email_lists.php - this will probably fit for boinc_dev). The ticket system is for bugs and enhancements.

comment:3 Changed 17 years ago by Nicolas

Requests for help in general shouldn't go on a ticket.

Note: See TracTickets for help on using tickets.