have somebody apache+php standart httpd.conf ???

@IgorGlock: did you already build the Apache module for php?

Code:
> cd /usr/ports/lang/php5 && make showconfig
===> The following configuration options are available for php5-5.2.11:
     CLI=on "Build CLI version"
     CGI=on "Build CGI version"
     [b]APACHE=on "Build Apache module"[/b]
     DEBUG=off "Enable debug"
     SUHOSIN=off "Enable Suhosin protection system (not for jails)"
     MULTIBYTE=off "Enable zend multibyte support"
     IPV6=off "Enable ipv6 support"
     MAILHEAD=off "Enable mail header patch"
     REDIRECT=off "Enable force-cgi-redirect support (CGI only)"
     DISCARD=off "Enable discard-path support (CGI only)"
     FASTCGI=on "Enable fastcgi support (CGI only)"
     PATHINFO=on "Enable path-info-check support (CGI only)"
===> Use 'make config' to modify these settings

See the manpages for ports(7) for tips.
 
Back
Top