LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Apache2 config errors.. (https://www.linuxquestions.org/questions/linux-software-2/apache2-config-errors-66095/)

SiGmA_X 06-17-2003 02:39 AM

Apache2 config errors..
 
Okay, so I have done this before! I have my main server running just fine, and I have a copy of all the configures I have used. So I started to use them on my friends server.. Got it (PHP, MySQL, Apache2) all installed, and went to start Apache.. No dice! First it was giving a bind error, but that can't be right, we have it all setup right. Now it is not giving any error, but just won't start the server. Here is the configs:
Quote:

###
# Apache
###
cd /usr/local/src &&
wget 'http://www.apache.org/dist/httpd/httpd-2.0.46.tar.gz' &&
tar -xzf httpd-2.0.46.tar.gz &&
cd httpd-2.0.46 &&
./configure --prefix=/usr/local/apache2 --enable-so &&
make &&
make install

###
# PHP
###
cd /usr/local/src &&
wget 'http://www.php.net/get/php-4.3.2.tar.gz/from/this/mirror' &&
tar -xzf php-4.3.2.tar.gz &&
cd php-4.3.2 &&
./configure --with-mysql --with-apxs2=/usr/local/apache2/bin/apxs --with-openssl --with-zlib --with-jpeg-dir --with-png-dir --with-freetype --with-ttf --enable-ftp --enable-sockets --enable-track-vars --enable-debugger --enable-magic-quotes &&
make &&
make install
If you can help, please do!!!


All times are GMT -5. The time now is 02:01 PM.