LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   The requested URL could not be retrieved (https://www.linuxquestions.org/questions/linux-networking-3/the-requested-url-could-not-be-retrieved-393033/)

sharad 12-15-2005 02:53 AM

The requested URL could not be retrieved
 
ERROR
The requested URL could not be retrieved

--------------------------------------------------------------------------------

While trying to retrieve the URL: 196.1.109.54:443

The following error was encountered:

Connection Failed
The system returned:

(111) Connection refused The remote host or network may be down. P


Please help me to resolve this error.

fouldsy 12-15-2005 03:17 AM

At a guess it might just be the network down at the other end - what website is it you're trying to connect to? Does it still respond to ping? Also, check if you have SSL enabled in your browser since you're connecting to a secure site.

mickyg 12-15-2005 03:28 AM

Please read this sticky regarding posting

You will get more replies and help if you tell us what you're trying to do, what you've already tried and what the results were.

Now I've got that out the way could you be a bit more specific with what you're trying to do please?

sharad 12-16-2005 12:56 AM

The requested URL could not be retrieved
 
Actually,I am running the apache1.3.33 on the server and trying to access the web pages from the client in the LAN only. I followed the steps as given below.

cd /opt/src

untar:
tar -xzf apache_1.3.33.tar.gz
tar -xzf mod_ssl-2.8.22-1.3.33.tar.gz
tar -xzf openssl-0.9.7g.tar.gz

install openssl:
cd openssl-0.9.7g
./config
make
make install
cd ..

ready apach with modssl:
cd mod_ssl-2.8.22-1.3.33
./configure --with-apache=../apache_1.3.33
cd ..

install apache:
cd apache_1.3.33
make clean
SSL_BASE="/usr/local/ssl" ./configure --prefix=/etc/httpd --enable-module=headers --enable-module=ssl --enable-module=so --enable-module=rewrite --disable-rule=SSL_COMPAT
make
make install
cd ..

But I am not able to acces the pages from the above configured server.
Please help me out.

Thank You.

XavierP 12-16-2005 01:53 PM

Moved: This thread is more suitable in Linux-Networking and has been moved accordingly to help your thread/question get the exposure it deserves.


All times are GMT -5. The time now is 04:42 AM.