lang/php5 installed "Apache 2.0 Handler" for apache22
- From: Tom Worster <fsb@xxxxxxxxxx>
- Date: Thu, 18 Dec 2008 08:57:26 -0500
i've read that php has an Apache 2.2 Handler since 5.2. i installed the
www/apache22 port and lang/php5. things seem to work but phpinfo() reports:
Server API = Apache 2.0 Handler. is that as it should be?
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
Relevant Pages
- Apache ErrorDocument / PHP header() interaction does not work as expected
... I am trying to trigger Apache ErrorDocument handlers by setting appropriate HTTP status codes in my PHP code, but I don't get the expected results. ... The status code is sent to the browser, but the ErrorDocument handler is never triggered, it looks like Apache passes the value on to the client, but does not interpret it. ... (php.general) - Apache ErrorDocument / PHP header() interaction does not work as expected
... I am trying to trigger Apache ErrorDocument handlers by setting ... My PHP file: ... The status code is sent to the browser, but the ErrorDocument handler ... (comp.lang.php) - Re: easy question about kill command
... That's because all kill is responsible for is sending the signal; ... As to whether or not the process in question has a SIGHUP handler, ... The apache_ctl script suppied by the Apache project is an example ... (freebsd-hackers) - Re: lang/php5 installed "Apache 2.0 Handler" for apache22
... things seem to work but phpinforeports: ... Server API = Apache 2.0 Handler. ... If You look further, There should be an 'apache2handler' section in the phpinfo(), with more specific information. ... (freebsd-questions) - Re: mod_python newbie question.
... You are actually writing an Apache handler rather than application code. ... > def handler: ... This will have the publisher handler process the calls. ... (comp.lang.python) |
|