RE: Apache 2.0.40 and PHP 4.2.2

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

 



> How do I tell if it is running prefork and essentially is thread safe
> with using php?




On Tue, 2003-12-09 at 14:29, L. Christopher Luther wrote:
> If you temporarily enable the mod_info module in /etc/httpd/conf/httpd.conf:
> 
> 
>   LoadModule info_module modules/mod_info.so
> 
>   # Allow remote server configuration reports, with the URL of
>   # http://servername/server-info (requires that mod_info.c be loaded).
>   # Change the ".your-domain.com" to match your domain to enable.
>   #
>   <IfModule mod_info.c>
>   <Location /server-info>
>       SetHandler server-info
>       Order deny,allow
>       Deny from all
>       Allow from .your-domain.com
>   </Location>
>   </IfModule>
> 
> then hit your web server as http://webserver/server-info, you will see a
> list of modules loaded.  If you should see a list of loaded modules,
> including prefork.c.  If you select the "Server Settings" link at the
> beginning of the modules list, you'll get the MPM and threading information.
> 
> 
> Cheers!
> 


Thanks, That is very useful. And yes I now have a warm and fuzzy that
php should work. :)

Bret




-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux