existenz
02-18-2004, 10:49 PM
Ok here is what I know. On my FBSD 5.x test box I found httpd not working. When I tried to bring it back up in command line it gave me the error that something is wrong on line 1503 of the httpd.conf which is the SSLEngine on tag.
<VirtualHost 1.1.1.1:443>
ServerName localhost
ServerAdmin email@sub.domain.tdl
DocumentRoot /var/www/html
ScriptAlias /cgi-bin/ /var/www/cgi-bin/
SSLEngine on
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
</VirtualHost>
So then I just wanted to check on my FBSD 4 box to see if anything was different. When I stopped httpd from command line I got a error but this time it was ips.conf on line 19
<VirtualHost 1.1.1.1:443>
SSLEngine on
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
ServerName shared.domain
DocumentRoot /home/admin/domains/sharedip
User admin
Group admin
</VirtualHost>
Do you think something is wrong with this tag in this release? On both boxes all I see in the error_log is fronpage crap:
[Wed Feb 18 00:21:01 2004] [error] Cannot remove module mod_frontpage.c: not found in module list
[Wed Feb 18 00:21:02 2004] [error] Cannot remove module mod_frontpage.c: not found in module list
[Wed Feb 18 00:21:02 2004] [notice] Apache/1.3.29 (Unix) mod_ssl/2.8.16 OpenSSL/0.9.7c PHP/4.3.4 mod_perl/1.27 FrontPage/5.0.2.2623 configured -- resuming normal operations
[Wed Feb 18 00:21:02 2004] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Feb 18 00:21:02 2004] [notice] Accept mutex: flock (Default: flock)
<VirtualHost 1.1.1.1:443>
ServerName localhost
ServerAdmin email@sub.domain.tdl
DocumentRoot /var/www/html
ScriptAlias /cgi-bin/ /var/www/cgi-bin/
SSLEngine on
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
</VirtualHost>
So then I just wanted to check on my FBSD 4 box to see if anything was different. When I stopped httpd from command line I got a error but this time it was ips.conf on line 19
<VirtualHost 1.1.1.1:443>
SSLEngine on
SSLCertificateFile /etc/httpd/conf/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/server.key
ServerName shared.domain
DocumentRoot /home/admin/domains/sharedip
User admin
Group admin
</VirtualHost>
Do you think something is wrong with this tag in this release? On both boxes all I see in the error_log is fronpage crap:
[Wed Feb 18 00:21:01 2004] [error] Cannot remove module mod_frontpage.c: not found in module list
[Wed Feb 18 00:21:02 2004] [error] Cannot remove module mod_frontpage.c: not found in module list
[Wed Feb 18 00:21:02 2004] [notice] Apache/1.3.29 (Unix) mod_ssl/2.8.16 OpenSSL/0.9.7c PHP/4.3.4 mod_perl/1.27 FrontPage/5.0.2.2623 configured -- resuming normal operations
[Wed Feb 18 00:21:02 2004] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Feb 18 00:21:02 2004] [notice] Accept mutex: flock (Default: flock)