[plug] web server not coming online.

Jon L Miller jlmiller at mmtnetworks.com.au
Mon Feb 8 11:32:03 WST 2010


I have apache2 running on my SLES server and it was working fine the other
day and now it does not. I have 2 domains on the server and neither will
come online.
When trying to access the web server via Firefox I get "Unable to connect;
Firefox can't establish a connection to the server at 192.168.2.248


Checking the /var/log/apache2/rcapache2.out file yields the following
message:
httpd2-prefork: Syntax error on line 202 of /etc/apache2/httpd.conf: Syntax
error on line 12 of /etc/apache2/vhosts.d/yast2_vhosts.conf:
/etc/apache2/vhosts.d/yast2_vhosts.conf:63: <VirtualHost> was not
closed.\n/etc/apache2/vhosts.d/yast2_vhosts.conf:12: <VirtualHost> was not
closed.

I have no idea what this is about or why out of nowhere there would be an
error since nothing has changed.

line 202 of httpd.conf
Include /etc/apache2/vhosts.d/*.conf

I'm not sure what the 63: means:in the above statement.
But if it's about line 63 in the yast2_vhosts.conf file then that points to
the following:
<VirtualHost *:443>
DocumentRoot /srv/www/webmail.mmtnetworks.com.au/
ServerName webmail.mmtnetworks.com.au
ServerAdmin support at mmtnetworks.com.au
<Directory "/srv/www/webmail.mmtnetworks.com.au/">
Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>
SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSL
v2:+EXP:+eNULL
SSLCertificateFile /etc/apache2/ssl.crt/server.crt
SSLCertificateKeyFile /etc/apache2/ssl.key/server.key
<Files ~ "\.(cgi|shtml|phtml|php3?)$">
SSLOptions +StdEnvVars
</Files>
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
</VirtualHost>

 

 

 

I also have noticed that there are errors in the dmesg log:

Buffer I/O error on device sdb1, logical block 16779776

Buffer I/O error on device sdb1, logical block 16779777

Buffer I/O error on device sdb1, logical block 16779778

Buffer I/O error on device sdb1, logical block 16779779

Buffer I/O error on device sdb1, logical block 16779776

Buffer I/O error on device sdb1, logical block 16779777

Buffer I/O error on device sdb1, logical block 16779778

 

These messages are repeating in the /var/log/message file:

Feb  8 01:06:32 www kernel:     Additional sense: Logical unit not ready,
initializing command required

Feb  8 01:06:32 www kernel: end_request: I/O error, dev sdb, sector 63

Feb  8 01:06:32 www kernel: sd 0:0:2:0: Device not ready: <6>: Current:
sense key: Not Ready

 

The one above seems to be a drive issue ,yet I can access all my drives.

 

Thanks

 

 

Jon

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.plug.org.au/pipermail/plug/attachments/20100208/84dfc082/attachment.html>


More information about the plug mailing list