Date: Tue, 15 Mar 2005 09:44:15 -0300 From: Martin Chikilian <slackatefn@gmail.com> To: freebsd-stable@freebsd.org Subject: Re: FreeBSD 5.3 STABLE + PHP5-ext (Apache2 not listening) Message-ID: <91b5ebb0503150444f5b4ac4@mail.gmail.com> In-Reply-To: <20050315120128.B124816A4D9@hub.freebsd.org> References: <20050315120128.B124816A4D9@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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? >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?91b5ebb0503150444f5b4ac4>