Learning Mysql



Download 4.24 Mb.
View original pdf
Page82/366
Date04.08.2023
Size4.24 Mb.
#61806
1   ...   78   79   80   81   82   83   84   85   ...   366
Learning MySQL
84 | Chapter 2:
Installing MySQL
V413HAV


The Apache Configuration File
The Apache configuration file is usually called httpd.conf and is found in one of several common locations:
Linux
/etc/httpd/conf/httpd.conf or /etc/apache/conf/httpd.conf for an installation from Linux distribution files /usr/local/apache/conf/httpd.conf for an installation from
Apache Foundation files and /opt/lampp/etc/httpd.conf for an XAMPP installation
Windows
C:\Program Files\xampp\apache\conf\httpd.conf for an XAMPP installation
Mac OS X
/Applications/xampp/etc/httpd.conf for an XAMPP installation, and /etc/httpd/
httpd.conf for the installation of Apache that is part of the standard Mac OS X
configuration
It’s increasingly common to find servers configured in a modular way, with a main configuration file that reads in other files, for example under the directory /etc/httpd/
modules.d on a Linux system, or in the apache\conf\extra directory under the XAMPP
install directory. For example, directives specific to PHP are often stored in the file /etc/
httpd/modules.d/70_mod_php.conf.
If you make changes to the Apache configuration file, you need to restart the web server to put the changes into effect.
The Apache Error Log
Common locations for the web server error log include:
Linux
/usr/local/apache/logs/error.log for Apache installed from Apache Foundation files, /var/log/httpd/error_log or /var/log/apache/error.log for an installation using distribution packages, and /opt/lampp/logs/error_log for an XAMPP installation
Windows
C:\Program Files\xampp\apache\logs\error.log for an XAMPP installation
Mac OS X
/Applications/xampp/xamppfiles/logs/error_log for an XAMPP installation,
and /private/var/log/httpd/error_log for the Apache installation that is part of the standard Mac OS X configuration

Download 4.24 Mb.

Share with your friends:
1   ...   78   79   80   81   82   83   84   85   ...   366




The database is protected by copyright ©ininet.org 2024
send message

    Main page