Opened 12 years ago
Closed 12 years ago
#1048 closed task (invalid)
apache ok?
Reported by: | darkblueb | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | OSGeoLive | Keywords: | live apache |
Cc: |
Description
I noticed this in the build logs... just checking if this is a problem..
=============================================================== install_ushahidi.sh =============================================================== Installing ushahidi Reading package lists... Building dependency tree... Reading state information... apache2 is already the newest version. mysql-server is already the newest version. The following packages were automatically installed and are no longer required: libssl-dev libexpat1-dev python2.7-dev Use 'apt-get autoremove' to remove them. The following extra packages will be installed: apache2-mpm-prefork libc-client2007e libmcrypt4 mlock php5-common Suggested packages: php-pear uw-mailutils libmcrypt-dev mcrypt php5-suhosin Recommended packages: php5-cli The following packages will be REMOVED: apache2-mpm-worker The following NEW packages will be installed: apache2-mpm-prefork libapache2-mod-php5 libc-client2007e libmcrypt4 mlock php5 php5-common php5-curl php5-gd php5-imap php5-mcrypt php5-mysql 0 upgraded, 12 newly installed, 1 to remove and 5 not upgraded. Need to get 4296 kB of archives. ...
Note:
See TracTickets
for help on using tickets.
It is a common thing to use prefork and not worker when installing modules like mod_php, due to thread safety.