On 7/8/12 10:59 AM, Tim Dunphy wrote:
Same thing. and as to the ServerName directive, looks like the only
place I actually have that set is in cobbler.conf
[root@VIRTCENT14 conf.d]# grep -i servername *
cobbler.conf:ServerName cobbler.example.com <http://cobbler.example.com>
ssl.conf:#ServerName www.example.com:443 <http://www.example.com:443>
Hi Tim, there is a file named httpd.conf which is in the directory
/etc/httpd/conf. Look at the 'ServerName' in that. If you are declaring
the ServerName somewhere else, then probably the ServerName in this file
ought to be commented out.
If cobbler.conf in /etc/httpd/conf.d contains the ServerName, then it
should be coded as:
ServerName cobbler.example.com:80
In your example above the port number is missing.
Also have you looked over your access and error logs? Located in
/var/log/httpd. They often let you know what the true problem is:
[root@cobbler1 httpd]# ls -al
total 1248
drwx------. 3 root root 4096 Jul 8 07:11 .
drwxr-xr-x. 7 root root 4096 Jul 8 07:11 ..
-rw-r--r--. 1 root root 0 Jul 8 07:11 access_log
-rw-r--r--. 1 root root 1220933 Jul 8 07:08 access_log-20120708
drwxrwxr-x. 2 root root 4096 Jul 3 16:41 cobbler
-rw-r--r--. 1 root root 486 Jul 8 07:11 error_log
-rw-r--r--. 1 root root 19509 Jul 8 07:11 error_log-20120708
-rw-r--r--. 1 root root 0 Jul 3 15:06 ssl_access_log
-rw-r--r--. 1 root root 246 Jul 8 07:11 ssl_error_log
-rw-r--r--. 1 root root 3936 Jul 8 07:08 ssl_error_log-20120708
-rw-r--r--. 1 root root 0 Jul 3 15:06 ssl_request_log
[root@cobbler1 httpd]# pwd
/var/log/httpd
Bob
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler