Hello. I am using TurboLinux 6.5 with a 2.2.18 kernel that runs Apache 1.3.17. I am having problems upgrading to Apache 2.0.36. A few weeks ago, I was successful in installing Apache 1.3.24 and having it listen to port 81 while Apache 1.3.17 listened to port 80. (I did this just to test if both were working) Now, my attempt to install Apache 2.0.36 has not worked although I've been following the same procedure as when I installed Apache 1.3.17. Heres what I did:
1. Saved the httpd-2.0.36.tar.gz file in /usr/local/src
2. tar zxvpf httpd-2.0.36.tar.gz
3. cd httpd-2.0.36
4. ./configure --prefix=/usr/include/apache-2.0.36
**** NOTE: I mkdir the file 'apache-2.0.36' ****
5. make
6. make install
7. /usr/include/apache-2.0.36/bin/apachectl start
It is here that it states 'httpd started', however, when I try to access the server, there is a DNS error stating that it cant find the server. Also, when I installed Apache 1.3.24, it showed the message that stated "You have successfully built and installed the apache 1.3 http server. etc, etc". However, this same message doesnt pop up after I finish running the 'make install' command for Apache 2.0.36. Is there some kind of different procedure in installing Apache 2? Any help is greatly appreciated.
-REI
1. Saved the httpd-2.0.36.tar.gz file in /usr/local/src
2. tar zxvpf httpd-2.0.36.tar.gz
3. cd httpd-2.0.36
4. ./configure --prefix=/usr/include/apache-2.0.36
**** NOTE: I mkdir the file 'apache-2.0.36' ****
5. make
6. make install
7. /usr/include/apache-2.0.36/bin/apachectl start
It is here that it states 'httpd started', however, when I try to access the server, there is a DNS error stating that it cant find the server. Also, when I installed Apache 1.3.24, it showed the message that stated "You have successfully built and installed the apache 1.3 http server. etc, etc". However, this same message doesnt pop up after I finish running the 'make install' command for Apache 2.0.36. Is there some kind of different procedure in installing Apache 2? Any help is greatly appreciated.
-REI