You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Cody Harris <hc...@ns.sympatico.ca> on 2003/11/20 03:35:46 UTC

[users@httpd] Apache 1.3.29 Starting Errors?

I recently downloaded Apache 1.3.29 and PHP 4.3.4. I did the following:
cd apache_1.3.29
./configure
cd ../php-4.3.4
./configure --with-mysql --with-apache=../apache_1.3.29 --with-gettext
make
sudo make install
cd ../apache_1.3.29
./configure --activate-module=src/modules/php4/libphp4.a --prefix=/etc/httpd1/
make
sudo make install

(Make my document root and other path changes HERE)

sudo /usr/local/apache/bin/apachectl start
-> /usr/local/apache/bin/apachectl start: httpd started
sudo /usr/local/apache/bin/apachectl stop
-> /usr/local/apache/bin/apachectl stop: httpd (no pid file) not running
sudo /usr/local/apache/bin/apachectl start
-> /usr/local/apache/bin/apachectl start: httpd started

And when i try to load up my trusty mozilla (http://127.0.0.1), it says connection refused. What's going on here?

(Output has the little right arrow ">")




--
+------------------+-----------------------------+
| Cody Harris      | Signed with GnuPG signature |
| KeyID: 610031E2A | vectec.net/~cody/key.asc    |
+------------------+-----------------------------+

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache 1.3.29 Starting Errors?

Posted by Brian Dessent <br...@dessent.net>.
Cody Harris wrote:

> sudo /usr/local/apache/bin/apachectl start
> -> /usr/local/apache/bin/apachectl start: httpd started
> sudo /usr/local/apache/bin/apachectl stop
> -> /usr/local/apache/bin/apachectl stop: httpd (no pid file) not running
> sudo /usr/local/apache/bin/apachectl start
> -> /usr/local/apache/bin/apachectl start: httpd started
> 
> And when i try to load up my trusty mozilla (http://127.0.0.1), it says connection refused. What's going on here?

What does your error log file say?  It looks like Apache is not
starting, i.e. it exits with a fatal error.

Brian

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Apache 1.3.29 Starting Errors?

Posted by Aaron Morris <aa...@mindspring.com>.

Cody Harris wrote:

> I recently downloaded Apache 1.3.29 and PHP 4.3.4. I did the following:
> cd apache_1.3.29
> ./configure
> cd ../php-4.3.4
> ./configure --with-mysql --with-apache=../apache_1.3.29 --with-gettext
> make
> sudo make install
> cd ../apache_1.3.29
> ./configure --activate-module=src/modules/php4/libphp4.a --prefix=/etc/httpd1/
> make
> sudo make install
> 
> (Make my document root and other path changes HERE)
> 
> sudo /usr/local/apache/bin/apachectl start
> -> /usr/local/apache/bin/apachectl start: httpd started
> sudo /usr/local/apache/bin/apachectl stop
> -> /usr/local/apache/bin/apachectl stop: httpd (no pid file) not running
> sudo /usr/local/apache/bin/apachectl start
> -> /usr/local/apache/bin/apachectl start: httpd started
> 
> And when i try to load up my trusty mozilla (http://127.0.0.1), it says connection refused. What's going on here?
> 
> (Output has the little right arrow ">")
> 
> 
> 
> 
> --
> +------------------+-----------------------------+
> | Cody Harris      | Signed with GnuPG signature |
> | KeyID: 610031E2A | vectec.net/~cody/key.asc    |
> +------------------+-----------------------------+
> 

What port is Apache configured to listen on?

-- 
Aaron W Morris <aa...@mindspring.com> (decep)




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org