Hi. After done all process of cvsup stable-supfile (adding ports-all tag=.) my next step was install PHP5+APACHE2+UnixODBC(MySQL support). in this ocasion i used ../php5-extension then... [X] APACHE2 - use apache2 insted of 1.3.... ... and the configurations after all was: I add to rc.conf:> apache2_enable="YES"and to the httpd.conf I made the follow changes: L:319 :ServerAdmin myemail@mydomain.com L:333 :ServerName x.x.x.x:80 L:442 :DirectoryInde index.php index.html index.html.var L:885 :AddType application/x-httpd-php .php :AddType application/x-httpd-php-source .phps --- reboot. so, when i execute: netstat -nat FreeBSD is not listening port 80. Why? thanks...
Martin Chikilian
2005-Mar-15 04:44 UTC
FreeBSD 5.3 STABLE + PHP5-ext (Apache2 not listening)
Hi. First of all, you should check proper php/apache manuals and installation instructions. Next, check apache's error logs. They will tell you what's wrong at apache startup. I hope this serves to you. When you finish doing these stuff, post the error to the list so we can help you. Regards, Martin> Hi. > > After done all process of cvsup stable-supfile (adding ports-all tag=.) my next step was install PHP5+APACHE2+UnixODBC(MySQL support). > > in this ocasion i used ../php5-extension > then... [X] APACHE2 - use apache2 insted of 1.3.... > > ... and the configurations after all was: > > I add to rc.conf: > > apache2_enable="YES" > > and to the httpd.conf I made the follow changes: > L:319 > :ServerAdmin myemail@mydomain.com > > L:333 > :ServerName x.x.x.x:80 > > L:442 > :DirectoryInde index.php index.html index.html.var > > L:885 > :AddType application/x-httpd-php .php > :AddType application/x-httpd-php-source .phps > > --- > reboot. > > so, when i execute: netstat -nat > FreeBSD is not listening port 80. Why? >