View Single Post
Old March 30th, 2008, 01:37 AM   #5 (permalink)
Nick352
Junior Member
Verified Customer
 
Join Date: Mar 2008
Location: Carthage Missouri
Posts: 10
May Have Found Error - Not Sure

Chuck,

I looked over my httpd.conf file, and noticed that all of the directories and website information were in the form of examples. Should this be my sites actual information?

# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for requests without a known
# server name.
#
#<VirtualHost *:80>
# ServerAdmin webmaster@dummy-host.example.com
# DocumentRoot /www/docs/dummy-host.example.com
# php_admin_flag safe_mode off
# ServerName dummy-host.example.com
# ErrorLog logs/dummy-host.example.com-error_log
# CustomLog logs/dummy-host.example.com-access_log common
#</VirtualHost>
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
Nick352 is offline   Reply With Quote