Guest_imported
New member
- Jan 1, 1970
- 0
Im using TurboLinux 6.5 and Ive been trying to install apache2 successfully, but to no avail. i ran the following commands:
./configure --prefix=/usr/local/apache2 --enable-mods-shared=all
make
make install
After that, I modified httpd.conf and then entered /usr/local/apache2/bin/apachectl start
The server states: /usr/local/apache2/bin/apachectl start: httpd started
However, when I run ps -ax, it doesnt show that apache2 has started. and when i try to access the server thru the web, it isnt up and running.
I've been able to install apache1.3.24 with no problems, but i dont understand why apache2 wont start as well. Is there a certain special way of installing apache2? Any help is appreciated. Id really like to get this thing working already
./configure --prefix=/usr/local/apache2 --enable-mods-shared=all
make
make install
After that, I modified httpd.conf and then entered /usr/local/apache2/bin/apachectl start
The server states: /usr/local/apache2/bin/apachectl start: httpd started
However, when I run ps -ax, it doesnt show that apache2 has started. and when i try to access the server thru the web, it isnt up and running.
I've been able to install apache1.3.24 with no problems, but i dont understand why apache2 wont start as well. Is there a certain special way of installing apache2? Any help is appreciated. Id really like to get this thing working already