LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 05-01-2003, 05:00 PM   #16
kc8tbe
Member
 
Registered: Feb 2003
Location: Cleveland, Ohio (USA)
Distribution: Gentoo, Kubuntu 6.06
Posts: 179

Original Poster
Rep: Reputation: 30

For poops and giggles, I changed the applicable part of httpd.conf to look like this:
Code:
<VirtualHost lassie.no-ip.info:44122>
DocumentRoot /var/www/html/lassie/secure
ServerName lassie.no-ip.info
ErrorLog /etc/httpd/logs/error_log
TransferLog /etc/httpd/logs/access_log
#SSLEngine on
#SSLCertificateFile /etc/httpd/conf/ssl.crt/lassie.crt
#SSLCertificateKeyFile /etc/httpd/conf/ssl.key/lassie.key
<Files ~ "\.(cgi|shtml)$">
	SSLOptions +StdEnvVars
</Files>
<Directory "/etc/httpd/cgi-bin">
	SSLOptions +StdEnvVars
</Directory>
#SetEnvIf User-Agent ".*MSIE*" nokeepalive ssl-unclean-shutdown
#CustomLog /etc/httpd/logs/ssl_request_log \
#	"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>
In theory, that VirtualHost should behave as if it does not have SSL. Meaning that if you still can't see http://lassie.no-ip.info:44122/ then it DEFINITELY is not an SSL thing.

Thanks again for all the time you're spending on this!
 
Old 05-01-2003, 05:08 PM   #17
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Sorry for being blind - you are right - I can;t acces that either try:
Code:
NameVirtualHost

<VirtualHost xxx.xxx.xxx.xxx:44122>
DocumentRoot /var/www/html/lassie/secure
ServerName lassie.no-ip.info
ErrorLog /etc/httpd/logs/error_log
TransferLog /etc/httpd/logs/access_log
#SSLEngine on
#SSLCertificateFile /etc/httpd/conf/ssl.crt/lassie.crt
#SSLCertificateKeyFile /etc/httpd/conf/ssl.key/lassie.key
<Files ~ "\.(cgi|shtml)$">
	SSLOptions +StdEnvVars
</Files>
<Directory "/etc/httpd/cgi-bin">
	SSLOptions +StdEnvVars
</Directory>
#SetEnvIf User-Agent ".*MSIE*" nokeepalive ssl-unclean-shutdown
#CustomLog /etc/httpd/logs/ssl_request_log \
#	"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>
Replace xxx.xxx.xxx.xxx with your IP.
 
Old 05-01-2003, 05:15 PM   #18
kc8tbe
Member
 
Registered: Feb 2003
Location: Cleveland, Ohio (USA)
Distribution: Gentoo, Kubuntu 6.06
Posts: 179

Original Poster
Rep: Reputation: 30
I have replaced the indicated portion with my internet IP address, which is currently: 67.38.250.163 .
Note that this is a dynamic IP address (it will change next time I disconect from my ISP). My local IP address is 192.168.0.3 . Should I try that instead?
 
Old 05-01-2003, 05:20 PM   #19
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Yes I think it should be your local address as the router is doing the natting.

I still can't access it so try the local addy.
 
Old 05-01-2003, 05:29 PM   #20
kc8tbe
Member
 
Registered: Feb 2003
Location: Cleveland, Ohio (USA)
Distribution: Gentoo, Kubuntu 6.06
Posts: 179

Original Poster
Rep: Reputation: 30
OK - switched to local address (sorry about the wait).
I'm having some thunderstorms where I am, so if you don't hear from me it means the power went out - nothing personal.
 
Old 05-01-2003, 06:48 PM   #21
kc8tbe
Member
 
Registered: Feb 2003
Location: Cleveland, Ohio (USA)
Distribution: Gentoo, Kubuntu 6.06
Posts: 179

Original Poster
Rep: Reputation: 30
Oops... made these changes to httpd.conf
Code:
<VirtualHost 192.168.0.3:44122>
DocumentRoot /var/www/html/lassie/secure
ServerName lassie.no-ip.info
ErrorLog /etc/httpd/logs/error_log
TransferLog /etc/httpd/logs/access_log
#SSLEngine on
#SSLCertificateFile /etc/httpd/conf/ssl.crt/lassie.crt
#SSLCertificateKeyFile /etc/httpd/conf/ssl.key/lassie.key
<Files ~ "\.(cgi|shtml)$">
#	SSLOptions +StdEnvVars
</Files>
<Directory "/etc/httpd/cgi-bin">
#	SSLOptions +StdEnvVars
</Directory>
#SetEnvIf User-Agent ".*MSIE*" nokeepalive ssl-unclean-shutdown
#CustomLog /etc/httpd/logs/ssl_request_log \
#	"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>
They didn't fix anything, though.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
server unreachable... pimij Linux - Networking 4 09-29-2005 06:34 AM
server ifup: RTNETLINK answers: Network is unreachable problem evasion81 Linux - Networking 5 07-07-2005 08:44 AM
Getting message "connect: Network is unreachable" trying to access the Internet denver1980 Linux - Networking 5 12-29-2004 05:22 PM
Internet Problems? Network unreachable plehman Fedora 0 07-11-2004 05:18 PM
Server unreachable flash71 Linux - Networking 0 10-01-2001 12:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 08:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration